maven工程pom.xml <project?xmlns="http://maven.apache.org/POM/4.0.0"?
????xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
????xsi:schemaLocation="http://maven.apache.org/POM/4.0.0...
分类:
数据库 时间:
2014-08-07 09:54:29
阅读次数:
2094
(因为服务器是在分店,具体的环境不了解)通过日志发现,应该是早晨7:44重新开启了服务器,至于是什么时候断电就不清楚了。首先是有人反应连不到数据库,远程登录后,查看监听是正常的,然后查看数据为的状态SQL> select status from v$instance;STATUS----------...
分类:
其他好文 时间:
2014-08-06 21:54:12
阅读次数:
464
200.Which operation requires that you create an auxiliary instance manually before executing theoperation? (Choose all that apply.)A. Backup-based dat...
分类:
其他好文 时间:
2014-08-06 21:51:22
阅读次数:
2954
#hgupstable
localchangedpath/to/file/file.extwhichremotedeleted
remote:use(c)hangedversionor(d)elete?c这是目录权限的问题...
分类:
其他好文 时间:
2014-08-06 15:05:52
阅读次数:
194
the order of execution is: static initializer, instance initializer, constructor1.Initializing Fieldspublic class BedAndBreakfast { // initialize t...
分类:
编程语言 时间:
2014-08-06 08:25:01
阅读次数:
210
2014-08-05 22:18:46.455 SwiftUI[1329:40871] -[_TtC7SwiftUI14MViewControler clickMe]: unrecognized selector sent to instance 0x10ea15dc02014-08-05 22:1...
分类:
移动开发 时间:
2014-08-06 01:26:00
阅读次数:
1261
1.1 RMI?的基本概念 1.1.1 什么是RMI RMI(Remote Method Invocation) 远程方法调用是一种计算机之间对象互相调用对方函数,启动对方进程的一种机制,使用这种机制,某一台计算机上的对象在调用另外一台计算机上的...
分类:
编程语言 时间:
2014-08-05 23:15:22
阅读次数:
582
1、端口问题造成的连接失败 remote-prepare:
??[sshexec]?Connecting?to?123.123.123.123:22
java.net.ConnectException:?Connection?timed?out 解决办法 修改build.xml,配置端口号? <target?name="rem...
分类:
其他好文 时间:
2014-08-05 19:39:00
阅读次数:
202
简单的方法就是直接增加:利用git remote 链接不在同一个域名下的远程仓库:先查看是否已建:git remove (-v)git remote add 简短名 服务器名@:域名:文件路径注:如果是第一个链接远程仓库的话,一般起简短名是没用的,默认为 origion, 否则,有效,看有没有效,最...
分类:
其他好文 时间:
2014-08-05 13:26:19
阅读次数:
152