- 博客(113)
- 收藏
- 关注
原创 转:Linux下查看Nginx Apache MySQL的并发连接数和连接状态
1、查看Web服务器(Nginx Apache)的并发请求数及其TCP连接状态:netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'或者:netstat -n | awk '/^tcp/ {++state[$NF]} END {for(key in state) print key,"t",state[key]...
2012-01-12 13:59:36
177
原创 转:http://www.itlearner.com/article/4553
浏览器内核的解析和对比要搞清楚浏览器内核是什么,首先应该先搞清楚浏览器的 构成。简单来说浏览器可以分为两部分,shell+内核。其中shell的种类相对比较多,内核则比较少。Shell是指浏览器的外壳:例如菜单,工具栏 等。主要是提供给用户界面操作,参数设置等等。它是调用内核来实现各种功能的。内核才是浏览器的核心。内核是基于标记语言显示内容的程序或模块。也有一些 浏览器并不区分外壳和内核。...
2012-01-06 13:02:58
246
原创 转:http://www.itlearner.com/article/4553
转自:http://www.itlearner.com/article/4553Linux服务器性能评估与优化【 来源:网络 作者:南非蚂蚁 更新时间:2010-03-31 | 字体:大 中 小】一、影响Linux服务器性能的因素 1. 操作系统级 Ø CPUØ 内存Ø 磁盘I/O带宽Ø 网络I/O带宽 ...
2011-12-19 12:33:27
328
原创 grep awk
grep -ai " cy" 200909* | awk '{print $1,$5,$15}'cat access.log.20091013 | awk '{print substr($3,1,2)}'| sort | uniq -ccat ua.txt ub.txt |sort|uniq -cawk '{if(substr($3,7,4)=="0028") cp[su...
2009-10-10 09:06:33
108
jquery base
$("div p");(1) $("div.container")(2) $("div #msg");(3) $("table a",context);(4)http://realazy.org/blog/2006/08/31/small-jquery-tutorial/$(document).ready(function(){if ($.browser.msie){...
2007-11-15 14:58:55
123
refactor merchantClear
adjust info ->merchantClearListvalueList(last value info)
2007-08-17 16:10:40
107
bsp csi clear file upload page
DN loginupload csi fileour operator download clear file
2007-07-24 14:42:19
116
jpbm
jPDL is jBPM's native workflow language. It was designed to fully fledge the capabilities of the jBPM API. (workflow)BPEL is an emerging standard for assembling a set of discrete services into an end...
2007-07-02 17:10:44
135
detail refactor
detail on block(model)components init load detail dlg(set display none)open detail:set display blockclose or save:set display none
2007-06-21 16:02:48
95
demo mm
terminal listtxn querymerchantReportsvc card stock/deliveroper manager
2007-05-17 14:46:50
125
refactor report(merchant)
merchant or air carrier = merchant (txn list and merchantReport)iata special merchant summary report group by air carrier
2007-05-17 14:46:23
70
ipay refactor
DBpackageflow:1:batch:sync txn_ctrl->clear_list(summary)2:settle3:clear4:value control
2007-04-05 09:37:28
80
refactor ipai;tex plan
refactor: 1:client setup note server(init(){sendSetupMessage}) 2:separate dao(daoContext and gatewayDaoContext)tex: local chang and add etc update to online system(thing………………)...
2007-03-28 16:06:52
86
tex loadtest
FCKeditor okxmlc(static > dynamic separate view and logic)tex structure and load test(test make page)
2007-03-26 16:30:29
76
FCKeditor integration ok
spring mvc view forward to FCKeditor.jsp append userFolder parameter
2007-03-23 17:23:02
71
FCKeditor
internal server error 500:xalan.jarBaseDocID: 1:browser.html: 2:simpleuploader:
2007-03-22 17:18:39
75
FCK begin
html->FCKbase on DocId1:immediacy upload open DocId dir2:broswer open DocId dir
2007-03-21 18:58:21
64
refactor
1:new package:clear2:rename:del Reconcile/Reconciliation3:structure:AuthClearDataSetManager{ public AuthClearDateSet getAuthClearReconcileDateSet(String authNetId,String fileName){ A...
2007-03-20 10:34:17
281
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人