摘要: 今天的学习内容: session函数 session_name() session_id file_exists is_dir md5() session_save_path() mcrypt_create_iv() mb_strlen password_hash() password_verify 阅读全文
posted @ 2017-06-28 17:20 躺枪 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 今天的学习内容: session session_start() session_destroy() session_unset() cookie setcookie(名称,值,时间) 阅读全文
posted @ 2017-06-28 14:23 躺枪 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 今天的学习内容: JSON json_encode json_decode ztree插件 阅读全文
posted @ 2017-06-26 14:38 躺枪 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 今天的学习内容: 数据表的增、删、改、查 阅读全文
posted @ 2017-06-23 17:19 躺枪 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 今天的学习内容: mysql时间函数 from_unixtime //当前时间 yyyy-mm-dd hh-mm-ss date //取日期 unix_timestamp //返回时间戳 year //取年份 month //取月份 day //取日期 curdate //当前年-月-日 curti 阅读全文
posted @ 2017-06-19 17:31 躺枪 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 今天的学习内容: 连接查询 join left join right join 阅读全文
posted @ 2017-06-17 16:02 躺枪 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 今天的学习内容: sql查询语句 count having 子查询 阅读全文
posted @ 2017-06-17 14:15 躺枪 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 今天的学习内容: mysql查询语句 as where 条件 比较操作符 (not) between and (not)in (not)like '%hello%' and or 连接条件 is null /is not null regexp order by (desc)降序(asc)升序 gr 阅读全文
posted @ 2017-06-15 16:33 躺枪 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 今天的学习内容: 修改mysql表结构 alter table 表名 change 字段 新字段 定义 alter table 表名 add 字段 定义 alter table 表名 drop 字段 修改索引 alter table 表名 add index 索引名 (字段名) alter tabl 阅读全文
posted @ 2017-06-14 16:04 躺枪 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 今天的学习内容: 安装ZendStudio 入库文件 m模块 c控制器 a方法 阅读全文
posted @ 2017-06-12 17:12 躺枪 阅读(92) 评论(0) 推荐(0) 编辑