2016年8月31日

lua: Learning Official Doc notes

摘要: dynamically typed vars: basic types: nil, boolean, number, string, function, userdata, thread & table. where nil has only one value, is mainly to diff 阅读全文

posted @ 2016-08-31 21:09 三叁 阅读(157) 评论(0) 推荐(0) 编辑

2016年8月30日

Compile Time Assertion..

摘要: The most seen assertion are during runtime, but this one is at compile time, to give the error more quickly.. I do not quite understand why need this 阅读全文

posted @ 2016-08-30 14:53 三叁 阅读(427) 评论(0) 推荐(0) 编辑

2016年8月14日

GRPC: set up..

摘要: get the grpc source file.. compile the helloworld example.. is easy.. the most important is to write the server/client side .go files and one message/ 阅读全文

posted @ 2016-08-14 22:17 三叁 阅读(288) 评论(0) 推荐(0) 编辑

2016年8月13日

FTP: Configuring server users..

摘要: 4 points to create a user to uploade to ftproot.. this user must be an administrator, and be able to login into the Server as the user with privilidge 阅读全文

posted @ 2016-08-13 18:02 三叁 阅读(164) 评论(0) 推荐(0) 编辑

2016年8月11日

THOUGHTS: programming in linux... with third_party open sources... methods

摘要: Actually I do not have experiences in programming with open sources/third party libs.. in linux.. I think this took me almost 3 days to figure out how 阅读全文

posted @ 2016-08-11 14:47 三叁 阅读(158) 评论(0) 推荐(0) 编辑

2016年8月10日

DEAMONTOOLS: installation

摘要: installing daemontools .. adding -I /usr/include/errno.h to last first line of conf-cc mkdir -p /package chmod 1755 /package cd /package wget http://c 阅读全文

posted @ 2016-08-10 14:33 三叁 阅读(177) 评论(0) 推荐(0) 编辑

2016年8月9日

Zookeeper: configuring on centos7

摘要: this passage is referenced, appreciated. ZooKeeper installation: to share my_data between clients.. create /zk_test my_dataget /zk_testdelete /zk_test 阅读全文

posted @ 2016-08-09 17:07 三叁 阅读(162) 评论(0) 推荐(0) 编辑

2016年8月5日

ABI & API

摘要: API defines the programning language and function entry point, arguments type, order. ABI defines the programming compiled version to be according to 阅读全文

posted @ 2016-08-05 17:49 三叁 阅读(175) 评论(0) 推荐(0) 编辑

2016年8月4日

GCC: compilation process..

摘要: gcc -I -L -l -D -g -O -o -Wall about the -0 option.. ref to the following table.. Set the compiler's optimization level. +increase ++increase more +++ 阅读全文

posted @ 2016-08-04 20:07 三叁 阅读(294) 评论(0) 推荐(0) 编辑

2016年8月2日

C: define many functions using predefine..

摘要: /* Defines COUNTER. There must be exactly one such definition at file scope * within a program. */ #define COVERAGE_DEFINE(COUNTER) \ DEFINE_STATIC_PE... 阅读全文

posted @ 2016-08-02 21:56 三叁 阅读(221) 评论(0) 推荐(0) 编辑

导航