1、如果能将类的方法定义成static,就尽量定义成static,它的速度会提升将近4倍。2、$row[’id’]
的速度是$row[id]的7倍。3、echo 比 print 快,并且使用echo的多重参数(译注:指用逗号而不是句点)代替字符串连接,比如echo
$str1,$str2。4、在执行...
分类:
Web程序 时间:
2014-06-20 08:48:10
阅读次数:
337
根据开发反馈,最近每天早上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
By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23.
3
7 4
2 4 6
8 5 9 3
That is, 3 + 7 + 4 + 9 = 23.
Find th...
分类:
其他好文 时间:
2014-06-07 13:45:25
阅读次数:
189
离散化+暴力
Consecutive Blocks
Time Limit: 2 Seconds Memory Limit: 65536 KB
There are N (1 ≤ N ≤ 105) colored blocks (numbered 1 to N from left to right) which are lined up in a row. An...
分类:
其他好文 时间:
2014-06-07 13:08:07
阅读次数:
193
json.Append(String.Format("{\"total\":{0},\"row\":{1}}",
lineCount, strJSON));直接会报错字符串中包含{或者},则需要用{{ 来代替字符 {,用}} 代替
}如:json.Append(String.Format("{{\"...
分类:
Web程序 时间:
2014-06-07 08:48:42
阅读次数:
921
①字体 其中gridView是gridView的Name(下同)gridView[column,
row].Style.ForeColor =
Color.Red;//设置第row行column列的单元格字体颜色gridView.Rows[row].DefaultCellStyle.ForeColo...
分类:
其他好文 时间:
2014-06-07 08:07:42
阅读次数:
1115
It happened in the iron and instantaneous
stuffy car, will have top, hydraulic automatic row material, greatly reduces the
original spring cone crushe...
分类:
其他好文 时间:
2014-06-06 10:45:06
阅读次数:
310
最近公司一SSRS报表需求改变,同比店铺的选取为连续28天有销售的店铺,思考良久,发现可以利用ROW_NUMBER() OVER(PARTITION BY
COLUMN01 ORDER BY COLUMN02)来实现,ROW_NUMBER()从1开始,按照COLUMN01分组以及COLUMN02排序...
分类:
数据库 时间:
2014-06-05 20:55:28
阅读次数:
451
如果不想修改代码可以通过修改计算机配置完成 http://blog.csdn.net/g710710/article/details/21166453
用如下方法生成的xls不会提示此错误
protected static void ExportExcel(DataTable dt)
{
if (dt == null || dt.Row...
分类:
其他好文 时间:
2014-06-03 02:28:45
阅读次数:
236
2014-06-02 BaoXinjian一、摘要实现控件AdvancedTable功能二、
案例需求:实现控件AdvancedTable功能1.AdvancedTable下的插件(1). 属性i. Columnii. Column Groupiii.
Footer: Add new Row & T...
分类:
其他好文 时间:
2014-06-02 11:08:23
阅读次数:
2129