上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页
摘要: * 参考文章:php-phantomjs get-started composer.json * cmd * 结果 * 产生的文件目录verdor和bin * * * 成功产生pdf 遇到的问题 1,PHP Fatal error: Class 'JonnyW\PhantomJs\Client' n 阅读全文
posted @ 2016-11-17 09:39 野鹤闲人 阅读(1525) 评论(0) 推荐(0)
摘要: * 先记录一些零散的知识,待之后整理,因为现在也在学习中 是以jquery2.0.3.js为例 1,map(),是对数组array的二次处理 2,$('div').pushStack($('span')).css({'background':'red'}).end().css({'color':'b 阅读全文
posted @ 2016-11-17 08:49 野鹤闲人 阅读(288) 评论(0) 推荐(0)
摘要: * 网上下载了html2pdf-4.5.1.zip, 要运行里面的实例,要先安装composer 运行html2pdf时,readme里面建议按照composer-setup.exe安装过程中出现openssl的问题,在php.ini中开启相应extension即可,路径写绝对路径,否则按默认路径找 阅读全文
posted @ 2016-11-16 12:09 野鹤闲人 阅读(6526) 评论(0) 推荐(0)
摘要: * 参考文章:php5.5 + apache2.4 安装配置 一,准备 1,下载php-5.6.27-Win32-VC11-x64.zip 2,httpd-2.4.23-win64-VC14.zip 地址:http://www.apachelounge.com/download/ 3,之前安装过vc 阅读全文
posted @ 2016-11-16 09:45 野鹤闲人 阅读(1360) 评论(0) 推荐(0)
摘要: * Using requirejs in angularjs application 按照上面这篇文章,下载了一个demo项目,为了运行,做以下事情: 1,npm install 2, $-->npm install bower -g bower help验证是否安装好bower 3,$-->npm 阅读全文
posted @ 2016-11-14 15:01 野鹤闲人 阅读(170) 评论(0) 推荐(0)
摘要: * 参考地址:require.js学习总结 1,入口函数 2,require.js的配置 在data-main指定的主文件中,通过require.config来配置,并加载其他js模块 baseUrl:指定基路径 paths:模块加载路径 shim:加载非AMD规范模块 exports值(输出的变量 阅读全文
posted @ 2016-11-14 11:00 野鹤闲人 阅读(193) 评论(0) 推荐(0)
摘要: * 1,BDP个人版-零门槛数据分析平台 2, 大前端工具集 3,学习编程的一系列书籍资料 connect to outside: https://git.io/ogate https://git.io/free wujie * 阅读全文
posted @ 2016-11-11 10:04 野鹤闲人 阅读(1067) 评论(0) 推荐(0)
摘要: - 1,项目的server.xml <Context docBase="E:\abc\" path="/abc" reloadable="false" /> 2,tomcat的web.xml 配置完成,即可以在http://localhost:8080/abc/访问文件路径 - 阅读全文
posted @ 2016-11-10 11:36 野鹤闲人 阅读(1632) 评论(0) 推荐(0)
摘要: * XMLHttpRequest cannot load http:/XXX. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is pr 阅读全文
posted @ 2016-11-09 17:26 野鹤闲人 阅读(397) 评论(0) 推荐(0)
摘要: * (1) 打開目錄${TOMCAT_HOME}/bin,在空白處按住shift鍵,然後右鍵,選擇“在此处打开命令窗口”,然後輸入”service.bat install”, 回車,(如果要指定service的名字,则service.bat install service名字) 顯示安裝成功,如圖所 阅读全文
posted @ 2016-11-07 12:00 野鹤闲人 阅读(3178) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页