-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
1 lines (1 loc) · 10 KB
/
index.xml
1
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>tureo</title><link>http://localhost:1313/</link><description>Recent content on tureo</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sat, 02 Apr 2022 14:12:41 +0800</lastBuildDate><atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml"/><item><title>MongoDB联表查询分组取第一条数据</title><link>http://localhost:1313/post/mongodb%E8%81%94%E8%A1%A8%E6%9F%A5%E8%AF%A2%E5%88%86%E7%BB%84%E5%8F%96%E7%AC%AC%E4%B8%80%E6%9D%A1%E6%95%B0%E6%8D%AE/</link><pubDate>Sat, 02 Apr 2022 14:12:41 +0800</pubDate><guid>http://localhost:1313/post/mongodb%E8%81%94%E8%A1%A8%E6%9F%A5%E8%AF%A2%E5%88%86%E7%BB%84%E5%8F%96%E7%AC%AC%E4%B8%80%E6%9D%A1%E6%95%B0%E6%8D%AE/</guid><description>说明 MongoDB多表关联获取每个分组的第一条数据。 示例 原始数据 test_party 1 2 3 4 5 6 7 8 9 10 11 12 13 // 1 { &#34;_id&#34;: ObjectId(&#34;623c0d285bdb127d373739d2&#34;), &#34;createAt&#34;: ISODate(&#34;2022-03-24T06:18:16.812Z&#34;), &#34;updateAt&#34;: ISODate(&#34;2022-03-24T06:18:16.812Z&#34;) } // 2 { &#34;_id&#34;: ObjectId(&#34;6243b3f9ef71cbde1617cbfe&#34;), &#34;createAt&#34;: ISODate(&#34;2022-03-23T09:05:03.304Z&#34;), &#34;updateAt&#34;: ISODate(&#34;2022-03-23T09:05:03.304Z&#34;) } test_party_user 1 2 3</description></item><item><title>使用postman的runner批量自动调用接口</title><link>http://localhost:1313/post/%E4%BD%BF%E7%94%A8postman%E7%9A%84runner%E6%89%B9%E9%87%8F%E8%87%AA%E5%8A%A8%E8%B0%83%E7%94%A8%E6%8E%A5%E5%8F%A3/</link><pubDate>Thu, 31 Mar 2022 18:07:51 +0800</pubDate><guid>http://localhost:1313/post/%E4%BD%BF%E7%94%A8postman%E7%9A%84runner%E6%89%B9%E9%87%8F%E8%87%AA%E5%8A%A8%E8%B0%83%E7%94%A8%E6%8E%A5%E5%8F%A3/</guid><description>说明 有时候需要批量调用接口进行测试或者造数据,可以使用postman的runner进行。 示例 以下用http post + json的方式演示批量调用注册</description></item><item><title>Go中按Map中的某个字段对Map数组排序</title><link>http://localhost:1313/post/go%E4%B8%AD%E6%8C%89map%E4%B8%AD%E7%9A%84%E6%9F%90%E4%B8%AA%E5%AD%97%E6%AE%B5%E5%AF%B9map%E6%95%B0%E7%BB%84%E6%8E%92%E5%BA%8F/</link><pubDate>Thu, 31 Mar 2022 17:09:14 +0800</pubDate><guid>http://localhost:1313/post/go%E4%B8%AD%E6%8C%89map%E4%B8%AD%E7%9A%84%E6%9F%90%E4%B8%AA%E5%AD%97%E6%AE%B5%E5%AF%B9map%E6%95%B0%E7%BB%84%E6%8E%92%E5%BA%8F/</guid><description>说明 有时候需要按Map中的某个字段对Map数组排序,使用标准包的sort.Sort即可以自定义排序规则,需要实现相关的Len、Swap、Le</description></item><item><title>go使用aws-sdk-go操作Amazon S3对象存储</title><link>http://localhost:1313/post/go%E4%BD%BF%E7%94%A8aws-sdk-go%E6%93%8D%E4%BD%9Camazon-s3%E5%AF%B9%E8%B1%A1%E5%AD%98%E5%82%A8/</link><pubDate>Wed, 12 Jan 2022 11:54:41 +0800</pubDate><guid>http://localhost:1313/post/go%E4%BD%BF%E7%94%A8aws-sdk-go%E6%93%8D%E4%BD%9Camazon-s3%E5%AF%B9%E8%B1%A1%E5%AD%98%E5%82%A8/</guid><description>说明 使用aws-sdk-go操作Amazon S3对象存储,包括文件上传(分段)、文件下载、查看文件列表、查看bucket列表、获取预签名ur</description></item><item><title>Windows批处理脚本bat连接到远程Linux服务器自动部署应用</title><link>http://localhost:1313/post/windows%E6%89%B9%E5%A4%84%E7%90%86%E8%84%9A%E6%9C%ACbat%E8%BF%9E%E6%8E%A5%E5%88%B0%E8%BF%9C%E7%A8%8Blinux%E6%9C%8D%E5%8A%A1%E5%99%A8%E8%87%AA%E5%8A%A8%E9%83%A8%E7%BD%B2%E5%BA%94%E7%94%A8/</link><pubDate>Wed, 24 Nov 2021 13:02:55 +0800</pubDate><guid>http://localhost:1313/post/windows%E6%89%B9%E5%A4%84%E7%90%86%E8%84%9A%E6%9C%ACbat%E8%BF%9E%E6%8E%A5%E5%88%B0%E8%BF%9C%E7%A8%8Blinux%E6%9C%8D%E5%8A%A1%E5%99%A8%E8%87%AA%E5%8A%A8%E9%83%A8%E7%BD%B2%E5%BA%94%E7%94%A8/</guid><description>需求背景 有时候需要把本地Windows修改的文件自动部署到远程Linux服务器,可使用Windows批处理脚本bat来实现连接远程服务器并自</description></item><item><title>Mysql Order by Field指定排序规则</title><link>http://localhost:1313/post/mysql-order-by-field%E6%8C%87%E5%AE%9A%E6%8E%92%E5%BA%8F%E8%A7%84%E5%88%99/</link><pubDate>Tue, 23 Nov 2021 12:49:25 +0800</pubDate><guid>http://localhost:1313/post/mysql-order-by-field%E6%8C%87%E5%AE%9A%E6%8E%92%E5%BA%8F%E8%A7%84%E5%88%99/</guid><description>需求背景 有时候业务要求我们从数据库查询数据需要根据某些字段排序,但不是按简单的升序或降序排列,而是有如下的特殊要求: 先按审核状态自定义升序排</description></item><item><title>Mysql Insert Ignore Into把数据插入数据库</title><link>http://localhost:1313/post/mysql-insert-ignore-into%E6%8A%8A%E6%95%B0%E6%8D%AE%E6%8F%92%E5%85%A5%E6%95%B0%E6%8D%AE%E5%BA%93/</link><pubDate>Mon, 22 Nov 2021 21:52:45 +0800</pubDate><guid>http://localhost:1313/post/mysql-insert-ignore-into%E6%8A%8A%E6%95%B0%E6%8D%AE%E6%8F%92%E5%85%A5%E6%95%B0%E6%8D%AE%E5%BA%93/</guid><description>问题背景 最近在管控平台中的一个项目需要维护一个用户名列表,但管控平台不提供获取所有用户名的接口,这个用户名只能从管控平台前端页面调用后端接口</description></item><item><title>内网通过安装squid代理访问公网</title><link>http://localhost:1313/post/%E5%86%85%E7%BD%91%E9%80%9A%E8%BF%87%E5%AE%89%E8%A3%85squid%E4%BB%A3%E7%90%86%E8%AE%BF%E9%97%AE%E5%85%AC%E7%BD%91/</link><pubDate>Tue, 26 Oct 2021 17:41:07 +0800</pubDate><guid>http://localhost:1313/post/%E5%86%85%E7%BD%91%E9%80%9A%E8%BF%87%E5%AE%89%E8%A3%85squid%E4%BB%A3%E7%90%86%E8%AE%BF%E9%97%AE%E5%85%AC%E7%BD%91/</guid><description>由于内网机器不能直接访问公网,需要一台机器搭建代理服务器,其他机器通过代理服务器访问公网,这里基于docker安装squid代理实现 创建相关</description></item><item><title>错误启动jenkins.war包会删除当前目录下所有文件</title><link>http://localhost:1313/post/%E9%94%99%E8%AF%AF%E5%90%AF%E5%8A%A8jenkins.war%E5%8C%85%E4%BC%9A%E5%88%A0%E9%99%A4%E5%BD%93%E5%89%8D%E7%9B%AE%E5%BD%95%E4%B8%8B%E6%89%80%E6%9C%89%E6%96%87%E4%BB%B6/</link><pubDate>Tue, 26 Oct 2021 17:15:16 +0800</pubDate><guid>http://localhost:1313/post/%E9%94%99%E8%AF%AF%E5%90%AF%E5%8A%A8jenkins.war%E5%8C%85%E4%BC%9A%E5%88%A0%E9%99%A4%E5%BD%93%E5%89%8D%E7%9B%AE%E5%BD%95%E4%B8%8B%E6%89%80%E6%9C%89%E6%96%87%E4%BB%B6/</guid><description>正确启动 正确的命令:java -jar jenkins.war --httpPort=8080 正常启动: 文件还在: 错误启动 错误的命令:java -jar jenkins.war --httpPort=8080 . (错误的命令后面多了个空格和.) 错误的命令启动je</description></item><item><title>Redis不能远程访问</title><link>http://localhost:1313/post/redis%E4%B8%8D%E8%83%BD%E8%BF%9C%E7%A8%8B%E8%AE%BF%E9%97%AE/</link><pubDate>Tue, 26 Oct 2021 16:35:14 +0800</pubDate><guid>http://localhost:1313/post/redis%E4%B8%8D%E8%83%BD%E8%BF%9C%E7%A8%8B%E8%AE%BF%E9%97%AE/</guid><description>问题 远程访问redis执行命令报错如下: 1 2 3 100.128.100.100:6379&gt; flushall (error) DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, no authentication password is requested to clients. In this mode connections are only accepted from the loopback interface. If you want to connect from external computers to</description></item><item><title>Github恢复被误删除的仓库</title><link>http://localhost:1313/post/github%E6%81%A2%E5%A4%8D%E8%A2%AB%E8%AF%AF%E5%88%A0%E9%99%A4%E7%9A%84%E4%BB%93%E5%BA%93/</link><pubDate>Tue, 26 Oct 2021 15:32:40 +0800</pubDate><guid>http://localhost:1313/post/github%E6%81%A2%E5%A4%8D%E8%A2%AB%E8%AF%AF%E5%88%A0%E9%99%A4%E7%9A%84%E4%BB%93%E5%BA%93/</guid><description>有时候不小心误删除github仓库,github官方提供一种恢复的方法,这里以恢复误删除的file仓库示例,操作如下: 登录GitHub,点击</description></item><item><title>Mysql导入多个sql文件</title><link>http://localhost:1313/post/mysql%E5%AF%BC%E5%85%A5%E5%A4%9A%E4%B8%AAsql%E6%96%87%E4%BB%B6/</link><pubDate>Thu, 21 Oct 2021 16:36:46 +0800</pubDate><guid>http://localhost:1313/post/mysql%E5%AF%BC%E5%85%A5%E5%A4%9A%E4%B8%AAsql%E6%96%87%E4%BB%B6/</guid><description>需求背景 因mysql数据库表初始化或迁移需要导入一个数据库的多个sql文件,而mysql没有批量导入多个sql文件的命令,一个一个的执行导入</description></item><item><title>go接口文档swag init出错</title><link>http://localhost:1313/post/go%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3swag-init%E5%87%BA%E9%94%99/</link><pubDate>Thu, 21 Oct 2021 15:46:45 +0800</pubDate><guid>http://localhost:1313/post/go%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3swag-init%E5%87%BA%E9%94%99/</guid><description>需求 swagger文档注释引用到自定义类型或外部的go结构体 存在问题 执行swag init后出现错误:ParseComment error in file create.go :cannot find type definition:</description></item><item><title>Go基准测试windows平台执行命令</title><link>http://localhost:1313/post/go%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95windows%E5%B9%B3%E5%8F%B0%E6%89%A7%E8%A1%8C%E5%91%BD%E4%BB%A4/</link><pubDate>Thu, 21 Oct 2021 15:28:18 +0800</pubDate><guid>http://localhost:1313/post/go%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95windows%E5%B9%B3%E5%8F%B0%E6%89%A7%E8%A1%8C%E5%91%BD%E4%BB%A4/</guid><description>需求 在windows机器上进行go程序的基准测试 存在问题 linux正常的命令go test -bench=.在windows上执行结果异常 问题原因 wi</description></item><item><title>Git提交空目录</title><link>http://localhost:1313/post/git%E6%8F%90%E4%BA%A4%E7%A9%BA%E7%9B%AE%E5%BD%95/</link><pubDate>Thu, 21 Oct 2021 14:07:23 +0800</pubDate><guid>http://localhost:1313/post/git%E6%8F%90%E4%BA%A4%E7%A9%BA%E7%9B%AE%E5%BD%95/</guid><description>需求 需要提交一个项目目录结构到远程git仓库上 存在问题 空目录不能commit和push 问题原因 git默认不能提交空目录 解决方法 在每个空目录下</description></item></channel></rss>