会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
陈朔技术博客
chenshuo.net
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
14
下一页
2016年5月9日
此博客停止更新,请访问chenshuo.net
摘要: 非常感谢博客园,该博客不在更新,请访问 chenshuo.net
阅读全文
posted @ 2016-05-09 12:09 陈朔
阅读(216)
评论(0)
推荐(0)
2016年4月28日
轻量级的前端框架
摘要: http://vuejs.org/
阅读全文
posted @ 2016-04-28 10:35 陈朔
阅读(318)
评论(0)
推荐(0)
2016年4月27日
Safari WebApp 模拟 原声APP禁止打开新窗口JS代码
摘要: ``` 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 陈朔
阅读(460)
评论(0)
推荐(0)
2016年4月24日
移动WEB开发资源
摘要: 很多移动开发的资源 http://www.cnblogs.com/PeunZhang/p/3407453.html
阅读全文
posted @ 2016-04-24 11:08 陈朔
阅读(162)
评论(0)
推荐(0)
2016年4月22日
向页面动态添加外部js
摘要: ``` 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 陈朔
阅读(518)
评论(0)
推荐(0)
2016年4月21日
Windows10 Apache2.4 PHP7 MySQL 5.7安装教程
摘要: 最近细细的折腾了win10下PHP环境的安装过程,每次安装总是有小问题,现在总结一下。安装之前需要注意,下载的安装包(除MySQL)外必须统一是64位或者统一时32位。 一. MySQL5.7的安装 下载地址:http://dev.mysql.com/downloads/mysql/ MySQL5.
阅读全文
posted @ 2016-04-21 23:01 陈朔
阅读(1429)
评论(0)
推荐(0)
2016年4月19日
提纲
摘要: 浅谈移动Web开发 提纲 更新于 2016 04 19 一、PC端与移动端Web开发的区别 1. PC端相对复杂,需要花大量精力解决浏览器兼容 2. 移动端只关注webkit内核,布局简单,信息量少,开发较为容易 二、移动端开发 1. 原生 APP 2. Web APP 3. hybrid (混合开
阅读全文
posted @ 2016-04-19 11:46 陈朔
阅读(210)
评论(0)
推荐(0)
2016年4月18日
非常赞的前端框架 framework7.io
摘要: http://framework7.io/
阅读全文
posted @ 2016-04-18 16:11 陈朔
阅读(615)
评论(0)
推荐(0)
chromium blog
摘要: http://blog.chromium.org/
阅读全文
posted @ 2016-04-18 11:07 陈朔
阅读(251)
评论(0)
推荐(0)
移动web开发常用属性
摘要: ``` --> --> 标题 ```
阅读全文
posted @ 2016-04-18 10:45 陈朔
阅读(195)
评论(0)
推荐(0)
1
2
3
4
5
···
14
下一页
公告