随着win7使用者的不断扩大,开始将ie8纳入开发兼容浏览器范围"\9" 例:"margin:0px
auto\9;".这里的"\9"可以区别所有IE和FireFox."*" IE6、IE7可以识别.IE8、FireFox不能."_" IE6可以识别"_",IE7、IE8、FireFox不能..co...
分类:
Web程序 时间:
2014-06-09 00:58:44
阅读次数:
243
题目如下:
Given an input string, reverse the string word by word.
For example,
Given s = "the sky is blue",
return "blue is sky the".
click to show clarification.
Clarification:
What co...
分类:
其他好文 时间:
2014-06-08 14:58:13
阅读次数:
231
freemarker自定义标签
1、错误描述
freemarker.core.ParseException: Unexpected end of file reached.
at freemarker.core.FMParser.generateParseException(FMParser.java:4702)
at freemarker.core.FMParser.jj_co...
分类:
其他好文 时间:
2014-06-08 10:00:35
阅读次数:
226
根据开发反馈,最近每天早上7:30应用会报警,应用的日志显示数据库连接池满了,新的连接被拒绝。
首先,我做了ASH报告(报告区间:7:25 ~ 7:35),从ASH的等待事件发现enq: TX - row lock contention居然高达76.54%,如下所示:
Top User Events
Event
Event Class
% Even...
分类:
数据库 时间:
2014-06-07 13:52:50
阅读次数:
308
并查集,
删除节点操作,可以用新建节点代替
维护每个点到跟节点的距离
Gears
Time Limit: 2 Seconds Memory Limit: 65536 KB
Bob has N (1 ≤ N ≤ 2*105) gears (numbered from 1 to N). Each gear can rotate clockwise or co...
分类:
其他好文 时间:
2014-06-07 11:33:37
阅读次数:
227
/////ado.net1.0中使用Transacation(事务)string
connectionString =
"database=Northwind;pwd=admin;uid=sa;server=DATABASE-VPC\\SQL2005";using
(SqlConnection co...
分类:
其他好文 时间:
2014-06-07 08:09:03
阅读次数:
244
DFS+剪枝。与HDOJ 1455如出一辙。 1 #include 2 #include 3
#include 4 5 #define MAXN 25 6 7 int nums[MAXN], n, len, cnt; 8 char
visit[MAXN]; 9 10 int comp(co...
分类:
其他好文 时间:
2014-06-07 07:23:07
阅读次数:
201
Barcode .NET
control条形码控件是一款灵活和强大的.NET控件,可以为你的.NET应用程序创建专业的条码图像,并且可以保存条码为不同的图像文件格式,还可以使用.NET
Framework提供的PrintDocument控件来打印条码。具体功能:支持超过90种条码包含:一维条码:Co...
分类:
Web程序 时间:
2014-06-07 06:22:50
阅读次数:
220
1、http://nodejs.org/下载node.js运行环境安装2、打开DOS命令行
.安装express框架1>npm install express 末尾显示如下为安装成功.安装mysql模块1npm install mysql
末尾显示如下为安装成功3、www.jetbrains.co....