1 static const unsigned short crc16_table[256]= 2 {
3 0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241, 4 0xC601,
0x06C...
分类:
其他好文 时间:
2014-05-10 00:02:02
阅读次数:
382
1: /// 2: /// 去除HTML标记 3: /// 4: /// 包括HTML的源码 5:
/// 已经去除后的文字 6: public static string RemoveHTML(string Htmlstring) 7: { 8:...
分类:
Web程序 时间:
2014-05-09 23:51:01
阅读次数:
404
1 public static void main(String[] args) { 2
Integer in1 = 128; 3 Integer in2 = 128; 4 System.out.println(in1 == in2 ); 5...
分类:
其他好文 时间:
2014-05-09 23:50:29
阅读次数:
270
1 // 遍历一个list 2 public static void printList(List
list){ 3 for (String string : list) { 4 list.add("eeee"); // 运行错误 5 ...
分类:
其他好文 时间:
2014-05-09 23:31:33
阅读次数:
467
将读取的数据写到log.txt文件中,先在工程下新建一个log.txt文件public
class Program { public const string LOGGER_FILE = "log.txt"; public static void
Logger(st...
分类:
Web程序 时间:
2014-05-09 23:03:52
阅读次数:
843
继续记录,第二步开发摄像头拍照功能.使用vfw.h开发摄像头拍照功能,关于vfw网上有很多文章,很多代码可以参考参考:http://blog.163.com/huangqiao_8/blog/static/33900492008017111847364/Vedio
for Windows 是WIN3...
分类:
Web程序 时间:
2014-05-09 20:34:59
阅读次数:
389
作为一名程序员,你的代码量有多少,有空可以测测的。public class ItemCount
{ private static int lineCount;//表示代码行数 private static int fileCount;//表示文件个数
private static ...
分类:
其他好文 时间:
2014-05-09 20:28:02
阅读次数:
365
class Student { private string _name; public int
Age = 0; public static void Test() { Student stu = new ...
分类:
其他好文 时间:
2014-05-09 20:27:01
阅读次数:
305
/** 输入参数* _Request: Page.Request 对象* _Response:
Page.Response 对象* _fileName: 下载文件名* _fullPath: 带文件名下载路径* _speed 每秒允许下载的字节数*
返回是否成功*/public static bool...
分类:
Web程序 时间:
2014-05-09 20:25:04
阅读次数:
537
以下是MSDN Magazine
里面的一段文章:http://msdn.microsoft.com/zh-cn/magazine/cc163523.aspx我很好奇这样到底能不能够注入SQL,所以我建了个
console 程序 static void Main(string[] ar...
分类:
数据库 时间:
2014-05-09 20:24:06
阅读次数:
291