08 2016 档案

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 三叁 阅读(170) 评论(0) 推荐(0)

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 三叁 阅读(444) 评论(0) 推荐(0)

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 三叁 阅读(295) 评论(0) 推荐(0)

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 三叁 阅读(174) 评论(0) 推荐(0)

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 三叁 阅读(164) 评论(0) 推荐(0)

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 三叁 阅读(188) 评论(0) 推荐(0)

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 三叁 阅读(169) 评论(0) 推荐(0)

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 三叁 阅读(178) 评论(0) 推荐(0)

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 三叁 阅读(315) 评论(0) 推荐(0)

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 三叁 阅读(229) 评论(0) 推荐(0)

cURL: Learning..
摘要:CURL usage.. -v, -m, -H, -I, -s, --connect-timeout, -x, -X GET|POST, -d, -T, -o. --retry, -u curl [options] [uri] 阅读全文

posted @ 2016-08-01 14:24 三叁 阅读(134) 评论(0) 推荐(0)

导航