上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 24 下一页
摘要: 集成了批量上传文件插件Uploadify,只有火狐下提示这个错误,网上找了很多解决办法,基本都说flash在firefox下重新发起session会话,由于session没有验证通过所以报错,这个问题网上有很多解决方案,但是试了很多,都没有真正解决我的问题,最后看了官方的解决方案 http://ww 阅读全文
posted @ 2017-10-30 11:15 pengcx 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 钩子 描述 参数 app_init 应用初始化标签位 无 app_begin 应用开始标签位 当前调度信息 module_init 模块初始化标签位 当前请求对象实例 action_begin 控制器开始标签位 当前的callback参数 view_filter 视图输出过滤标签位 当前模板渲染输出 阅读全文
posted @ 2017-10-26 10:10 pengcx 阅读(890) 评论(0) 推荐(0) 编辑
摘要: 验证规则 描述 require 必须验证 alpha 是否为字母 alphaNum 是否为字母和数字 alphaDash 是否为字母、数字,下划线_及破折号- number 是否为数字 integer 是否为整型(注意大小范围) float 是否为浮点型 boolean 是否为布尔型 email 是 阅读全文
posted @ 2017-10-26 09:23 pengcx 阅读(7361) 评论(0) 推荐(0) 编辑
摘要: strtolower(preg_replace('/((?<=[a-z])(?=[A-Z]))/', '_', 'AbcDef')) 阅读全文
posted @ 2017-10-24 16:42 pengcx 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 第一步, 引入文件 打开image插件的image.js 108行 editor.execCommand('insertimage', list);代码之前加入 editor.fireEvent('beforeinsertimage', list);然后问题搞定 第五步,如果第四步不行,请参考这一步 阅读全文
posted @ 2017-10-23 15:38 pengcx 阅读(5128) 评论(0) 推荐(1) 编辑
摘要: function random($length, $chars = '0123456789') { $hash = ''; $max = strlen($chars) - 1; for($i = 0; $i < $length; $i++) { $hash .= $chars[mt_rand(0, 阅读全文
posted @ 2017-10-19 16:14 pengcx 阅读(110) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_5b5790f10100vala.html 建好后什么结构与内容都没有确定好之前,我怎么去屏蔽搜索引擎蜘蛛不来访问我的网站,不收录我的网站,这样才不会给我的网站造成损失,其实这样的问题再百度也有很多种回答,可能是由于答案太多太乱的缘故,有 阅读全文
posted @ 2017-09-30 13:31 pengcx 阅读(714) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/u011142688/article/details/51821412 阅读全文
posted @ 2017-09-29 08:35 pengcx 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 将字段类型设置为utf8mb4_unicode_ci 阅读全文
posted @ 2017-09-21 14:10 pengcx 阅读(528) 评论(0) 推荐(0) 编辑
摘要: phpinfo()函数 阅读全文
posted @ 2017-09-21 13:02 pengcx 阅读(99) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 24 下一页