Hashtable h = new Hashtable();h.put("6",
"666");h.put("8", "888");h.put("2", "222");for (String key : h.keySet())
System.out.println(key);System.out.....
分类:
编程语言 时间:
2014-05-01 14:22:31
阅读次数:
383
这些天用泛型做了一个数据库的底层,自我感觉很方便,但是功能不是很完善,会继续考虑下去下面给大家分享一下代码1数据库连接的帮助类using
System;using System.Collections.Generic;using System.Linq;using
System.Text;using...
分类:
数据库 时间:
2014-05-01 14:07:32
阅读次数:
603
1.if 是单分支语句,使用格式如下: if condition ; then statement
….. fi 2.if … else 是双分支语句,使用格式如下: if condition ; then statement …. else
statement …. fi 3.if …elif…e...
分类:
其他好文 时间:
2014-05-01 13:53:51
阅读次数:
356
1.this.dsConfig = new DataSet();//使用指定的文件将 XML
架构和数据读入 System.Data.DataSet。
this.dsConfig.ReadXml(System.Windows.Forms.Application.StartupP...
分类:
其他好文 时间:
2014-05-01 13:47:02
阅读次数:
304
# pacman -S gnome-system-log
gnome-logsextra/gnome-logs 3.12.1-1 (gnome-extra) A log viewer for the systemd
journalextra/gnome-system-log 3.9.90-1 ...
分类:
系统相关 时间:
2014-05-01 02:22:35
阅读次数:
471
1、选择一个空的文件夹,作为workspace工作空间,用来存放你以后用eclipse写的Java程序。2、新建java项目:File->new->java
project3、完成创建后,在src上单击鼠标右键 new->class4、这时候就可以在主窗体编写代码了5、按run as java ap...
分类:
编程语言 时间:
2014-05-01 02:09:12
阅读次数:
462
quartz.threadPool.threadCount 设置为1的时候
可以保证每次只运行一个job 不会因为上个job还没执行完 到触发时间点新开一个jobquartz.jobStore.misfireThreshold...
分类:
其他好文 时间:
2014-05-01 02:08:10
阅读次数:
270
ffmpeg/ffplay是当今多媒体领域的王者,很多很多的人想研究学习ffmpeg/ffplay,但苦于ffmpeg/ffplay庞大的代码量,令人望而生畏。为帮助更多的人研习ffmpeg/ffplay,在保持ffmpeg/ffplay体系架构的完整性的前提下,把ffmpeg/ffplay大规模的...
分类:
其他好文 时间:
2014-05-01 01:23:05
阅读次数:
336
以下代码文件以CStdioFile向无法向文本中写入中文(用notepad.exe查看不到写入的中文)CStdioFile
file;file.Open(…);file.WriteString(_T("abc你好"));//只能写入abc解决办法:使用setlocale语句设定区域#include....
分类:
编程语言 时间:
2014-05-01 01:18:01
阅读次数:
803
使用linux + ffmpeg + eclipse调试步骤OS : ubuntu
12.04Eclipse : 3.7.2为Eclipse安装cdt插件,使其支持c/c++导入ffmpeg项目File —-> Import —->
c / c++ —-> Existing Code as Make...
分类:
系统相关 时间:
2014-05-01 01:17:00
阅读次数:
754