animation-play-state:css:.play-state{ -webkit-animation:f1 2s 0.5s infinite linear forwards alternate; -moz-animation:f1 2s 0.5s infinite line...
分类:
其他好文 时间:
2014-08-21 12:51:24
阅读次数:
169
animation-fill-mode:none:默认值。不设置对象动画之外的状态forwards:结束后保持动画结束时的状态,但当animation-direction为0,则动画不执行,持续保持动画开始时的状态backwards:结束后返回动画开始时的状态both:结束后可遵循forwards和...
分类:
其他好文 时间:
2014-08-21 12:51:04
阅读次数:
196
Herve Leger dresses sale are positioned to represent its presence unless conditions in the body. Therefore, it is important to hire a good carpet clea...
分类:
其他好文 时间:
2014-08-21 12:50:44
阅读次数:
259
LAMP缓存图从图中我们可以看到网站缓存主要分为五部分服务器缓存:主要是基于web反向代理的静态服务器nginx和squid,还有apache2的mod_proxy和mod_cache模浏览器缓存:包括页面html缓存和图片js,css等资源的缓存PHP缓存:有很多免费的PHP缓冲加速工具,如apc...
分类:
其他好文 时间:
2014-08-21 12:50:34
阅读次数:
181
题意:给定一堆2二进制砝码,给定一个物品,要求在天平两端加入物品和砝码使之平衡,求可能数。思路:一开始想到了直接用数学原理,结果没证出来。做如下思考,此题需要用二进制:(1)设物品重量为w,加入的砝码重量为x,另一边重量为y,便有w+x=y。(2)另外,假如物品为100110,加入的砝码可以为000...
分类:
其他好文 时间:
2014-08-21 12:50:24
阅读次数:
251
recently try to install mysql in my computer so that I can practise some sql statement on sever.But there are some problem while install mysql packag....
分类:
数据库 时间:
2014-08-21 12:50:14
阅读次数:
179
Hadoop HDFS文件常用操作及注意事项1.Copy a file from the local file system to HDFSThe srcFile variable needs to contain the full name (path + file name) of the fi...
分类:
其他好文 时间:
2014-08-21 12:50:04
阅读次数:
224
最近做的偏向并发了,因为以后消息会众多,所以,jms等多个线程操作数据的时候,对共享变量,这些要很注意,以防止发生线程不安全的情况。(一)先说说第一个,模拟对信息的发送和接收。场景是这样的:就像笔者之前做的消息的发送,一个是服务器,一个是客户端。发送的话,要保证信息100%的发送给客户端,那么发给客...
分类:
编程语言 时间:
2014-08-21 12:49:54
阅读次数:
440
最近使用远程调试,发现有些步骤记得不是太清楚了,顺便上网查查资料整理下,方便以后查询这里介绍两台电脑之间的调试一般为开发的机器A,客户端机器B一般情况下A装有vs2010,而B没有装首先进行机器B的准备工作1:将机器B的地址改为和机器A一个网段例如 机器A:192.168.1.2 机器B:192.1...
分类:
其他好文 时间:
2014-08-21 12:49:24
阅读次数:
185
一. 错误日志简介;
二. 错误日志维护;
三. 错误日志查看及告警;
分类:
数据库 时间:
2014-08-21 12:49:14
阅读次数:
392
如果以上的操作依然不能使数据库资源自动启动,那么参考下面这篇文章修改资源AUTO_START属性。查看资源状态:crsctl status resource 资源 -p crsctl -h For example, crsctl relocate resource -h[grid@edudb1 ~]...
分类:
数据库 时间:
2014-08-21 12:49:04
阅读次数:
372
CSS3的前缀是一个浏览器生产商经常使用的一种方式。它暗示该CSS属性或规则尚未成为W3C标准的一部分。看看都有哪些前缀:-webkit(chrome)-moz(firefox)-ms(ie)-o(opera)举例来说,一个CSS3旋转的代码是:-webkit-transform:rotate(-3...
分类:
Web程序 时间:
2014-08-21 12:48:54
阅读次数:
220
一个非常实用的javascript读写Cookie函数一个非常实用的javascript读写Cookie函数 function GetCookieVal(offset)//获得Cookie解码后的值{var endstr = documents.cookie.indexOf (";",...
分类:
编程语言 时间:
2014-08-21 12:48:44
阅读次数:
294
这是freemaker的,一周有254次下载, 这是Beetl的? 差距还是很大,beetl还需多努力
分类:
其他好文 时间:
2014-08-21 11:46:14
阅读次数:
169
AssetBundles are files which you can export from Unity to contain assets of your choice. These files use a proprietary compressed format and can be loaded on demand in your application. This allows...
分类:
其他好文 时间:
2014-08-21 11:46:04
阅读次数:
426
Linux中包括两种链接:硬链接(hard link)和软链接(soft link),软链接又称为符号链接(symbolic link) 创建命令: **ln -s softlink destfile/directory #建立软连接 ln hardlink destfile #建立硬连接** inode ...
分类:
系统相关 时间:
2014-08-21 11:45:54
阅读次数:
270