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

2016年7月10日

Setting DPDK+OVS+QEMU on CentOS

摘要: Environment Build Step: these packages are needed for building dpdk+ovs: First download latest dpdk & ovs :http://dpdk.org/download git clone https:// 阅读全文

posted @ 2016-07-10 13:22 三叁 阅读(1823) 评论(0) 推荐(1)

Newly Setting up a CentOS-7 system

摘要: yum install -y epel-release glibc.i686 libtools vim clang git autoconf automake w3m glibc screen the most import sentence I learned in meeting compili 阅读全文

posted @ 2016-07-10 11:19 三叁 阅读(278) 评论(0) 推荐(0)

2016年6月12日

new thoughts over function pointers

摘要: Previous works do not relate to function pointers, but reading some documents reading and learning STL functions lets me know the pointer of functions 阅读全文

posted @ 2016-06-12 12:24 三叁 阅读(123) 评论(0) 推荐(0)

Python Django Learning Notes..

摘要: The first time I came across django was last month.. Since then I was considering it as the better choice of building/maintaining websites. Now I thin 阅读全文

posted @ 2016-06-12 06:42 三叁 阅读(158) 评论(0) 推荐(0)

2016年5月12日

Notes over compiling..

摘要: When compiling VIM on windows, using nmake may be a better choice.. Because so far my attempts to compile VIM using mingw32/mingw-w64/make+gcc failed 阅读全文

posted @ 2016-05-12 10:47 三叁 阅读(241) 评论(1) 推荐(0)

2016年5月10日

A convenient way of installing(compiling) VIM with YCM

摘要: Ah, while I am still downloading LLVM from github(very slow.. and very large in size). I come with my new ideas to write this new blog.. Because learn 阅读全文

posted @ 2016-05-10 17:29 三叁 阅读(270) 评论(1) 推荐(0)

2016年5月9日

gvim work notes.. a few days' work on 64bit vim and plugin compilations

摘要: (a 600MB+ sized c/c++ compiler which is capable of hi-light and JB styled completion!! and of-course with VIM efficiency !!) Till now, several days pa 阅读全文

posted @ 2016-05-09 15:05 三叁 阅读(410) 评论(3) 推荐(0)

2016年4月29日

Python 3.5.1 Syntax & APIs(Continue Updating..

摘要: instead of print(x) to escape the default line-changing-output. print(str.ljust(size)) left-alignment with given size, samely, str.rjust(size) works j 阅读全文

posted @ 2016-04-29 09:41 三叁 阅读(309) 评论(0) 推荐(0)

2016年4月22日

Converting between IEEE 754 and Float (Format related

摘要: The float can be converted to well known single-precision IEEE 754 number, why 754? It's the standard representation of single-precision numbers, used 阅读全文

posted @ 2016-04-22 15:58 三叁 阅读(334) 评论(0) 推荐(0)

Net Protocol Related

摘要: Data used to deliver through net should be encapsulated. General encapsulation include 4 layer of header, in UNIX, it's: Application Layer (telnet, ft 阅读全文

posted @ 2016-04-22 14:54 三叁 阅读(209) 评论(0) 推荐(0)

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

导航