上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 31 下一页
摘要: baiduTemplate希望创造一个用户觉得“简单好用”的JS模板引擎 先展示两个例子,然后说说对baidutemplate.js的理解,从而将这一工具加到个人百宝箱里。 <script id="bd_t1" type="text/template"> <div> <h1>title:<%=tit 阅读全文
posted @ 2017-02-22 14:03 James2019 阅读(2442) 评论(0) 推荐(0) 编辑
摘要: 根据博友的经验,总结后请使用方法一就行了 一,修改bootstrap.js 源码 原来的: 修改为: 如果垂直居中了 二,jquery中 这里参考这位博友吧:http://www.cnblogs.com/zzj-suxiao/articles/5460972.html 阅读全文
posted @ 2017-02-20 15:23 James2019 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 浏览器端的模块,不能采用"同步加载"(synchronous),只能采用"异步加载"(asynchronous)。这就是AMD规范诞生的背景。 AMD是"Asynchronous Module Definition"的缩写,意思就是"异步模块定义"。 它采用异步方式加载模块,模块的加载不影响它后面语 阅读全文
posted @ 2017-02-17 09:40 James2019 阅读(141) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-02-15 17:12 James2019 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 源模态框使用:http://www.runoob.com/bootstrap/bootstrap-modal-plugin.html 也可参考:http://www.cnblogs.com/wuhuacong/p/4775282.html 阅读全文
posted @ 2017-02-13 13:30 James2019 阅读(328) 评论(0) 推荐(0) 编辑
摘要: BootstrapFileInput下载参考:http://www.jq22.com/jquery-info5231 网友经验参见:http://www.cnblogs.com/wuhuacong/p/4774396.html 一般情况下,我们需要引入下面两个文件,插件才能正常使用: bootstr 阅读全文
posted @ 2017-02-13 10:38 James2019 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 如上图片: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>可拖拽的元素组件</title> <style> #d1 {width:800p 阅读全文
posted @ 2017-01-24 10:29 James2019 阅读(2672) 评论(0) 推荐(0) 编辑
摘要: 1、Admin LTE 该模版开源免费。已用到项目中,客户评价说UI很好看... AdminLTE - 是一个完全响应式管理模板。基于Bootstrap3的框架。高度可定制的,易于使用。支持很多的屏幕分辨率适合从小型移动设备到大型台式机。 下载地址:https://www.almsaeedstudi 阅读全文
posted @ 2017-01-23 09:43 James2019 阅读(12479) 评论(0) 推荐(1) 编辑
摘要: <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js"></script> 拆线示例: 饼图示例: 才下配置可在纵坐标上带亿单位 以上可在纵坐标上显示亿 https://www.oschina. 阅读全文
posted @ 2017-01-22 09:35 James2019 阅读(973) 评论(0) 推荐(0) 编辑
摘要: ecshop /api/client/api.php、/api/client/includes/lib_api.php ECShop存在一个盲注漏洞,问题存在于/api/client/api.php文件中,提交特制的恶意POST请求可进行SQL注入攻击,可获得敏感信息或操作数据库。 参照以下修改: 阅读全文
posted @ 2017-01-20 18:06 James2019 阅读(1218) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 31 下一页