上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: 查找 html 标记的方法 document.firstChild document.documentElement 查找 body 标记的方法 document.firstChild.lastChild document.body 阅读全文
posted @ 2016-08-02 23:02 暴走骑士 阅读(1538) 评论(0) 推荐(0) 编辑
摘要: https://android.googlesource.com/platform/frameworks/data binding/+/studio master dev/proguard.cfg keep class android.databinding. { ; } keepnames cla 阅读全文
posted @ 2016-08-02 10:09 暴走骑士 阅读(2188) 评论(0) 推荐(0) 编辑
摘要: 这是第一种办法,是最常见的办法 1.$arr = array(...); 第二种办法,由于PHP是动态语言,所以可以不用new就能创建数组 2. $arr[] = 10; $arr[]= 12; 输出的时候回出现arr[0] = 10,arr[1]=12;,原因是第一句代码的作用是检查数组创建了没有 阅读全文
posted @ 2016-07-23 20:38 暴走骑士 阅读(3920) 评论(0) 推荐(0) 编辑
摘要: cmd下使用 httpd.exe t 如果配置出现问题,会直接出现异常位置与内容 阅读全文
posted @ 2016-07-23 17:48 暴走骑士 阅读(1081) 评论(0) 推荐(0) 编辑
摘要: (注意虚拟主机的优先级比非虚拟根目录的优先级要高,而且找不到其他虚拟主机的情况下会找配置目录下的第一台虚拟主机) This is the main Apache HTTP server configuration file. It contains the configuration directi 阅读全文
posted @ 2016-07-22 00:31 暴走骑士 阅读(6292) 评论(0) 推荐(0) 编辑
摘要: 虚拟目录 Options Indexes FollowSymLinks Includes ExecCGI AllowOverride All Require all granted ServerAdmin kk@linuxidc.com DocumentRoot "D:/dangdang" Serv 阅读全文
posted @ 2016-07-21 23:40 暴走骑士 阅读(2177) 评论(0) 推荐(0) 编辑
摘要: http://www.th7.cn/web/html css/201507/109240.shtmlmargin外边距合并详解 上下外边距合并问题——这是一种现象 什么情况下?上下外边距会合并呢? 上下两个块元素,如果每一个元素都指定了四个外边距,那么上下相邻的那个外边距会发生合并的现象,合并后取其 阅读全文
posted @ 2016-06-29 21:17 暴走骑士 阅读(223) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/andriod html5/archive/2012/04/28/2539424.html 阅读全文
posted @ 2016-06-21 17:17 暴走骑士 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 订单 阅读全文
posted @ 2016-06-11 00:26 暴走骑士 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1.动态权限管理,现在微信是在Splash做一个外部读写权限的管理,这样不同意的话,展示一个dialog,引导人去设置,再次不同意,直接退出应用 阅读全文
posted @ 2016-06-09 07:04 暴走骑士 阅读(169) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 16 下一页