上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: ThinkPHP模版中时间戳转换为时间 thinkphp字符截取函数msubstr() ThinkPHP有一个内置字符截取函数mb_substr()如下:mb_substr($str, $start=0, $length, $charset=”utf-8″, $suffix=true) $str:要 阅读全文
posted @ 2018-05-14 17:56 似 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 手册https://www.kancloud.cn/manual/thinkphp5/118041 阅读全文
posted @ 2018-05-12 18:24 似 阅读(2125) 评论(0) 推荐(0) 编辑
摘要: 1、删除指定键值的元素 2、数组循环 3、判断数组中是否存在指定键(key)的方法 array_key_exists语法如下 isset函数语法如下 阅读全文
posted @ 2018-04-26 10:37 似 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 在构建网页的时候,如果不想逐个写栏目列表页的标题,即列表页标题形式为:{field:seotitle/}_{dede:global.cfg_webname/},其中{field:seotitle/}为该栏目列表的seo标题。 特别是有多层的栏目列表页可以采用:二级栏目名_一级栏目名_网站名 的形式, 阅读全文
posted @ 2018-04-23 22:19 似 阅读(630) 评论(0) 推荐(0) 编辑
摘要: ThinkPHP递归删除栏目 https://www.cnblogs.com/zlnevsto/p/7051875.html Thinkphp3.2 无限级分类删除,单个删除,批量删除 https://blog.csdn.net/zyh_coding/article/details/70045987 阅读全文
posted @ 2018-04-17 17:28 似 阅读(168) 评论(0) 推荐(0) 编辑
摘要: http://fex.baidu.com/webuploader/ webuploader插件使用分析 https://www.cnblogs.com/Brose/p/webuploader_java.html 记一次WebUploader的使用 https://blog.csdn.net/fore 阅读全文
posted @ 2018-04-17 10:19 似 阅读(135) 评论(0) 推荐(0) 编辑
摘要: JavaScript(jQuery)中的事件委托 https://www.cnblogs.com/zhoushengxiu/p/5703095.html js中的事件委托或是事件代理详解 https://www.cnblogs.com/liugang-vip/p/5616484.html 阅读全文
posted @ 2018-04-17 08:39 似 阅读(130) 评论(0) 推荐(0) 编辑
摘要: eq 等于neq 不等于gt 大于egt 大于等于lt 小于elt 小于等于 阅读全文
posted @ 2018-04-03 22:24 似 阅读(3145) 评论(0) 推荐(0) 编辑
摘要: 详细教程http://blog.csdn.net/u012538990/article/details/53929507 汉化:查localiza插件 详细教程:https://jingyan.baidu.com/article/15622f243c3844fdfcbea580.html 解决Pac 阅读全文
posted @ 2018-03-06 09:23 似 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 实例: 阅读全文
posted @ 2018-03-05 22:51 似 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页