#includevoid ShellSort(int *a,int length){ int
jump=length; int temp=0; int change=1; while(jump>0) //while1 { jump=jump/2;
change=1; /***************...
分类:
其他好文 时间:
2014-06-07 03:53:30
阅读次数:
243
对象权限与系统权限
创建表和创建session是系统权限;
系统管理员是有权限去访问其他表的
以sys登录
sqlplus sys/on_change_install as sysdba;
创建用户wangwu
create user wangwu identified by wangwu;
系统权限
grant create sessi...
分类:
数据库 时间:
2014-06-04 22:48:26
阅读次数:
277
懒得写了,就直接记录转载一下文章地址吧。
如何为应用定义全局默认字体:http://blogs.msdn.com/b/gautamdh/archive/2014/03/16/how-to-change-default-font-in-windows-store-apps.aspx
分类:
移动开发 时间:
2014-05-31 19:38:05
阅读次数:
316
exe4j可以很容易把一个jar打成exe.
下载地址:http://dl.dbank.com/c0owlopqf81.下载的安装文件,里面包含一个注册码生成的工具2.安装exe4j以及破解(注意jre版本必须是1.4到1.6)3.运行exe4j运行界面如下图点击change
license,用户名...
分类:
编程语言 时间:
2014-05-31 06:37:22
阅读次数:
316
Global cursor:To change the cursor in a
application wide fashion, you have to access the Glass Pane and set its cursor,
and then make the glass pane v...
分类:
编程语言 时间:
2014-05-30 11:18:29
阅读次数:
284
目前发现在Qt-Design中右击控件,可以选择Change
StyleSheet------------------------以下总结不太对刚接触Qt,发现Qt
Design无法对每个控件进行颜色风格设置。正在纳闷如此受欢迎的开发工具,怎么会没有这种,Delphi,VB,VC,C#都具备的基本功...
分类:
其他好文 时间:
2014-05-29 21:39:17
阅读次数:
469
The Saga of Ryzom is a persistent
massively-multiplayer online game (MMORPG) released in September 2004 throughout
Europe and North America, localised...
分类:
其他好文 时间:
2014-05-29 17:55:30
阅读次数:
413
本文转载于
http://www.cnblogs.com/zfc2201/archive/2012/09/06/2674312.htmlJQuery获取和设置Select选项方法汇总如下:获取select先看看下面代码:$("#select_id").change(function(){//code...
分类:
Web程序 时间:
2014-05-29 16:57:39
阅读次数:
289
1 syntax on 2 set tabstop=4 3 set softtabstop=4 4
set autoindent 5 set cindent 6 set nu 7 set ruler 8 " change the interprise
color 9 highligh...
分类:
其他好文 时间:
2014-05-29 15:20:00
阅读次数:
187
issue:IhaveslowinternetconnectionandIcannotinstallanyplugin,becauseEclipse‘sUpdatemanagerthrowsmeexception:ava.net.SocketTimeoutException:Readtimedoutatjava.net.SocketInputStream.socketRead0(NativeMethod)atjava.net.SocketInputStream.read(UnknownSource)atja..
分类:
系统相关 时间:
2014-05-25 04:55:20
阅读次数:
406