使用spring-loaded能实现热部署一、如何配置SPRING-LOADED下载两个文件,一个是springloaded-1.2.0.RELEASE.jar,另一个是file.conf,保存在任意目录下,目录要求一定是英文的,并且没有空格和特殊字符。在工程domain的bin/startWeblogic.bat文件中,找到这一句代码setSAVE_JAV..
分类:
编程语言 时间:
2014-08-28 18:20:15
阅读次数:
341
Loading Cargo"Look Stephen, here's a list of the items that need to be loaded onto the ship. We're going to need a lot of batteries." Nikola handed hi...
分类:
其他好文 时间:
2014-08-25 18:53:24
阅读次数:
230
题目:进制转换,加上合法判断。
分析:数论。先转化成十进制,再转化成对应的进制,输出即可。
base进制转化成十进制:顺序乘以base加和;
十进制转base进制:逆序输出模base的余数。
说明:注意值时0的情况。
#include
#include
#include
using namespace std;
char numb...
分类:
其他好文 时间:
2014-08-25 10:06:24
阅读次数:
236
Description
Nowadays it is becoming increasingly difficult to park a car in cities successfully. Let's imagine a segment of a street as long as
L meters along which a parking lot is located. Drive...
分类:
其他好文 时间:
2014-08-23 17:48:11
阅读次数:
249
1、首先ldd不是一个可执行程序,而只是一个shell脚本2、ldd能够显示可执行模块的dependency,其原理是通过设置一系列的环境变量如下:LD_TRACE_LOADED_OBJECTS、LD_WARN、LD_BIND_NOW、LD_LIBRARY_VERSION、 LD_VERBOSE等。...
分类:
系统相关 时间:
2014-08-23 13:53:20
阅读次数:
334
今天coding的时候碰到一个异常:ERROR: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.查了下资料:大部分都是将ntlmauth.dll.....
分类:
数据库 时间:
2014-08-22 16:06:28
阅读次数:
362
1、首先安装与下载图形界面GNOMEyum groupinstall "Desktop"yum groupinstall "X Window System"yum groupinstall "Chinese Support" (可选项)假如提示有以下错误产生:Loaded plugins: fast...
分类:
其他好文 时间:
2014-08-21 19:08:34
阅读次数:
184
关于CRS自动重启实验
一.检查ASM
[root@rac1 ~]# /etc/init.d/oracleasm status
Checking if ASM is loaded: yes
Checking if /dev/oracleasm is mounted: yes
[root@rac1 ~]# /etc/init.d/oracleasm listdisks
ASM01...
分类:
其他好文 时间:
2014-08-21 17:17:24
阅读次数:
315
使用导出导入进行OCR的备份和恢复:
在对集群做调整前,如:增删节点等操作前,应该对OCR进行一次备份,可以使用export备份到指定文件。
实验环境:
OS:OEL5.6
RAC:10.2.0.1.0
(1)关闭所有节点的CRS
节点1:
[root@rac1 crsd]# crsctl stop crs
Stopping resources.
Successfully sto...
分类:
数据库 时间:
2014-08-21 13:23:54
阅读次数:
318
AssetBundles are files which you can export from Unity to contain assets of your choice. These files use a proprietary compressed format and can be loaded on demand in your application. This allows...
分类:
其他好文 时间:
2014-08-21 11:46:04
阅读次数:
426