摘要: https://github.com/figozhang/CLK/tree/master/CLK2016 http://www.linuxep.com/ 阅读全文
posted @ 2017-07-31 07:17 zengkefu 阅读(676) 评论(1) 推荐(0) 编辑
摘要: 系统选择: centos 7.2 关闭防火墙: systemctl stop firewalld.service systemctl disable firewalld.service 起用转发: # vi /usr/lib/sysctl.d/00-system.conf 添加如下代码: net.i 阅读全文
posted @ 2017-07-25 11:06 zengkefu 阅读(8742) 评论(2) 推荐(0) 编辑
摘要: 发行版 ubuntu17.04 cat lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=17.04 DISTRIB_CODENAME=zesty DISTRIB_DESCRIPTION="Ubuntu 17.04" 查看自带的LINUX内核版本 uname 阅读全文
posted @ 2017-07-02 14:05 zengkefu 阅读(1474) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-06-26 23:19 zengkefu 阅读(424) 评论(0) 推荐(0) 编辑
摘要: varchar(20):20指的是表中的a字段能存储的最大字符个数 In contrast to CHAR, VARCHAR values are stored as a 1-byte or 2-byte length prefix plus data. The length prefix indi 阅读全文
posted @ 2016-06-26 17:35 zengkefu 阅读(3601) 评论(0) 推荐(0) 编辑
摘要: "save_on_focus_lost": true, "hot_exit":false, "remember_open_files":true 阅读全文
posted @ 2018-12-22 16:15 zengkefu 阅读(674) 评论(0) 推荐(0) 编辑
摘要: 电路专家完整版 EveryCircuit! Multisim 阅读全文
posted @ 2018-10-29 13:57 zengkefu 阅读(329) 评论(0) 推荐(0) 编辑
摘要: http://www.nat32.com/ SinforNat WinGate 阅读全文
posted @ 2018-10-15 11:02 zengkefu 阅读(523) 评论(0) 推荐(0) 编辑
摘要: MDL论坛 Windows Loader https://forums.mydigitallife.net/threads/windows-loader-download.58464/ KMS_VL_ALL https://forums.mydigitallife.net/threads/kms_v 阅读全文
posted @ 2018-10-09 18:17 zengkefu 阅读(4590) 评论(0) 推荐(0) 编辑
摘要: http://www.redog.me/ sakura师傅的博客: http://eternalsakura13.com/ 小刀师傅的博客: https://xiaodaozhi.com/ 本文EXP地址: https://github.com/redogwu(后面更新... 嘤嘤嘤) 一个大大的博 阅读全文
posted @ 2018-09-26 21:10 zengkefu 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 一件事想当然这样,应该这样,其实没有达到目的,需要得到最终反馈才能最终确定你的做法是否正确 一个人语言可能充满逛骗,不管什么对方什么巧言令色,都是证明是一种虚假的欺骗,正常的语言应是平淡,不能对方说什么就是什么,心里要有一个称, 称就是一种实事验证,否则听云是云,任人摆布, 独立思考,独立人格,充满 阅读全文
posted @ 2018-09-17 23:07 zengkefu 阅读(598) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/weed_hz/article/details/12710429 http://blog.csdn.net/weed_hz/article/details/12710429 gdb) file <你的exe>(gdb) load <你的so> #这条应该是可 阅读全文
posted @ 2018-07-17 15:20 zengkefu 阅读(10570) 评论(0) 推荐(0) 编辑
摘要: # Enable the async interface. set target-async 1 # If using the CLI, pagination breaks non-stop. set pagination off # Finally, turn it on! set non-sto 阅读全文
posted @ 2018-07-17 15:16 zengkefu 阅读(269) 评论(0) 推荐(0) 编辑
摘要: http://www.ntp.org.cn/pool.php 阅读全文
posted @ 2018-07-13 22:10 zengkefu 阅读(737) 评论(0) 推荐(0) 编辑
摘要: rd /s /q "%AppData%\Roaming\Microsoft\Protect" rem C:\Users\Administrator\AppData\Roaming\Microsoft\Protect 阅读全文
posted @ 2018-07-10 08:24 zengkefu 阅读(289) 评论(0) 推荐(0) 编辑
摘要: python CiscoIOUKeygen.py | grep -A 1 ‘license’ > iourc 阅读全文
posted @ 2018-06-30 18:24 zengkefu 阅读(912) 评论(0) 推荐(0) 编辑
摘要: 1.下载Apache Maven 3.5.3 http://maven.apache.org/download.cgi apache-maven-3.5.3-bin.zip 解压为C:\maven3 在系统环境变量加入PATH后加入maven3的bin目录C:\maven3\bin 2.下载hsdi 阅读全文
posted @ 2018-06-10 21:35 zengkefu 阅读(666) 评论(0) 推荐(0) 编辑
摘要: 错误现象: Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, but CLSID_VirtualBox w/ IUnknown works. PSDispatch looks fine. Weird. 解决方法: 阅读全文
posted @ 2018-06-07 09:52 zengkefu 阅读(346) 评论(0) 推荐(0) 编辑
摘要: https://lingsui.github.io/ 阅读全文
posted @ 2018-05-24 11:21 zengkefu 阅读(392) 评论(0) 推荐(0) 编辑
摘要: C类型转换规则 阅读全文
posted @ 2018-05-05 21:34 zengkefu 阅读(203) 评论(0) 推荐(0) 编辑
摘要: /*static learning */ class one { public int a = 5; static { // 类加载时就运行代码码 System.out.println("static"); } static { // static int b=2; error System.out 阅读全文
posted @ 2018-05-05 21:27 zengkefu 阅读(208) 评论(0) 推荐(0) 编辑
摘要: http://www.kdzs.com/helpMap/getDetail?detailId=108 阅读全文
posted @ 2018-05-01 15:58 zengkefu 阅读(162) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/aliveTime https://plumbr.io/blog/garbage-collection/understanding-garbage-collection-logs https://plumbr.io/java-garbage-collect 阅读全文
posted @ 2018-04-26 19:23 zengkefu 阅读(324) 评论(0) 推荐(0) 编辑
摘要: https://developers.redhat.com/blog/2017/12/13/introducing-stapbpf-systemtaps-new-bpf-backend/ 阅读全文
posted @ 2018-04-25 21:52 zengkefu 阅读(291) 评论(0) 推荐(0) 编辑
摘要: https://developers.redhat.com/products/openjdk/download/ https://github.com/dmlloyd/openjdk 阅读全文
posted @ 2018-04-25 21:40 zengkefu 阅读(1540) 评论(0) 推荐(0) 编辑
摘要: https://espider.github.io/CLR/inheritance-polymorphism/ 阅读全文
posted @ 2018-04-05 11:41 zengkefu 阅读(141) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/abao0/p/6934127.html 阅读全文
posted @ 2018-03-17 20:18 zengkefu 阅读(135) 评论(1) 推荐(0) 编辑
摘要: https://mahmoudhatem.wordpress.com/2017/09/15/geeky-plsql-tracerprofiler-first-step/ https://mahmoudhatem.wordpress.com/2017/09/22/geeky-plsql-tracerp 阅读全文
posted @ 2018-02-08 17:08 zengkefu 阅读(182) 评论(0) 推荐(0) 编辑
摘要: https://mahmoudhatem.wordpress.com/2016/11/07/tracing-memory-access-of-an-oracle-process-intel-pintools/ November 7, 2016 Mahmoud Hatem troubleshoting 阅读全文
posted @ 2018-02-08 16:36 zengkefu 阅读(457) 评论(0) 推荐(0) 编辑
摘要: https://software.intel.com/en-us/articles/pin-a-binary-instrumentation-tool-downloads Introduction to Intel Pin Introduction to Intel Pin Original art 阅读全文
posted @ 2018-02-08 16:12 zengkefu 阅读(695) 评论(0) 推荐(0) 编辑