1)删除最近打开的文件运行regedit,打开HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\FileMRUList 之后,在右边删除相应键值就可以了。2)删除最近打开的项目操作同上,只是键值位置不同HKEY_CURRENT_USER\So...
分类:
其他好文 时间:
2014-07-22 22:45:35
阅读次数:
182
1. 识别脆弱点 http://www.site.com.tr/uyg.asp?id=123'+union+selec+1,2,3-- http://www.site.com.tr/uyg.asp?id=123' http://www.site.com.tr/uyg.asp?id=1232. HTT...
分类:
数据库 时间:
2014-07-22 22:41:54
阅读次数:
485
一.代码部分 public static void initJavascript() { HttpContext.Current.Response.Write(" "); HttpContext.Current.Response.Write("...
分类:
其他好文 时间:
2014-07-22 22:37:14
阅读次数:
159
下载运行一个demo时出现“The current deployment target does not support automated __weak references”这个问题,找了下方法:
4.2以前版本的XCode都不支持ARC。
对操作系统也有要求:Mac OS X v10.6 或 v10.7 (64-bit applications), iOS4或iOS5。注意:其中...
分类:
其他好文 时间:
2014-07-21 23:29:20
阅读次数:
321
jQuery强大的链式操作,有时候一行代码能解决一系列的问题<scripttype="text/javascript">
//等待dom元素加载完毕.
$(document).ready(function(){
$(".level1>a").click(function(){
$(this).addClass("current")//给当前元素添加"current"样式
.next().show()//下一..
分类:
Web程序 时间:
2014-07-21 12:47:35
阅读次数:
259
一、设计原则
(1)减少内存碎片
(2)减少向操作系统申请内存的次数
(3)降低各个模块的开发效率
二、源码结构
struct ngx_pool_s {
ngx_pool_data_t d;
size_t max;
ngx_pool_t *current;
ngx_chain_t ...
分类:
其他好文 时间:
2014-07-19 23:16:14
阅读次数:
258
【C# Equals】1、Object.Equals() The type of comparison between the current instance and theobjparameter depends on whether the current instance is a ref....
分类:
其他好文 时间:
2014-07-19 15:04:20
阅读次数:
258
引言: 前几天 在做web项目的时候 需要导出页面上的数据 到Excel里面但有的时候出现乱码(有de时候不出现 很奇怪)原来的代码是这样的: HttpContext.Current.Response.Clear(); HttpContext.Current.Respon...
分类:
Web程序 时间:
2014-07-19 14:37:03
阅读次数:
197
ocm考试新题中,需要创建keep存储的表,但在该参数是否应该修改上,有一些分歧,有人说asmm会自动给keep分配内存的,该参数就不用设置了。
看文档和asktom,也是云山雾罩,说什么的都有,还是来实际的测试吧:
SQL> col COMPONENT for a30
SQL> select COMPONENT,CURRENT_SIZE/1024/1024||'MB' MB from V_$...
分类:
数据库 时间:
2014-07-19 08:19:13
阅读次数:
452
题目如下:
Firetruck
The Center City fire department collaborates with the transportation department to maintain maps of the city which reflects the current status of the city street...
分类:
其他好文 时间:
2014-07-19 02:47:26
阅读次数:
193