07 2018 档案

grp/从Zipkin到Jaeger,Uber的分布式追踪之道tchannel--zipkin with mysql in docker-compose
摘要:GRPC http://www.cnblogs.com/ghj1976/p/4587736.html https://blog.csdn.net/fei33423/article/details/79452948 zipkin with mysql in docker-compose https:/ 阅读全文

posted @ 2018-07-15 22:16 szllq2000 阅读(596) 评论(0) 推荐(0)

go install and go captcha
摘要:https://blog.csdn.net/liuhongwei123888/article/details/8512815 [gocaptcha] http://www.cnblogs.com/bing-l/p/4140081.html https://golang.google.cn/doc/i 阅读全文

posted @ 2018-07-15 22:11 szllq2000 阅读(150) 评论(0) 推荐(0)

jquery and js selector
摘要:http://www.cnblogs.com/onlys/articles/jQuery.html 阅读全文

posted @ 2018-07-15 22:05 szllq2000 阅读(93) 评论(0) 推荐(0)

nvm npm node
摘要:npm init/install 语义版本号分为X.Y.Z三位,分别代表主版本号、次版本号和补丁版本号。当代码变更时,版本号按以下原则更新。 如果只是修复bug,需要更新Z位。 如果是新增了功能,但是向下兼容,需要更新Y位。 如果有大变动,向下不兼容,需要更新X位。 https://docs.npm 阅读全文

posted @ 2018-07-15 21:55 szllq2000 阅读(121) 评论(0) 推荐(0)

firefox commands
摘要:Firefox: firefox: about:cache?device=diskfirefox sqliteAbout:configAbout:robotsAbout:memoryAbout:cacheAbout:pluginAbout:buildconfigAbout:support 阅读全文

posted @ 2018-07-15 21:49 szllq2000 阅读(120) 评论(0) 推荐(0)

elasticsearch ingest node and docker-cluster---quey using sql]
摘要:es-docker-cluster https://stefanprodan.com/2016/elasticsearch-cluster-with-docker/ https://github.com/taowen/es-monitor--[query metric from elasticsea 阅读全文

posted @ 2018-07-15 09:21 szllq2000 阅读(207) 评论(0) 推荐(0)

lua--openresty--
摘要:lua-openresty docker-- https://blog.csdn.net/boling_cavalry/article/details/79290944 lua-practice https://github.com/backkoms/lua-practice/blob/master 阅读全文

posted @ 2018-07-15 09:12 szllq2000 阅读(115) 评论(0) 推荐(0)

holer-client--free open-source 内网穿透工具 ngrok
摘要:https://blog.csdn.net/zhangguo5/article/details/77848658 ngrok1.x开源,ngrok2.x不开源 ngrok使用go语言开发,源代码分为客户端与服务器端。 国内免费服务器:http://ngrok.ciqiuwl.cn/,更多免费服务器请 阅读全文

posted @ 2018-07-15 08:59 szllq2000 阅读(1) 评论(0) 推荐(0)

NodeJS websocket qr based on location
摘要:https://juejin.im/post/5a5728436fb9a01c982c7d93 阅读全文

posted @ 2018-07-15 08:39 szllq2000 阅读(123) 评论(0) 推荐(0)

vulnerability test
摘要:vegas go--https://zhuanlan.zhihu.com/p/21826478 locust python jmeter--java http://www.cnblogs.com/LanTianYou/p/5765744.html 阅读全文

posted @ 2018-07-11 13:52 szllq2000 阅读(179) 评论(0) 推荐(0)

hyperledge vagrant docker development environment
摘要:https://blog.csdn.net/zgljl2012/article/details/52896372 阅读全文

posted @ 2018-07-07 10:14 szllq2000 阅读(85) 评论(0) 推荐(0)

python immutable and mutable
摘要:https://blog.csdn.net/hsuxu/article/details/7785835 python mutable as default parameter(NONONO) def f(l=[]): l.append(l) print(l) f() f() 那么在python那些是 阅读全文

posted @ 2018-07-06 10:09 szllq2000 阅读(102) 评论(0) 推荐(0)

dbclient python ---influxdb -install -relay--http write--read.[create db]
摘要:1s=1000ms1ms=1000 microseconds1microsecond=1000 nanoseconds+01:00from influxdb import InfluxDBClientjson_body = [ { "measurement": "bpu_load_short", " 阅读全文

posted @ 2018-07-05 09:38 szllq2000 阅读(256) 评论(0) 推荐(0)