查看字符集
select userenv('language') from dual;
修改字符集(逐条执行即可)
sqlplus "/as sysdba";
shutdown immediate;
startup mount;
alter system enable restricted session;
alter system set job_queue_pr...
分类:
数据库 时间:
2014-10-12 17:41:08
阅读次数:
227
Python 3版本pattern_create.rb工具,用于计算溢出发生时被覆盖元素偏移地址。#!/usr/bin/env python# Replicates msf pattern_create.rbimport systry:length=int(sys.argv[1])except:pr...
分类:
编程语言 时间:
2014-10-10 20:12:54
阅读次数:
504
黑链,是指看不见,但是却被搜索引擎计算权重的外链。最常见的黑链就是通过各种网站程序漏洞,获取搜索引擎权重或者PR较高的网站的webshell,进而在被黑网站上链接自己的网站,其性质与明链一致,都是属...
分类:
Web程序 时间:
2014-10-10 18:19:04
阅读次数:
306
在IE8下,js数组没有indexOf方法。 下面是我找到的解决办法: 在使用indexOf方法前,执行一下下面的js, 原理就是如果发现数组没有indexOf方法,会添加上这个方法。 if (!Array.prototype.indexOf) { ? Array.pr...
分类:
Web程序 时间:
2014-10-10 16:29:24
阅读次数:
187
iOS 真机调试问题
在Archive项目时,出现了“Your build settings specify a provisioning profile with the UUID “”, however, no such provisioning profile was found”的出错。一直提示指定UUID的provisioning profile找不到,感觉很奇怪。明明自己的pr...
分类:
其他好文 时间:
2014-10-10 11:29:54
阅读次数:
182
defendants[英]d??fend?nt n.[法]被告人 adj.[法]被告的,辩护的offense[英]??fens n.进攻;(球队的)前锋;进攻方法;攻势incitement[英]?n?sa?tm?nt n. 煽动,鼓动property[英]'pr?p?t? n.特性,属性;财产,地产...
分类:
其他好文 时间:
2014-10-08 23:56:07
阅读次数:
174
运行程序运行 Python 源程序,有两种方法,以 example.py 为例:example.py代码:[python]view plaincopyprint?#!/usr/bin/envpython#-*-coding:utf-8-*-#ithomer.neta=1defdisplay():pr...
分类:
编程语言 时间:
2014-10-08 14:08:55
阅读次数:
195
原创地址:http://blog.csdn.net/guguda2008/article/details/5716939一个完整的建库语句是类似这样的:IF DB_ID('TEST') IS NOT NULL DROP DATABASE TESTGOCREATE DATABASE TESTON PR...
分类:
数据库 时间:
2014-10-06 19:26:30
阅读次数:
246
存储过程分页: 1 create proc PR_PagerDataByTop 2 @pageIndex int, 3 @pageSize int, 4 @count int out 5 as 6 select top(@pageSize) * from dbo.userInfo where ID ...
分类:
Web程序 时间:
2014-10-05 23:28:39
阅读次数:
237
DescriptionOne of the world-wide cooperative computing tasks is the "Grand Internet Mersenne Prime Search" -- GIMPS -- striving to find ever-larger pr...
分类:
其他好文 时间:
2014-10-05 20:19:38
阅读次数:
278