07 2016 档案
摘要:MySQL查询不区分大小写的sql写法 mysql查询默认是不区分大小写的 如: mysql查询默认是不区分大小写的 如: select * from some_table where str=‘abc'; select * from some_table where str='ABC'; 得到的结
阅读全文
摘要:select函数详解及实例分析 非阻塞访问原理——poll(select)
阅读全文
摘要:Ueditor-thinkphp使用问题: 1、linux下,上传图片出现错误: 上传根目录不存在! 解决方法:
阅读全文
摘要:rtsp摘要认证协议(Response计算方法) 说明: 例如:OPTIONS rtsp://192.168.123.158:554/11RTSP/1.0 RTSP客户端应该使用username + password并计算response如下: (1)当password为MD5编码,则 respon
阅读全文
摘要:python的加密模块(md5,sha,crypt)学习 命令行使用python MD5:
阅读全文
摘要:makefile中的shell调用 注意事项 一些选项的解释: CC=gcc CFLAGS= -Iinclude -Wall -g -DDEBUG LDFLAGS=-L./lib -Wl,-rpath=./lib -Wl,-rpath=/usr/local/lib ttorrent: main.o
阅读全文
摘要:如何学习opensips/kamailio/openser
阅读全文
摘要:数据类型 注意:1:SQLite中,非主键整形字段不能通过设置AUTOINCREMENT关键字变成自增字段。 2:id integer primary key autoincrement=>integer不能改为int,否则创建表失败,原因待查 sqlite代码如何进行合并: http://sqli
阅读全文
浙公网安备 33010602011771号