private void Form1_Load(object sender,
EventArgs e) { textBox1.Text= GenerateTimeStamp(System.DateTime.Now);
textBox2.Text ...
分类:
其他好文 时间:
2014-07-22 23:09:53
阅读次数:
302
$_$PROCESS_ID$$read a file line by
line#!/usr/bin/perluse strict;use warnings;my $dir ="./tmp";open (FH, ") {print
"$_";}
分类:
其他好文 时间:
2014-07-22 23:09:35
阅读次数:
293
本人使用的是poi-bin-3.10-FINAL-20140208.zip
版本的poi以下是程序关键代码://需要引用的类import java.io.File;import
java.io.FileInputStream;import java.io.FileOutputStream;impor...
分类:
其他好文 时间:
2014-07-22 23:09:34
阅读次数:
266
1、要使用Dictionary集合,需要导入C#泛型命名空间
System.Collections.Generic(程序集:mscorlib)2、描述
1)、从一组键(Key)到一组值(Value)的映射,每一个添加项都是由一个值及其相关连的键组成 2)、任何键都必须是唯一的 3)、键...
分类:
其他好文 时间:
2014-07-22 23:08:55
阅读次数:
292
客户需要一个Demo程序实现Access数据库表导出到Excel表格,并将表中存储的照片(OLE对象)以其中一个字段(编号)命名存储到本地。程序中引入了ADO操作Access数据库("C:\Program
Files\Common Files\System\ado\msado15.dll" no.....
分类:
其他好文 时间:
2014-07-22 23:08:15
阅读次数:
310
Zend Studio 可以直接通过Remote
System的方式直接连接服务器端的代码,就是可以直接修改服务器端的代码,不过修改的时间小心点,修改就会立即生效的。选择Remote Systems
后,在下面就会出现下图把这个tab移动到左边,并在左侧区域点击右键,出现下图,选择 new conn...
分类:
Web程序 时间:
2014-07-22 23:06:34
阅读次数:
459
路径:/boot/grub/grub.cfg配置文件如下:## DO NOT EDIT
THIS FILE## It is automatically generated by grub-mkconfig using templates# from
/etc/grub.d and settings ...
分类:
其他好文 时间:
2014-05-01 16:29:15
阅读次数:
452
博客原文:http://hankjin.blog.163.com/blog/static/33731937201031511305338/先说C++,标准C++不支持finally,
如果要实现finally的效果,可以用析构函数来实现: class File_handle { FILE* p;p....
分类:
编程语言 时间:
2014-05-01 16:17:26
阅读次数:
371
Oracle内部主要存在以下四种SCN 1.系统检查点(system checkpoint)SCN
每当一个检查点完成时,Oracle就把该检查点对应的SCN记录到控制文件中,可以用以下语句查看当前数据库 的检查点SCN: select
CHECKPOINT_CHANGE# from v$datab...
分类:
其他好文 时间:
2014-05-01 16:12:03
阅读次数:
409
Given two binary trees, write a function to
check if they are equal or not.Two binary trees are considered equal if they are
structurally identical an...
分类:
其他好文 时间:
2014-05-01 16:06:46
阅读次数:
427