#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
最近在给android 4.3系统进行root时候,一直出现如下的红色权限问题 :
7.695741] Freeing init memory: 236K
[ 8.555286] init: cannot find '/system/bin/dbus-daemon', disabling 'dbus'
[
8.566954] init: cannot execve('/s...
分类:
其他好文 时间:
2014-06-05 01:02:36
阅读次数:
358
对象权限与系统权限
创建表和创建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
JBPM在Eclipse中运行时页面错误ProcessEngine cannot be
resolved to a type从网上找了一些杂七杂八的回答,比如在Java EE Module
Dependencies设置中添加依赖的jar但是这个设置是以前旧版本的Eclipse所有的。新版的已经没有这...
分类:
系统相关 时间:
2014-06-03 13:25:27
阅读次数:
482
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
今天在安装Aptana Studio
2时出现这个东东,卸载后再安装依旧不行最后找到原因原因:就是由于你把“我的文档”的位置修改造成的。但Aptana还以为“我的文档”的位置是在系统的默认路径下。解决办法:右键快捷方式,找到“属性”,把“目标”修改为"D:/Program
Files/Aptana ...
分类:
其他好文 时间:
2014-05-30 09:38:25
阅读次数:
250
目前发现在Qt-Design中右击控件,可以选择Change
StyleSheet------------------------以下总结不太对刚接触Qt,发现Qt
Design无法对每个控件进行颜色风格设置。正在纳闷如此受欢迎的开发工具,怎么会没有这种,Delphi,VB,VC,C#都具备的基本功...
分类:
其他好文 时间:
2014-05-29 21:39:17
阅读次数:
469
本文转载于
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