码迷,mamicode.com
首页 >  
搜索关键字:version    ( 21237个结果
表结构更改后或新增加数据后同步到表中
select 'insert into mtx_system_module(module_id,module_code,module_name,module_note,create_date,version)values('+cast(moduleid as varchar(10))+','''+O...
分类:其他好文   时间:2014-08-14 20:03:39    阅读次数:253
ORA-00214: controlfile '/u01/app/oracle/oradata/[sid]/control01.ctl' version inconsistent with file '/u01/app/oracle/oradata/[sid]/control03.ctl'
Sample error:SQL> startupORACLE instance started.Total System Global Area 285212672 bytesFixed Size 1321368 bytesVariable Size 153605736 bytesDatabase...
分类:移动开发   时间:2014-08-14 20:01:09    阅读次数:359
This Android SDK requires Andriod Developer Toolkit version 20.0.0 or above
打开Eclipse(Android 开发环境),发现以下报错:图片显示信息为:Android SDK要求ADT(Android Developer Toolkit)版本在20.0.0或以上版本,检测到当前版本为18.0.0,请更新最新的ADT。出现这样的提示,根本原因是Eclipse启动时检测E:\...
分类:移动开发   时间:2014-08-14 16:26:49    阅读次数:249
siege
SIEGE 3.0.0Usage: siege [options] siege [options] URL siege -g URLOptions: -V, --version VERSION, prints the version number. ...
分类:其他好文   时间:2014-08-14 16:13:28    阅读次数:238
Maven的发布plugin配置
<build> <plugins> <plugin> <!-- 编译插件 --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <con...
分类:其他好文   时间:2014-08-14 14:23:08    阅读次数:161
android 状态栏操作
最近太忙了。好长时间没动博客,把原来的东西拿出来都重新温习下。 private void collapseStatusBar() { int currentApiVersion = android.os.Build.VERSION.SDK_INT; try { Object service = getSystemService("s...
分类:移动开发   时间:2014-08-14 14:14:48    阅读次数:192
lsnrctl 中 关于status 状态的说明
LSNRCTL> status Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=lixora)(PORT=1521))) STATUS of the LISTENER ------------------------ Alias                     LISTENER Version            ...
分类:其他好文   时间:2014-08-14 01:38:17    阅读次数:334
cookie的增删改查
1 /** 2 * Created by guoyongfeng on 2014/7/7. 3 * 4 * @Author guoyongfeng 5 * @Date 2014-07-07 6 * @Version 1.0.0 7 * @update ...
分类:其他好文   时间:2014-08-14 01:26:07    阅读次数:219
animate动画方法封装:原生JS实现
1 /** 2 * Created by guoyongfeng on 2014/7/7. 3 * @Author guoyongfeng 4 * @Date 2014-07-07 5 * @Version 1.0.0 6 * @update ...
分类:Web程序   时间:2014-08-14 01:21:37    阅读次数:474
C# 获取程序安装目录
在网页启动本地程序需要将命令写入注册表,在网页调用命令即可。首先将注册信息创建一个注册表文件 .reg 格式,以页面启动notepad++ 程序为例Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Webshell][HKEY_CLASSE...
分类:其他好文   时间:2014-08-13 21:52:47    阅读次数:1027
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!