root@xdj-Z9PA-D8-Series:~# free -m
total used free shared buffers cached
Mem: 15977 1683 14293 0 132 549
-/+ buffers/cache...
分类:
其他好文 时间:
2014-07-18 22:29:30
阅读次数:
215
先来看段儿代码: protected void Page_Load(object sender, EventArgs e){#if DEBUG Response.Write("Debug Information! ");#endif Response.Write("Normal Informatio...
分类:
其他好文 时间:
2014-07-18 21:10:56
阅读次数:
140
add this codes to your rml file:Page: from
分类:
其他好文 时间:
2014-07-18 20:38:17
阅读次数:
159
string[] ids = this.dDataList.SelectedIds; if (ids.Length != 1) { Soyisoft.Web.WebUtil.ShowMessage(this.Page, "请选择一行数据"); return; } string[] idArr = ....
分类:
其他好文 时间:
2014-07-18 20:22:20
阅读次数:
651
uva548:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=489题意:给出一颗二叉树的中序遍历和后序遍历,求一条路径,这条路径从根...
分类:
其他好文 时间:
2014-07-18 20:21:14
阅读次数:
205
是head区的一个辅助标签names常用的选项有keywords(关键字)description(网站内容描述)auther(作者)robots(机器人向导)http-equiv可代替name项,常用的选项有Expires(期限) Pragma(cache模式) Refresh(刷新)Set-Coo...
分类:
其他好文 时间:
2014-07-18 19:31:09
阅读次数:
209
为了提高客户端的体验效果,RIA开发逐渐兴起。这样会项目中会充斥的大量的JavaScript代码,与此同时会消耗客户端浏览器性能。对于 Ext 实现的 one page one application ,对于外网访问也就产生了噩梦似的加载(除非你的网速足够快)。为了缓解(不是解决,从代码加载方面.....
分类:
编程语言 时间:
2014-07-18 17:08:46
阅读次数:
284
如何在相同的页面设置多个tinymce编辑器
This example shows how to setup multiple editors on the same page and with different configs.
用于多功能文本框,之前同页面只能用一个tinymce编辑器,百度谷歌没结果,所以整理下代码,以供参考:...
分类:
其他好文 时间:
2014-07-17 17:02:09
阅读次数:
298
查询某session上持有的锁资源USE AdventureWorksGOSELECT DB_NAME(resource_database_id) AS [DataBase],resource_type --DATABASE、FILE、OBJECT、PAGE、KEY、EXTENT、RID、APPLI...
分类:
其他好文 时间:
2014-07-17 13:39:24
阅读次数:
273
反向代理缓存:nginx做为反向代理时,能够将来自upstream的响应缓存至本地,并在后续的客户端请求同样内容时直接从本地构造响应报文。可以在http全局配置内定义缓存。http{proxy_cache_path/tmp/nginx/cachelevels=1:2keys_zone=cone:10mmax_size=1g;}在Server里调用。server{l..
分类:
其他好文 时间:
2014-07-17 10:47:33
阅读次数:
536