会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhishaofei3
任何事情都是从复杂到简单
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
32
下一页
2015年3月27日
css gray,grayscale,css变灰兼容大部分浏览器
摘要: 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
阅读(1746)
评论(0)
推荐(0)
2015年3月24日
mysql查看表结构命令
摘要: 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
阅读(252)
评论(0)
推荐(0)
datagrid-detailview.js easyui表格嵌套
摘要: datagrid-detailview.js easyui表格嵌套
阅读全文
posted @ 2015-03-24 16:02 zhishaofei3
阅读(350)
评论(0)
推荐(0)
Mac下配置Apache + Php + Mysql环境
摘要: 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
阅读(173)
评论(0)
推荐(0)
2015年3月23日
mac下重启apach
摘要: 打开终端重启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
阅读(198)
评论(0)
推荐(0)
2015年3月18日
css3 loading
摘要: http://jsbin.com/vonuni/2/edit?html,css,output
阅读全文
posted @ 2015-03-18 13:00 zhishaofei3
阅读(91)
评论(0)
推荐(0)
2015年3月17日
waypoints
摘要: http://imakewebthings.com/waypointswaypoints 滑冰122分钟 Cygwin http:/nxutils.sourceforge.net http://babun.github.io
阅读全文
posted @ 2015-03-17 09:43 zhishaofei3
阅读(178)
评论(0)
推荐(0)
2015年3月16日
jquery拖拽插件 tableDnD
摘要: http://www.jb51.net/article/39481.htmhttp://www.poluoluo.com/jzxy/201307/232615.html
阅读全文
posted @ 2015-03-16 17:30 zhishaofei3
阅读(607)
评论(0)
推荐(0)
爱回收jd图标
摘要: 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
阅读(353)
评论(0)
推荐(0)
移动端前端开发调试
摘要: 通过移动端使用 Web 服务的比率越来越大,例如淘宝今年双十一,移动端交易份额就达到42.6%。由此可见,掌握移动端的前端开发和测试是非常有必要的。由于之前做过大量有响应式需求的项目;今年(2014)年初也配合 Denis 的微信机器人做了一些用于微信的移动端项目;在淘宝 UED 实习的时候,也有参...
阅读全文
posted @ 2015-03-16 15:35 zhishaofei3
阅读(679)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
32
下一页
公告