bug_x

导航

 
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 43 下一页

2019年9月18日

摘要: vim 搜索可以是 / 或者 ?,前者是往下找,后者是往前找。用 n 查找下一个的时候,就和这两个指令指定的方向相同。如果你想改变方向的话,比如想往下找,那么 / 完了直接回车就行了。表示再次使用上次的搜索串。 阅读全文
posted @ 2019-09-18 17:48 bug_x 阅读(6236) 评论(0) 推荐(0) 编辑
 

2019年9月16日

摘要: 1、yapi https://github.com/YMFE/yapiYapi源码 yapi.demo.qunar.com YApi Demo(406834061@qq.com / qq123456 ) https://www.jianshu.com/p/a97d2efb23c5( 安装 & 升级 阅读全文
posted @ 2019-09-16 14:49 bug_x 阅读(251) 评论(0) 推荐(0) 编辑
 

2019年9月11日

摘要: IBM 看到的blog如何 存储在redis种 阅读全文
posted @ 2019-09-11 11:29 bug_x 阅读(260) 评论(0) 推荐(0) 编辑
 
摘要: 1、match 查询 1、match 多条件查询 "_source": [ "_id", "is_active", "is_verified", "belong_website", "online", "nature", "account_type" ], "query": { 阅读全文
posted @ 2019-09-11 10:39 bug_x 阅读(164) 评论(0) 推荐(0) 编辑
 

2019年9月10日

摘要: 官方参考文档: https://www.elastic.co/guide/cn/elasticsearch/guide/current/index-doc.html 1、查看 有哪些索引: curl 'localhost:9200/_cat/indices?v' 1.1查看索引结构: GET /索引 阅读全文
posted @ 2019-09-10 17:19 bug_x 阅读(245) 评论(0) 推荐(0) 编辑
 
摘要: 今天来简单整理一下,如何利用git命令把代码提交到GitHub平台上去,当然要提交代码到GitHub上去,您首先得要有GitHub账号,账号如何申请这里就不多做解释了 第一步:先到官网下载git安装包进行安装,安装好之后,找到安装路径下的git-bash.exe/或者直接cmd,打开,输入命令: 然 阅读全文
posted @ 2019-09-10 09:47 bug_x 阅读(542) 评论(0) 推荐(0) 编辑
 

2019年9月4日

摘要: Entity.py test_db.py 两个文件放在同一个目录... 阅读全文
posted @ 2019-09-04 09:42 bug_x 阅读(414) 评论(0) 推荐(0) 编辑
 

2019年8月23日

摘要: 1、Faker sfd 阅读全文
posted @ 2019-08-23 10:20 bug_x 阅读(190) 评论(0) 推荐(0) 编辑
 
摘要: 1、createIterator msn: https://developer.mozilla.org/en-US/docs/Web/API/Document/createNodeIterator var filter = function(node){ 1、nodeFilter msn: http 阅读全文
posted @ 2019-08-23 10:07 bug_x 阅读(833) 评论(0) 推荐(0) 编辑
 

2019年8月14日

摘要: 1、 // fs.writeFileSync(pathNewFile, fs.readFileSync(fileName)); 2、 fs.createReadStream(fileName).pipe(fs.createWriteStream(pathNewFile)); 3、 1 fs.read 阅读全文
posted @ 2019-08-14 09:19 bug_x 阅读(1256) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 43 下一页