C:\Documents and Settings\Administrator>sqlplus
/nologSQL*Plus: Release 10.2.0.1.0 - Production on 星期一 7月 5 09:50:36
2010Copyright (c) 1982, 2005, Ora...
分类:
数据库 时间:
2014-06-07 05:20:01
阅读次数:
334
//类的声明#import @interface Car : NSObject
//NSObject让Car类具备有创建对象的能力{ @public int wheels; int speed;}-
(void)run;@end//类的实现@implementation Car- (void) ru...
分类:
其他好文 时间:
2014-06-07 04:43:04
阅读次数:
301
http://dongxicheng.org/mapreduce/hadoop-join-two-tables/http://dongxicheng.org/mapreduce/run-hadoop-job-problems/http://dongxicheng.org/mapreduce/hdfs...
分类:
其他好文 时间:
2014-05-29 12:27:09
阅读次数:
260
转载:http://blog.csdn.net/leo6159/article/details/7936725安装DB2(V9.1)To work around
this issue, follow these steps:Run the following DB2 command from the...
分类:
数据库 时间:
2014-05-29 11:02:39
阅读次数:
638
这里从表格GridControl开始,零点零的入门,不会向大神一样写的深奥无比,一看你就会懂的1.首先拖一个表格上去,点击Run
Designer进入Columns编辑页;2.点击add添加字段,设置fieldName属性绑定字段;3.在初始化事件里编码gridControl1.DataSource...
分类:
其他好文 时间:
2014-05-28 01:33:58
阅读次数:
256
线程同步:用来协调多个线程访问同一资源 /* * 线程同步的例子 * */public class
Test { public static void main(String[] args) { //创建两个线程并执行同一条语句 Run r=new
Run(); Thread t1=new Thre...
分类:
编程语言 时间:
2014-05-26 20:05:26
阅读次数:
358
后台线程不执行finallypackage wzh.daemon;import
java.util.concurrent.TimeUnit;class ADaemon implements Runnable { @Override
public void run() {
分类:
编程语言 时间:
2014-05-25 22:43:58
阅读次数:
436
菜单: System-Preferences-Keyboard Shortcuts在Desktop分类下找到“Run a terminal”点击Run a terminal,按下需要的快捷键,比如Ctrl+Alt+T,即可。补充终端窗口下的快捷:复制:Shift+Ctrl+C粘贴:Shift+Ctrl+V开启新窗口:Shift+Ctrl+N开启新分页(Tab):Shift+Ctrl+T分页之间切换...
分类:
其他好文 时间:
2014-05-25 21:23:37
阅读次数:
410
1、首先到官网下载myeclipse:myeclipse-10.7.1-offline-installer-linux.run。
要先配置好jdk环境,不然会报错。
2、终端输入(为该run文件添加可执行属性,我的放在了主文件目录里):
htt@htt-Lenovo-V470c:~$ chmod +x /home/htt/myeclipse-10.7.1-offline-instal...
分类:
系统相关 时间:
2014-05-25 20:46:47
阅读次数:
352
therearetwosituationsinthiserror,oneisJavaheapspaceandsolutionasbelow:a.在Eclipse里选:Window->Preference->InstalledJREs->选中->Edit,在DefaultVMArguments里输入-Xms256m-Xmx1024m,表示最小内存256M,最大1G,然后运行就可以了。b.Run->RunConfigur..
分类:
编程语言 时间:
2014-05-25 04:53:25
阅读次数:
301