微软近期Open的职位:SDE2 (Windows - Audio)Windows Partner Enablement team in Operating System Group is looking for a Software Development Engineer (SDE) in Sh...
分类:
其他好文 时间:
2014-07-03 09:44:36
阅读次数:
206
2014年7月1日 15:31:17第一次写css,见谅css: 1 /*form*/ 2 /*default*/ 3 .form-box .form-group .form-label {text-align: right; width: 200px; height: 33px; line-hei...
分类:
Web程序 时间:
2014-07-03 06:33:56
阅读次数:
422
http://stackoverflow.com/questions/6625667/jquery-click-get-value-of-attributes-of-a-href/* Add a listner to Group buttons */ $('a.preActNav').clic...
分类:
Web程序 时间:
2014-07-02 20:22:43
阅读次数:
302
group=`cat config.properties | grep -v "^$" | grep -v "^#" | awk -F "." '!($1 in a){a[$1];print $1}'`
分类:
其他好文 时间:
2014-07-02 20:01:16
阅读次数:
217
--mysql阅读收录-----------------2014/07/02# 复制相关:1. 解释基于语句的复制中怎样处理functions,triggers,events和auto_increment键Statement based replication with Stored Functio...
分类:
数据库 时间:
2014-07-02 15:11:08
阅读次数:
187
微软近期Open的职位:SDE2 (Windows - Power)Windows Partner Enablement team in Operating System Group is looking for a Software Development Engineer (SDE) in Sh...
分类:
其他好文 时间:
2014-07-02 14:23:03
阅读次数:
210
用户分类:管理员:root用户,UID为0系统用户:UID范围1-499一般用户:UID范围:500-60000组分类:基本组或私有组:创建用户时,如果没有为其指定所属的组,则系统默认会创建一个与用户名同名的组。附属组:默认组以外的其他组。当一个用户执行程序的时候,系统会判断当前用户..
分类:
其他好文 时间:
2014-07-02 11:52:41
阅读次数:
239
在数据库中我们经常用sql语句对表进行简单的统计排序,对于日期字段,我们可以分别提出来日期中的年、月、日,分别进行group,order。...
分类:
数据库 时间:
2014-07-02 07:49:41
阅读次数:
331
前段时间发布的系统(Oracle+weblogic)频繁挂掉,每天早上9点、下午2点高峰期就挂,纠结了很长时间,最终解决,方法描述下。执行select count(*),status from v$session group by status;指令,发现不活动连接数比较大,当上升到一定数值之和,就...
分类:
数据库 时间:
2014-07-01 16:37:13
阅读次数:
243
IE8 不显示的问题: 1. 不要使用全局选择符*对VML元素添加样式。 v\:*{behavior:url(#default#VML)} 需要修改为: v\:shape{b ehavior:url(#default#VML)} 你使用了哪些VML元素就要添加相应的样式规则 ...
分类:
其他好文 时间:
2014-07-01 00:13:16
阅读次数:
271