ueditor不过滤保存html
摘要:function isText(node, arr) { if(node.parentNode.tagName == 'pre'){ //源码模式下输入html标签,不能做转换处理,直接输出 arr.push(node.data) }else{ // arr.push(notTransTagName
阅读全文
posted @
2017-12-28 10:24
limonyun
阅读(563)
推荐(0)
ecstore 新增input控件方法
摘要:打开app\desktop\lib\view\input.php 新建 input_xxx方法
阅读全文
posted @
2017-12-28 10:17
limonyun
阅读(200)
推荐(0)
ecstore前台模板保留css样式
摘要:打开app\site\lib\controller.php
阅读全文
posted @
2017-12-28 10:14
limonyun
阅读(150)
推荐(0)
ecstore 当前网址
摘要:php:$base_url=kernel::base_url(true);
阅读全文
posted @
2017-12-22 11:32
limonyun
阅读(118)
推荐(0)
mysql 导入数据过大报错
摘要:set global max_allowed_packet=524288000 临时更改最大500M
阅读全文
posted @
2017-12-08 10:51
limonyun
阅读(138)
推荐(0)