10 2017 档案

摘要:PostCSS Sorting 按照指定的规则对CSS内容进行排序。stylefmt 自动格式化样式ESLint 代码检查的插件beautify 代码美化插件Debugger for Chrome 让 vscode 映射 chrome 的 debu... 阅读全文
posted @ 2017-10-30 17:30 Newman·Li 阅读(594) 评论(0) 推荐(0) 编辑
摘要:配置教程:https://www.thinkcmf.com/topic/351.htmlThinkcmf3:server { listen 80; server_name lh.scapp.nd.comlh.scapp.nd.com; root ... 阅读全文
posted @ 2017-10-24 11:41 Newman·Li 阅读(1125) 评论(0) 推荐(0) 编辑
摘要:http://www.jianshu.com/p/4f744c935e1c 阅读全文
posted @ 2017-10-23 18:17 Newman·Li 阅读(193) 评论(0) 推荐(0) 编辑
摘要:浏览器定位获得详细地址 // 百度地图API功能 var point = null; var map = new BMap.Map("l-map"); map.centerAndZoom(new BMap.Point(116.3956... 阅读全文
posted @ 2017-10-23 17:13 Newman·Li 阅读(568) 评论(0) 推荐(0) 编辑
摘要:解析经纬度 Geocoder步骤直接js代码 // 百度地图API功能 var point = null; var map = new BMap.Map("l-map"); map.centerAndZoom(new BMap.Poin... 阅读全文
posted @ 2017-10-23 17:07 Newman·Li 阅读(2097) 评论(0) 推荐(0) 编辑
摘要:浏览器定位API Geolocation第一步 引入第二步 放地图的div盒子第三步 js代码 // 百度地图API功能 var point = null; var map = new BMap.Map("l-map"); map.c... 阅读全文
posted @ 2017-10-23 16:58 Newman·Li 阅读(379) 评论(0) 推荐(0) 编辑
摘要:http://kingtigerhu.blog.51cto.com/2936525/1649602不过,亲测,N比A 不 稳定。 阅读全文
posted @ 2017-10-23 15:39 Newman·Li 阅读(1464) 评论(0) 推荐(0) 编辑
摘要:错误:this request has been blocked;the content must be served over https解决方案相对协议 对于同时支持HTTPS和HTTP的资源,引用的时候要把引用资源的URL里的协议头去掉,浏览器会自动... 阅读全文
posted @ 2017-10-23 10:21 Newman·Li 阅读(1837) 评论(0) 推荐(0) 编辑
摘要:https://blog.zengrong.net/post/2199.html其他 soap协议:http://blog.csdn.net/waitforfree/article/details/38701197PHP 写stocket :http://www.cnblogs.com/php... 阅读全文
posted @ 2017-10-22 19:39 Newman·Li 阅读(1415) 评论(0) 推荐(0) 编辑
摘要:原文地址:input[type=file]在移动端各浏览器无法适配打开相机的问题。作者:韩小文近期有一需求是拍照上传用户头像并能进行区域性的截取操作。故使用了input[type=file]标签进行尝试,PC端无问题,后发现移动端方面:1.乐视2s手机在UC,360,QQ,EUI浏览器下均能实... 阅读全文
posted @ 2017-10-21 15:18 Newman·Li 阅读(1609) 评论(0) 推荐(0) 编辑
摘要:https://ninghao.net/blog/1411 阅读全文
posted @ 2017-10-19 15:12 Newman·Li 阅读(1491) 评论(0) 推荐(0) 编辑
摘要:VUE 和AngularJS 开发SPA能支持APP内嵌么?那多页面呢?VUE 的SPA IOS是会被拒。打包:http://app.applebyme.cn/ 阅读全文
posted @ 2017-10-18 17:01 Newman·Li 阅读(274) 评论(0) 推荐(0) 编辑
摘要:概要:今天在使用微信开放平台对接一个内容管理系统的时候,在绑定公众号的时候一直失败原因:调试的时候发现,直接原因是因为开放平台里面填写的授权事件(该授权事件每十分钟会通送一次事件来更新ticket),即:这个地方填写的url,调试发现,这个URL没错,微信也有每10分... 阅读全文
posted @ 2017-10-17 20:02 Newman·Li 阅读(359) 评论(0) 推荐(0) 编辑
摘要:UEditor富文本编辑器的简单入门首先既然我们要用UEditor插件,我们就需要引入对应的文件,在UEditor官网下载,然后将static文件夹拷贝到我们项目的根目录下,接下来就是引用:* 引入配置文件 * 引入all.js * 引入parse.... 阅读全文
posted @ 2017-10-17 14:43 Newman·Li 阅读(624) 评论(0) 推荐(0) 编辑
摘要:ftp是一种文件传输协议。sftp是基于ssh协议的加密ftp传输协议。SFTP 为SSH的一部分,SFTP是使用加密传输认证信息和传输的数据,所以,使用SFTP是非常安全的。sftp是不需要另外安装的,因为是SSH自带的,所以用ROOT用SFTP(不是FTP)直接可以登陆主目录。注意是sft... 阅读全文
posted @ 2017-10-15 21:26 Newman·Li 阅读(2235) 评论(0) 推荐(0) 编辑
摘要:泛微OA JAVA开发,非开源。产品可以参考。开发可以看看PHP 开源OA。 阅读全文
posted @ 2017-10-15 17:21 Newman·Li 阅读(310) 评论(0) 推荐(0) 编辑
摘要:原文地址:LAMP与LNMP架构的区别及其具体的选择说明作者:啄木鸟LAMP==Linux+Apache+Mysql+PHPLNMP==Linux+Nginx+Mysql+PHP以上两只架构是目前网站的主流架构LAMP和LNMP最主要的区别在于:一个使用的是Apache,一个使用的是Nginx... 阅读全文
posted @ 2017-10-15 10:55 Newman·Li 阅读(185) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/huobobo124/article/details/52971479id="article_content"class="article_contentcsdn-tracking-statistics"data-mod="popu_307"data-... 阅读全文
posted @ 2017-10-15 10:40 Newman·Li 阅读(450) 评论(0) 推荐(0) 编辑
摘要:1,制作一个分享的js接口可参考:http://blog.csdn.net/m0_38082783/article/details/73326551假如接口为: wxShare({ title: '', // 分享标题 desc: '', // 分享描述 li... 阅读全文
posted @ 2017-10-11 15:14 Newman·Li 阅读(456) 评论(0) 推荐(0) 编辑
摘要:如果url为:http://127.0.0.1:8020/?param=10&id=code1,首先引入模块:var http = require('http');var url = require("url");var querystring = require("... 阅读全文
posted @ 2017-10-10 17:06 Newman·Li 阅读(1660) 评论(0) 推荐(0) 编辑
摘要:初步学习nodejs,目前在读《nodejs入门》这一本书,书很小,但是让我知道了如何用nodejs创建一个简单的小项目。例如如何创建一个服务器啦,例如http.createServer,还有根据不同的请求路径来设置路由选择啦,模块引入,创建模块啦,巴拉巴拉的东西。现... 阅读全文
posted @ 2017-10-10 16:58 Newman·Li 阅读(220) 评论(0) 推荐(0) 编辑
摘要:这里主要记下querystring模块的使用方法。querystring从字面上的意思就是查询字符串,一般是对http请求所带的数据进行解析。querystring模块只提供4个方法,在我看来,这4个方法是相对应的。这4个方法分别是querystring.parse和... 阅读全文
posted @ 2017-10-10 16:52 Newman·Li 阅读(341) 评论(0) 推荐(0) 编辑
摘要:错误:throw er; // Unhandled 'error' event发现是nodejs的过程中遇到了如下的运行错误 events.js:72 throw er; // Unhandled 'error' event ^... 阅读全文
posted @ 2017-10-10 15:37 Newman·Li 阅读(298) 评论(0) 推荐(0) 编辑