机房断电,所以oracle的datagard的从库需要重新启动:1 登录sqlplus启动,出现报错信息:SQL> STARTUP MOUNT;ORA-16032: parameter LOG_ARCHIVE_DEST_3 destination string cannot be translatedORA-07286: sksagdi: cannot obtain device informat...
分类:
数据库 时间:
2014-05-07 06:45:10
阅读次数:
610
需要安装的软件
1、java jre
2、java JDK EE版本
3、UltraEdit
网站:http://www.oracle.com/technetwork/java/javase/downloads/index.html
本人安装java目录为C:\Java\jdk1.8.0_05\bin。
javac----编译器
java----字节码解释器
jar---jar包压...
分类:
编程语言 时间:
2014-05-07 03:41:06
阅读次数:
458
转载自:http://blog.csdn.net/showhilllee/article/details/19541493
提交完成后进入加急审核页面。
链接:https://developer.apple.com/appstore/contact/appreviewteam/index.html
在i would like to里选择加急审核...
分类:
移动开发 时间:
2014-05-06 22:50:03
阅读次数:
500
启用分组模块非常简单,配置下APP_GROUP_LIST参数和DEFAULT_GROUP参数即可。
'APP_GROUP_LIST'=>'Admin,Home',
'DEFAULT_GROUP'=>'Home',将Home设为默认的项目。
在我们启用项目分组之前,由于使用的两个项目,所以URL地址分别是:
http://serverName/index.php/Index/...
分类:
Web程序 时间:
2014-05-06 22:39:00
阅读次数:
520
Problem Description
During the War of Resistance Against Japan, tunnel warfare was carried out extensively in the vast areas of north China Plain. Generally speaking, villages connected by tunnels ...
分类:
其他好文 时间:
2014-05-06 22:05:11
阅读次数:
376
#include
#include
/*
英语原文:
In function-like macros, a # operator before an identifier in the replacement-list runs
the identifier through parameter replacement and encloses the r...
分类:
编程语言 时间:
2014-05-06 22:01:02
阅读次数:
378
1,Mysqldump的时候报错如下:2014-05-05 14:12:37 7f004a9a2700 InnoDB: Error: Table "mysql"."innodb_table_stats" not found.但是show tables我看这个表示存在的:但是show create table innodb_index_stats;报错如下:mysql> show create t...
分类:
数据库 时间:
2014-05-06 19:46:46
阅读次数:
621
自己需要就做了一个app
放到了各大市场,给有需要的人
360:http://zhushou.360.cn/detail/index/soft_id/1716634...
分类:
移动开发 时间:
2014-05-06 18:37:20
阅读次数:
326
CodeIgniter(以下简称"CI")是一款国外优秀的PHP轻量级MVC框架,它支持PHP4和PHP5,是开发中小型可拓展性需求高的Web应用程序的利器。目前你所见到的这个博客程序,正是采用CI进行的编写。
秉承MVC架构的思想,CI中的所有控制器都需要经过单点入口文件index.php(默认)来加载调用。也就是说,在默认情况下,所有CI开发项目的URL都形如以下这种形式:
htt...
分类:
数据库 时间:
2014-05-06 15:21:57
阅读次数:
744
项目中用到了地图相关的东西,就把以前的demo搬了出来,结果发现直接运行之前的demo没有问题,在xcode5下新建项目再把代码粘贴过来就会提示
May 5 11:36:21 infomedia-iPod-touch TestLocation[1465] : CGBitmapContextCreate: unsupported parameter combination: 5 integer ...
分类:
移动开发 时间:
2014-05-06 15:17:46
阅读次数:
769