1 using System; 2 using System.Collections.Generic;
3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6
using System.Linq; ....
分类:
其他好文 时间:
2014-05-09 16:00:14
阅读次数:
209
using System;using System.IO;using
System.Messaging;namespace YuRen.PaiWei.BaLianGui{ /// /// MQ文件发送 ///
所有异常都将抛出请做好异常处理 /// public s...
分类:
其他好文 时间:
2014-05-09 15:50:53
阅读次数:
807
今天早上上班来打开环境,mysql报了这个错误,猜到的原因应该是昨天晚上下班没等mysql服务器退出就关闭计算机。2014-05-09
09:44:25 4128 [ERROR] InnoDB: Attempted to open a previously opened tablespace.
Pr...
分类:
数据库 时间:
2014-05-09 12:50:46
阅读次数:
1089
这几天一直在想着怎么破解Advanced Design System 2014.01
(64-bit Simulations),没有一点进展,有点失望,莫非正版软件必须要购买才能使用?有点想卸载的冲动,还不如装上Advanced Design
System 2009呢?今天又试了一下,终于收到回.....
分类:
其他好文 时间:
2014-05-09 09:45:47
阅读次数:
738
Map map = new
TreeMap();//TreeMap本身具有排序功能(默认按键升序排序)map.put(12, "hello");map.put(7,
"bravestarr");map.put(20, "world");System.out.println(map.toString(...
分类:
其他好文 时间:
2014-05-09 09:28:49
阅读次数:
282
unit Unit1;interfaceuses Winapi.Windows,
Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, V.....
方法2unit Unit1;interfaceuses Winapi.Windows,
Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, ...
分类:
移动开发 时间:
2014-05-09 08:45:39
阅读次数:
315
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Threading.Tasks;using
System.Threading;using System.Run...
分类:
其他好文 时间:
2014-05-09 07:46:58
阅读次数:
370
这道题就是找规律啊!!!想想啊,11和10是可以连续的,那么10和11也是可以连续的。下面是AC代码:
1 /** 2 * The gray code is a binary numeral system where two successive values
differ in on...
分类:
其他好文 时间:
2014-05-09 07:38:17
阅读次数:
325
public class sample{public static void
main(String[]
args){//得到类的简写名称System.out.println(sample.class.getSimpleName());//得到对象的全路径System.out.println(sam...
分类:
其他好文 时间:
2014-05-09 07:17:59
阅读次数:
242