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
package com.achun.test;import
java.net.Inet4Address;import java.net.Inet6Address;import
java.net.InetAddress;import java.net.NetworkInterface;import j...
分类:
编程语言 时间:
2014-05-01 13:59:15
阅读次数:
438
--查找姓名、性别、年龄、地址、电话相同的员工记录。select count(id) as
id_count, name, sex, birthday, address, telfrom staffgroup by name, ...
分类:
其他好文 时间:
2014-05-01 13:57:05
阅读次数:
314
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.
子类化改变一个已经存在的窗口实例的性质:消息处理与其他实例属性。在SDK编程范畴内,子类化就是改变一个窗口实例的窗口函数(通过GetWindowLong()和SetWindowLong()),子类化所要做的就是为某窗口实例编写新的窗口函数。其操作是在实例级别上进行的。在MFC中子类化的情况有所...
分类:
其他好文 时间:
2014-05-01 13:53:07
阅读次数:
379
1.this.dsConfig = new DataSet();//使用指定的文件将 XML
架构和数据读入 System.Data.DataSet。
this.dsConfig.ReadXml(System.Windows.Forms.Application.StartupP...
分类:
其他好文 时间:
2014-05-01 13:47:02
阅读次数:
304
CRM 2011: 报价(Quote Detail)到订单(Order
Detail)的Mapping(MSCRM 2011 Mapping QuoteProduct to OrderProduct)由于QuoteProduct 到
OrderProduct 的mapping是隐藏的,我们在solu...
分类:
移动开发 时间:
2014-05-01 13:45:37
阅读次数:
436
# 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
quartz.threadPool.threadCount 设置为1的时候
可以保证每次只运行一个job 不会因为上个job还没执行完 到触发时间点新开一个jobquartz.jobStore.misfireThreshold...
分类:
其他好文 时间:
2014-05-01 02:08:10
阅读次数:
270