2019年9月1日
摘要:
https://github.com/ninia/jep http://beanzhang.me/blog/2018/06/29/Java-Embedded-Python.html
阅读全文
posted @ 2019-09-01 19:39
阿笨猫
阅读(665)
推荐(0)
2019年7月20日
摘要:
https://stackoverflow.com/questions/29958231/can-a-spring-boot-restcontroller-be-enabled-disabled-using-properties I found a simple solution using @Co
阅读全文
posted @ 2019-07-20 15:54
阿笨猫
阅读(621)
推荐(0)
2019年7月12日
摘要:
https://stackoverflow.com/questions/8155253/how-do-i-compile-in-debug-mode-netbeans-java-maven https://zzyongx.github.io/blogs/jdb.html https://blog.c
阅读全文
posted @ 2019-07-12 15:10
阿笨猫
阅读(322)
推荐(0)
2019年6月21日
摘要:
https://www.cnblogs.com/crazymakercircle/p/10228385.html https://www.throwable.club/2018/12/16/zookeeper-curator-usage/#%E7%AE%80%E4%BB%8B
阅读全文
posted @ 2019-06-21 21:39
阿笨猫
阅读(144)
推荐(0)
2019年5月18日
摘要:
https://juejin.im/post/5a09c43451882535c56c6bbf 「ASCII 流程图」工具——Graph Easy // 1. brew install graphviz // 2. 安装 cpan,一路「回车」 cpan // 3. 安装 Graph Easy su
阅读全文
posted @ 2019-05-18 15:04
阿笨猫
阅读(887)
推荐(0)
2019年2月13日
摘要:
https://imliyan.com/blogs/article/Python3.6%E6%96%B0%E7%9A%84%E5%AD%97%E7%AC%A6%E4%B8%B2%E6%A0%BC%E5%BC%8F%E5%8C%96%E8%AF%AD%E6%B3%95/ https://mlln.cn
阅读全文
posted @ 2019-02-13 14:34
阿笨猫
阅读(259)
推荐(0)
2019年1月16日
摘要:
https://juejin.im/entry/59cdb7e65188255d3448fc64 https://blog.jetbrains.com/idea/2017/03/support-for-java-9-modules-in-intellij-idea-2017-1/ https://b
阅读全文
posted @ 2019-01-16 19:05
阿笨猫
阅读(544)
推荐(0)
2018年12月23日
摘要:
https://blog.csdn.net/snowdroptulip/article/details/79125912 https://www.cnblogs.com/runner-ljt/p/5245080.html http://www.nniiem.ru/file/news/2016/stl
阅读全文
posted @ 2018-12-23 22:34
阿笨猫
阅读(457)
推荐(0)
2018年12月18日
摘要:
$ pip install --download /tmp/offline_packages -r requirements.txt$ pip install --no-index --find-links="/tmp/tranferred_packages" <package>$ pip inst
阅读全文
posted @ 2018-12-18 15:35
阿笨猫
阅读(559)
推荐(0)
2018年12月9日
摘要:
https://zhuanlan.zhihu.com/p/28967965 https://haojunsui.github.io/2016/07/16/scipy-hac/
阅读全文
posted @ 2018-12-09 23:46
阿笨猫
阅读(495)
推荐(0)
2018年12月4日
摘要:
如果容器还能重启,就restart, 如果状态是DEAD的话, Error response from daemon: Container is marked for removal and cannot be started. Error response from daemon: Cannot
阅读全文
posted @ 2018-12-04 14:57
阿笨猫
阅读(3271)
推荐(0)
2018年11月27日
摘要:
https://www.jianshu.com/p/37576a6de65b
阅读全文
posted @ 2018-11-27 21:48
阿笨猫
阅读(336)
推荐(0)
2018年11月23日
摘要:
https://www.ibm.com/developerworks/cn/linux/l-cn-gpb/index.html https://originlee.com/2015/03/14/analysis-google-protobuf-reflection/ https://www.cnbl
阅读全文
posted @ 2018-11-23 15:10
阿笨猫
阅读(601)
推荐(0)
2018年11月22日
摘要:
As noted previously, pass in the --no-commit flag, but to avoid a fast-forward commit, also pass in --no-ff, like so: To examine the staged changes: A
阅读全文
posted @ 2018-11-22 10:18
阿笨猫
阅读(466)
推荐(0)
2018年10月31日
摘要:
1. http数据包抓取 (直接在终端输出package data) tcpdump tcp port 80 -n -X -s 0 指定80端口进行输出 2. 抓取http包数据指定文件进行输出package tcpdump tcp port 80 -n -s 0 -w /tmp/tcp.cap 对
阅读全文
posted @ 2018-10-31 19:46
阿笨猫
阅读(266)
推荐(0)
2018年10月12日
摘要:
http://lujun9972.github.io/blog/2016/11/18/emacs%E4%B8%AD%E9%82%A3%E4%BA%9B%E4%B8%8D%E5%B8%B8%E7%94%A8%E7%9A%84%E8%A1%8C%E6%93%8D%E4%BD%9C%E5%91%BD%E4
阅读全文
posted @ 2018-10-12 23:32
阿笨猫
阅读(287)
推荐(0)
2018年10月10日
摘要:
https://stackoverflow.com/questions/8115460/emacs-save-excursion-not-restoring-point https://github.com/zklhp/some-utils
阅读全文
posted @ 2018-10-10 09:48
阿笨猫
阅读(379)
推荐(0)
2018年9月19日
摘要:
http://www.softwhy.com/article-8573-1.html https://www.cnblogs.com/irocker/p/git-reflog.html https://blog.csdn.net/tsq292978891/article/details/789658
阅读全文
posted @ 2018-09-19 19:49
阿笨猫
阅读(205)
推荐(0)
摘要:
http://blog.aka-cool.net/blog/2016/06/01/how-to-disable-strip-in-rpm-build/ https://www.ichenfu.com/2017/11/20/rpmbuild-not-strip/
阅读全文
posted @ 2018-09-19 12:11
阿笨猫
阅读(593)
推荐(0)
2018年9月10日
摘要:
https://www.cnblogs.com/welkinwalker/archive/2011/11/29/2267225.html http://www.cnblogs.com/jycboy/p/gmock_summary.html
阅读全文
posted @ 2018-09-10 11:42
阿笨猫
阅读(127)
推荐(0)