01 2018 档案
wewqe
摘要:script.cscript_runreason(const struct interface *ifp, const char *reason)elen = (size_t)make_env(ifp, reason, &env);pid = exec_script(ifp->ctx, argv,
阅读全文
netlink
摘要:http://blog.csdn.net/luckyapple1028/article/details/50839395 http://blog.csdn.net/luckyapple1028/article/details/50936563 https://www.ibm.com/develope
阅读全文
sqlite 3基本使用方法
摘要:1、sqlite数据库数据类型 Integer 整型 varchar(10) 字符数组 float 浮点型 double 双精度浮点型 char(10) 字符型 text 文本型 2、sql语法 2.1 创建表语句 create table 表名(字段名称 数据类型 约束,字段名称 数据类型 约束.
阅读全文
Server SSL certificate verification failed: certificate has expired, issuer is not trusted
摘要:Unable to connect to a repository at URL 'https://xxxxx/svn/include' Server SSL certificate verification failed: certificate has expired, issuer is no
阅读全文