02 2019 档案

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 阅读(1771) 评论(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 阅读(405) 评论(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 阅读(613) 评论(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 阅读(479) 评论(0) 推荐(0)