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
java
-Djava.library.path=/usr/local/lib/ruby/gems/1.8/gems/sharp_office-1.0.1/ext/sigar
-jar /usr/local/lib/ruby/gems/1.8/gems/sharp_office-1.0.1/ext/...
分类:
其他好文 时间:
2014-05-09 23:46:06
阅读次数:
265
代码段1: 1 #include 2 #include 3 4 5 float
mul_ints(int x, int y) { return ((float)x) * y; } 6 struct int_div { 7 float
operator()(int x, int y)...
分类:
编程语言 时间:
2014-05-09 23:38:56
阅读次数:
487
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