上一页 1 ··· 3 4 5 6 7
摘要: PHP运算符优先级 结合方向运算符附加信息 非结合 clone new clone 和 new 左 [ array() 非结合 ++ -- 递增/递减运算符 非结合 ~ - (int) (float) (string) (array) (object) (bool) @ 类型 非结合 instanc 阅读全文
posted @ 2017-08-23 20:19 tatasix 阅读(158) 评论(0) 推荐(0) 编辑
摘要: if(!function_exists('exportExcel')){ //导出excel文件 function exportExcel($datas, $save_method='http', $save_path=''){ set_time_limit(0); error_reporting( 阅读全文
posted @ 2017-08-22 21:08 tatasix 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 冒泡排序以及一点小小的优化 阅读全文
posted @ 2017-07-26 15:34 tatasix 阅读(511) 评论(3) 推荐(1) 编辑
摘要: 微信开发中的几个问题 阅读全文
posted @ 2017-07-25 11:54 tatasix 阅读(321) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7