随着便携设备用户的指数级增长,网页设计师采用响应式设计作为多平台布局解决方案,不但节省了设计师的时间,而且从长远角度来讲,响应式设计能够为用户提供更舒适的操作环境。如果你毫无经验,不知从何开始,那么这份工具列表将大大的帮助你,能够让你的布局更有“弹性”。Simple GridSimple Grid是...
分类:
Web程序 时间:
2014-06-27 21:01:20
阅读次数:
218
A simple solution that I use is to merely stop the service and x-copy the files from my bin folder into the service folder.A batch file to stop the se...
create table test(id int IDENTITY,amount int check(amount >=1000 and amount<=5000));SELECT * FROM dbo.test/*下面这个语句不检查约束:*/SET IDENTITY_INSERT dbo.test...
分类:
数据库 时间:
2014-06-26 19:25:27
阅读次数:
370
2014年6月24日 17:50:57解压redis后进入源码目录,只用执行make命令就可以完成安装了安装完成后到src目录里,将 redis-server redis-cli redis.conf redis-benchmark redis-check-aof redis-check-dump ...
分类:
其他好文 时间:
2014-06-25 14:34:54
阅读次数:
182
http://blog.csdn.net/a3070173/archive/2008/11/20/3342062.aspxDislaceMapping其实就是在顶点着色器中对顶点进行置换偏移,经常用于水仿真流体绘制.顶点着色器:uniformfloatg_fScale; uniformsampler...
分类:
移动开发 时间:
2014-06-25 13:45:08
阅读次数:
282
【UIButton】 Button is a simple component designed to receive hover, pressed and click events, and change the color of a remote sprite. You can also op....
分类:
其他好文 时间:
2014-06-25 13:30:43
阅读次数:
276
input标签中radio和checkbox这标签的原生效果让人无力吐槽,实在太丑。好在现在weibkit浏览器可以用-webkit-appearance:none;来改变自己的矮矬穷形象。radio标签使用场景1:很多图片下方的点点点,这样做的好处是用JS设置一个点为选中只要将这个元素的check...
分类:
其他好文 时间:
2014-06-25 13:27:38
阅读次数:
195
nagios监控内出错NRPE:Unabletoreadoutput解决!由于编写check_mem监控脚本,在监控机报警:NRPE:Unabletoreadoutput,其他监控项目正常初步认定是nagios没有权限去实行check_mem脚本;1.在监控主机监控客户机内存,遇到NRPE:Unabletoreadoutput#/usr/local/nagios/libexec/che..
分类:
移动开发 时间:
2014-06-25 10:19:08
阅读次数:
371
oracle 11g 中 (oracle 10g) crsctl 的 替换命令
Deprecated Command
Replacement Commands
crs_stat
crsctl check cluster -all
crsctl stat re...
分类:
数据库 时间:
2014-06-25 07:15:02
阅读次数:
379
1Cloneable接口实现该接口的类可以调用clone()方法合法地对该类实例进行按字段复制。按照惯例,实现此接口的类应该使用公共方法重写Object.clone(它是受保护的)2循环冗余校验算法循环冗余校验(英语:Cyclic redundancy check,通称“CRC”)是一种根据网络数据...
分类:
其他好文 时间:
2014-06-25 00:59:04
阅读次数:
417