上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 32 下一页
摘要: css gray,grayscale,css变灰兼容大部分浏览器html { filter: url("data:image/svg+xml;utf8,#grayscale"); /* Firefox 3.5+ */-webkit-filter: grayscale(100%); /* chrome... 阅读全文
posted @ 2015-03-27 13:16 zhishaofei3 阅读(1741) 评论(0) 推荐(0) 编辑
摘要: mysql查看表结构命令,如下:desc 表名;show columns from 表名;describe 表名;show create table 表名;use information_schemaselect * from columns where table_name='表名';顺便记下:s... 阅读全文
posted @ 2015-03-24 16:50 zhishaofei3 阅读(240) 评论(0) 推荐(0) 编辑
摘要: datagrid-detailview.js easyui表格嵌套 阅读全文
posted @ 2015-03-24 16:02 zhishaofei3 阅读(345) 评论(0) 推荐(0) 编辑
摘要: Apache与PHP的配置Mavericks同以往的OSX一样自带了apache2.2.24和php5.4.17,但默认情况下没有开启,打开终端sudo apachectl start这时在浏览器中输入localhost应该就会出现apache标准的It Works!下面开启php,修改apache... 阅读全文
posted @ 2015-03-24 13:03 zhishaofei3 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 打开终端重启apache:sudo /usr/sbin/apachectl restart关闭apache:sudo /usr/sbin/apachectl stop开启apache:sudo /usr/sbin/apachectl start 阅读全文
posted @ 2015-03-23 20:50 zhishaofei3 阅读(191) 评论(0) 推荐(0) 编辑
摘要: http://jsbin.com/vonuni/2/edit?html,css,output 阅读全文
posted @ 2015-03-18 13:00 zhishaofei3 阅读(88) 评论(0) 推荐(0) 编辑
摘要: http://imakewebthings.com/waypointswaypoints 滑冰122分钟 Cygwin http:/nxutils.sourceforge.net http://babun.github.io 阅读全文
posted @ 2015-03-17 09:43 zhishaofei3 阅读(167) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/article/39481.htmhttp://www.poluoluo.com/jzxy/201307/232615.html 阅读全文
posted @ 2015-03-16 17:30 zhishaofei3 阅读(592) 评论(0) 推荐(0) 编辑
摘要: http://jd.aihuishou.com/images/icons.pnghttp://misc.360buyimg.com/201007/skin/df/i/bg_hotsale.gif来自http://jd.aihuishou.com/trade?jdparam=VxIqXSxDQy66%... 阅读全文
posted @ 2015-03-16 17:14 zhishaofei3 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 通过移动端使用 Web 服务的比率越来越大,例如淘宝今年双十一,移动端交易份额就达到42.6%。由此可见,掌握移动端的前端开发和测试是非常有必要的。由于之前做过大量有响应式需求的项目;今年(2014)年初也配合 Denis 的微信机器人做了一些用于微信的移动端项目;在淘宝 UED 实习的时候,也有参... 阅读全文
posted @ 2015-03-16 15:35 zhishaofei3 阅读(668) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 32 下一页