原著:James McCaffrey翻译:小刀人 原文出处:MSDN Magazine November 2003 (Encrypt It)本文的代码下载:msdnmag200311AES.exe(143KB)本文假设你熟悉 C# 和 位(bit)操作。摘要 AES(The Advanced En....
分类:
编程语言 时间:
2014-10-25 22:53:50
阅读次数:
370
1. HOST_WAKE irq trigger polarity, HIGH-LEVEL(default) or LOW-LEVEL2. Reasons for "enable f2 failed" why does the error "enable F2 failed" , the reaso...
分类:
其他好文 时间:
2014-10-25 10:32:17
阅读次数:
147
本节主要包含(ubuntu10.04)一,linux下的经常使用压缩解压缩命令二,环境建立三,内核编译四,移植一,linux下的经常使用压缩解压缩命令在linux下常见的压缩文件格式有tar gzip zip bzip2 compress等首先对于tar格式的,压缩和解压缩方式例如以下.ta...
分类:
系统相关 时间:
2014-10-25 10:30:57
阅读次数:
254
第一:我们先看下质量压缩方法:Java代码 privateBitmapcompressImage(Bitmapimage){ByteArrayOutputStreambaos=newByteArrayOutputStream();image.compress(Bitmap.CompressForma...
分类:
移动开发 时间:
2014-10-24 15:51:07
阅读次数:
156
A set of six generalizeddensities:ldpi(low) ~120dpimdpi(medium) ~160dpihdpi(high) ~240dpixhdpi(extra-high) ~320dpixxhdpi(extra-extra-high) ~480dpixxxh...
分类:
其他好文 时间:
2014-10-24 12:51:53
阅读次数:
236
xx粉,xx黑,粉转黑,黑转粉。我们有足够的时间站在不同的角度听同一个人讲同样的故事。我们对此深信不疑也好,万般吐槽也好。总之,时间会给我们当下的那个最恰当的答案。(要是我现在让大家觉得很low或者装逼,请再给我点时间Orz...)
分类:
其他好文 时间:
2014-10-24 10:40:00
阅读次数:
199
二分法查找(折半查找)的基本思想:前提:顺序存储且元素有序(1)确定该区间的中点位置:mid=(low+high)/2min代表区间中间的结点的位置,low代表区间最左结点位置,high代表区间最右结点位置(2)将待查a值与结点mid的关键字(下面用R[mid].key)比较,若相等,则查找成功,否...
分类:
其他好文 时间:
2014-10-23 20:29:48
阅读次数:
118
VS2010代码中文注释出现红色下划线,代码看上去很不美观,发现是由于安装Visual Assist X插件造成的。解决办法:打开VAX的Options对话框,取消Advanced--> Underlines--> "Undrline spelling errors in comments and ...
分类:
其他好文 时间:
2014-10-23 19:05:27
阅读次数:
602
1、访问本地的其他数据库--启用Ad Hoc Distributed Queries--exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distributed Queries',1reco...
分类:
数据库 时间:
2014-10-23 15:55:18
阅读次数:
178
首先在MSSQL客户端中进行如下图文操作配置其次使用脚本进行操作配置---开启SQLServer 跨服务器查询功能exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed...
分类:
数据库 时间:
2014-10-22 10:52:23
阅读次数:
175