package?main
import?(
"crypto/aes"
"fmt"
"strings"
)
func?main()?{
//////////////------AES加密------//////////////
//秘钥?16/24/32bytes对应AES-128/AES-192/AES-256.
key?:=?[]byte{
1...
分类:
其他好文 时间:
2014-07-26 03:38:37
阅读次数:
291
基础架构 拓扑图 Switching Path L3 routing at aggregation layer L2 switching at access layer L3 switch融合了三种功能: RP, router processor, 处理路由协议 SP, switch process...
分类:
其他好文 时间:
2014-07-26 01:18:36
阅读次数:
459
这两个在安装mysql数据库碰到一些头疼的很。 "1045 access denied for user 'root'@'localhost' using password yes"在命令行中进入:C:\Program Files\MySQL\MySQL Server 5.5\binC:\Progr...
分类:
数据库 时间:
2014-07-26 01:14:26
阅读次数:
318
今早有个网友问到我这问题,以前我都是直接在数据库中存文件名的,还没有试过存储整张图片到数据库中,上网搜索了一下,自己又测试了一番,代码如下:建立保存图片的表的SQL语句:Sql代码USE[niunantest]GO/******对象:Table[dbo].[picdata]脚本日期:03/30/.....
分类:
数据库 时间:
2014-07-26 00:25:26
阅读次数:
261
这里以CVE-2012-0497为例,poc如下: 以上代码在ie8+win7 32 位下测试,漏洞具体细节不多说,分析后得到的UAF对象大小为0x58,下面是占位的代码:用title来占位:这样占位后的内存如下:(cdc.eb8): Access ...
分类:
其他好文 时间:
2014-07-25 19:11:12
阅读次数:
535
由于文档的说明很少,导致里面改填写那些值都是靠自己推敲出来,当然可以根据他们的错误提示了研究,他们的错误提示也给出了相关的帮助了,例如通过categoryid的200000001获取到"id":10,"values":[{"id":200002203,"names":{"zh":"醋酸纤维","en...
分类:
其他好文 时间:
2014-07-25 18:58:31
阅读次数:
390
public void Create( string mdbPath ){if( File.Exists(mdbPath) ) //检查数据库是否已存在{throw new Exception( "目标数据库已存在,无法创建 ");}// 可以加上密码,这样创建后的数据库必须输入密码后才能打开mdb...
分类:
数据库 时间:
2014-07-25 14:05:11
阅读次数:
429
索引的原文档(Document)。为了方便说明索引创建过程,这里特意用两个文件为例:文件一:Students should be allowed to go out with their friends, but not allowed to drink beer.文件二:My friend Jer...
分类:
其他好文 时间:
2014-07-25 03:19:37
阅读次数:
201
G -Go DeeperTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluDescriptionHere is a procedure's pseudocode: go(int dep, int n, int m) ...
分类:
其他好文 时间:
2014-07-25 02:49:50
阅读次数:
317
在exp导出表时,报错 EXP-00079: Data in table "XXX_YYY" is protected. Conventional path may only be exporting partial table.解决方法 grant exempt access policy t.....
分类:
其他好文 时间:
2014-07-25 02:36:24
阅读次数:
374