码迷,mamicode.com
首页 >  
搜索关键字:system tablespace da    ( 52005个结果
正在进行中效果
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
MSMQ发送和接收
using System;using System.IO;using System.Messaging;namespace YuRen.PaiWei.BaLianGui{ /// /// MQ文件发送 /// 所有异常都将抛出请做好异常处理 /// public s...
分类:其他好文   时间:2014-05-09 15:50:53    阅读次数:807
mysql日常错误信息解决方法:InnoDB: and force InnoDB to continue crash recovery here.
今天早上上班来打开环境,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)终于要得到lisence了,很期待2014版本可以使用
这几天一直在想着怎么破解Advanced Design System 2014.01 (64-bit Simulations),没有一点进展,有点失望,莫非正版软件必须要购买才能使用?有点想卸载的冲动,还不如装上Advanced Design System 2009呢?今天又试了一下,终于收到回.....
分类:其他好文   时间:2014-05-09 09:45:47    阅读次数:738
TreeMap的使用
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.....
分类:Windows程序   时间:2014-05-09 08:54:26    阅读次数:494
同步窗体移动
方法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
LeetCode OJ - Gray Code
这道题就是找规律啊!!!想想啊,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
Class.getSimpleName()的作用
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!