会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
bug_x
导航
博客园
首页
新随笔
联系
订阅
管理
公告
上一页
1
···
12
13
14
15
16
17
18
19
20
···
43
下一页
2019年10月8日
scroll js 原生
摘要: 1、当前位置滚动: document.documentElement.scrollTop 当前位置: 有可能是0 window.scrollTo(0,document.documentElement.scrollTop+document.documentElement.scrollTop) 所以:
阅读全文
posted @ 2019-10-08 15:17 bug_x
阅读(630)
评论(0)
推荐(0)
编辑
2019年9月29日
httpd统计的其他方法,awk,sed等
摘要: 1、 https://stackoverflow.com/questions/345546/how-to-get-requests-per-second-for-apache-in-linux 2、
阅读全文
posted @ 2019-09-29 14:00 bug_x
阅读(178)
评论(0)
推荐(0)
编辑
apacheTop
摘要: 1、监控 httpd 请求数据,请求统计 2、 3、安装:
阅读全文
posted @ 2019-09-29 13:36 bug_x
阅读(186)
评论(0)
推荐(0)
编辑
2019年9月18日
vim 搜索 向前,向后
摘要: vim 搜索可以是 / 或者 ?,前者是往下找,后者是往前找。用 n 查找下一个的时候,就和这两个指令指定的方向相同。如果你想改变方向的话,比如想往下找,那么 / 完了直接回车就行了。表示再次使用上次的搜索串。
阅读全文
posted @ 2019-09-18 17:48 bug_x
阅读(6256)
评论(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
阅读(252)
评论(0)
推荐(0)
编辑
2019年9月11日
redis blog
摘要: IBM 看到的blog如何 存储在redis种
阅读全文
posted @ 2019-09-11 11:29 bug_x
阅读(261)
评论(0)
推荐(0)
编辑
elastic 查询
摘要: 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
阅读(165)
评论(0)
推荐(0)
编辑
2019年9月10日
elastic 基本操作
摘要: 官方参考文档: 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
阅读(247)
评论(0)
推荐(0)
编辑
git push 到 github
摘要: 今天来简单整理一下,如何利用git命令把代码提交到GitHub平台上去,当然要提交代码到GitHub上去,您首先得要有GitHub账号,账号如何申请这里就不多做解释了 第一步:先到官网下载git安装包进行安装,安装好之后,找到安装路径下的git-bash.exe/或者直接cmd,打开,输入命令: 然
阅读全文
posted @ 2019-09-10 09:47 bug_x
阅读(545)
评论(0)
推荐(0)
编辑
2019年9月4日
Django 数据库模块 单独使用
摘要: Entity.py test_db.py 两个文件放在同一个目录...
阅读全文
posted @ 2019-09-04 09:42 bug_x
阅读(420)
评论(0)
推荐(0)
编辑
上一页
1
···
12
13
14
15
16
17
18
19
20
···
43
下一页