摘要: 非常感谢博客园,该博客不在更新,请访问 chenshuo.net 阅读全文
posted @ 2016-05-09 12:09 陈朔 阅读(205) 评论(0) 推荐(0) 编辑
摘要: http://vuejs.org/ 阅读全文
posted @ 2016-04-28 10:35 陈朔 阅读(307) 评论(0) 推荐(0) 编辑
摘要: ``` if(("standalone" in window.navigator) && window.navigator.standalone) { var noddy, remotes = false; document.addEventListener('click', function(event) { noddy = event.target; wh... 阅读全文
posted @ 2016-04-27 15:51 陈朔 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 很多移动开发的资源 http://www.cnblogs.com/PeunZhang/p/3407453.html 阅读全文
posted @ 2016-04-24 11:08 陈朔 阅读(149) 评论(0) 推荐(0) 编辑
摘要: ``` var script = document.createElement("script"); script.src = '/static/js/view/'+url+'.js'; var done = false; script.onload = script.onreadystatechange = function() { if (!done && (!this.re... 阅读全文
posted @ 2016-04-22 11:31 陈朔 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 最近细细的折腾了win10下PHP环境的安装过程,每次安装总是有小问题,现在总结一下。安装之前需要注意,下载的安装包(除MySQL)外必须统一是64位或者统一时32位。 一. MySQL5.7的安装 下载地址:http://dev.mysql.com/downloads/mysql/ MySQL5. 阅读全文
posted @ 2016-04-21 23:01 陈朔 阅读(1387) 评论(0) 推荐(0) 编辑
摘要: 浅谈移动Web开发 提纲 更新于 2016 04 19 一、PC端与移动端Web开发的区别 1. PC端相对复杂,需要花大量精力解决浏览器兼容 2. 移动端只关注webkit内核,布局简单,信息量少,开发较为容易 二、移动端开发 1. 原生 APP 2. Web APP 3. hybrid (混合开 阅读全文
posted @ 2016-04-19 11:46 陈朔 阅读(200) 评论(0) 推荐(0) 编辑
摘要: http://framework7.io/ 阅读全文
posted @ 2016-04-18 16:11 陈朔 阅读(593) 评论(0) 推荐(0) 编辑
摘要: http://blog.chromium.org/ 阅读全文
posted @ 2016-04-18 11:07 陈朔 阅读(227) 评论(0) 推荐(0) 编辑
摘要: ``` --> --> 标题 ``` 阅读全文
posted @ 2016-04-18 10:45 陈朔 阅读(187) 评论(0) 推荐(0) 编辑