上一页 1 2 3 4 5 6 7 ··· 10 下一页

2017年12月21日

C: release & debug differences (might apply to all programming languages)

摘要: Sometimes we build a program as release and when debugging, some variables cannot be printed out, and displayed as optimized out. That is because the 阅读全文

posted @ 2017-12-21 20:12 三叁 阅读(160) 评论(0) 推荐(0) 编辑

2017年11月30日

Cygwin/mingw: Intro & Diffs & Notes

摘要: Firstly, compile something with cygwin is to compile something for cygwin1.dll, compile something with mingw is compile something for windows. Here li 阅读全文

posted @ 2017-11-30 21:00 三叁 阅读(137) 评论(0) 推荐(0) 编辑

2017年11月24日

PHP: Learning Notes

摘要: from here. php basics in PHP, variables are defined as $_alphanum variables should always prefixed a $ variables defined/assigned outside of a functio 阅读全文

posted @ 2017-11-24 17:57 三叁 阅读(180) 评论(0) 推荐(0) 编辑

Composer: PHP package manager

摘要: To use composer, first system must satisfy php environment: To install composer, try either: enable packagist repo globally: [its speed seems not fast 阅读全文

posted @ 2017-11-24 11:31 三叁 阅读(425) 评论(0) 推荐(0) 编辑

2017年11月20日

HTTP: send http request through established TCP connections

摘要: Quote from here. or both creates a GET http request. So, http is something that is pure text above tcp. You can send HTTP status_codes also through pu 阅读全文

posted @ 2017-11-20 17:06 三叁 阅读(193) 评论(0) 推荐(0) 编辑

2017年10月9日

net-snmp: introduction

摘要: SNMP is a protocol that enables server remote-info-exchange. Which according to wikipedia: it [collecting and organizing information about managed dev 阅读全文

posted @ 2017-10-09 18:11 三叁 阅读(422) 评论(0) 推荐(0) 编辑

2017年9月22日

Haskell: install from source

摘要: First we need to determine the version of ghc to be installed. Newest version not always good. Since we are going to install ghc-mod as final destinat 阅读全文

posted @ 2017-09-22 12:07 三叁 阅读(293) 评论(0) 推荐(0) 编辑

2017年9月20日

nmap: basic/advanced usages

摘要: most common cases: Very important knowledge: -sS: default if using root/admin with nmap (Syn scan) -sT: default if using normal user with nmap (TCP co 阅读全文

posted @ 2017-09-20 16:02 三叁 阅读(178) 评论(0) 推荐(0) 编辑

2017年4月12日

GNU make: Learning notes

摘要: before talking about Makefiles, compilers are important pre-knowledge. first compile a executable ELF file, by: if we are going to compile one/several 阅读全文

posted @ 2017-04-12 15:22 三叁 阅读(170) 评论(0) 推荐(0) 编辑

2017年3月19日

Maven: Usage

摘要: Maven, is actually a java project manager.. Installing maven in windows need to set system environment vars like JAVA_HOME and PATH.. And it is rather 阅读全文

posted @ 2017-03-19 21:07 三叁 阅读(294) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 10 下一页

导航