上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 56 下一页

https://stackoverflow.com/questions/10423781/sql-data-range-min-max-category

摘要: select phone,count(order_id) as c from table_recordgroup by phoneorder by c desc SELECT CASEWHEN (age >= 10 AND age <= 20) THEN '10-20'WHEN (age >= 21 阅读全文
posted @ 2019-04-09 14:47 szllq2000 阅读(201) 评论(0) 推荐(0) 编辑

spring boot maven META-INF/MAINIFEST.MF

摘要: unzip -p charles.jar META-INF/MANIFEST.MF https://blog.csdn.net/isea533/article/details/50278205 https://www.ibm.com/developerworks/cn/java/j-lo-sprin 阅读全文
posted @ 2019-02-27 14:48 szllq2000 阅读(1683) 评论(0) 推荐(0) 编辑

grpc,protoc, protoc-gen-go,rust

摘要: Rust 与服务端编程的碎碎念https://zhuanlan.zhihu.com/p/30028047 GRPC:golang使用protobuf https://segmentfault.com/a/1190000009277748 Protobuf 相关资料: http://www.cnblo 阅读全文
posted @ 2019-02-22 10:05 szllq2000 阅读(399) 评论(0) 推荐(0) 编辑

emcc,wasm,webassembly

摘要: WASM: https://github.com/Hanks10100/wasm-examples/tree/master/simple mkdir hello cd hello echo '#include <stdio.h>' > hello.c echo 'int main(int argc, 阅读全文
posted @ 2019-02-20 13:53 szllq2000 阅读(597) 评论(0) 推荐(0) 编辑

gcc update in centos to 6.3 by scl

摘要: CentOS 7虽然已经出了很多年了,但依然会有很多人选择安装CentOS 6,CentOS 6有些依赖包和软件都比较老旧,如今天的主角gcc编译器,CentOS 6的gcc版本为4.4,CentOS 7为4.8。gcc 4.8最主要的一个特性就是全面支持C++11,如果不清楚什么用的也没关系,简单 阅读全文
posted @ 2019-02-19 09:04 szllq2000 阅读(459) 评论(0) 推荐(0) 编辑

goreplay,tcpcopy

摘要: 流量拷贝工具试用 https://github.com/buger/goreplaynginx mirror openresty 通过lua tcpcopy 支持 HTTP 请求的录制和重放,可以在线上录制请求,在测试环境进行重放。支持 HTTP 层面的流量过滤,可以只挑选我们感兴趣的流量。支持请求 阅读全文
posted @ 2019-01-11 16:38 szllq2000 阅读(735) 评论(1) 推荐(0) 编辑

java mvc spring boot

摘要: spring mvchttp://www.cnblogs.com/wcf6676/p/5333352.html 利用mybatis-generator自动生成代码http://www.cnblogs.com/yjmyzz/p/4210554.html spring-boothttps://gitee 阅读全文
posted @ 2019-01-04 13:44 szllq2000 阅读(104) 评论(0) 推荐(0) 编辑

es_5.4.4 reinstall log and upgrade to V6.5.4--APM

摘要: elastic-APM opbeat is deadhttps://blog.csdn.net/chenwenhao0304/article/details/83302942https://www.elastic.co/cn/solutions/security-analyticshttps://s 阅读全文
posted @ 2018-12-27 16:20 szllq2000 阅读(112) 评论(0) 推荐(0) 编辑

zcat,zgrep用法

摘要: 为减少日志文件占用的空间,很多情况下我们会将日志文件以天或周为周期打包成tar.gz 包保存。虽然这样做有利空间充分利用,但当我们想查看压缩包内的内容时确很不方便。如果只是一个tar.gz文件,可以将其解压,再利用grep、awk或vi等工具查看或处理。不过如果有一个月或都一年的日志需要找出某些关键 阅读全文
posted @ 2018-11-29 11:30 szllq2000 阅读(1242) 评论(0) 推荐(0) 编辑

Multiple SSH keys for different accounts on Github or Gitlab

摘要: [inside this square brackets give a name to the followed acc.] name = github_username email = github_emailaddress[any other name] name = github_userna 阅读全文
posted @ 2018-11-29 11:25 szllq2000 阅读(267) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 56 下一页