This is a list of the instructions in theinstruction setof the Common Intermediate Language bytecode.OpcodeInstructionDescriptionType of instruction0x...
之前在自己的测试环境上做了个异机恢复,原来的库上是配置过EM的,但是在恢复的库上去启动EM就报错了,下面看具体解决过程:
PS:原主机名为zlm,恢复出来的主机名为bak
[root@bak ~]# su - oracle
[oracle@bak ~]$ emctl status dbconsole
TZ set to PRC
OC4J Configu...
分类:
其他好文 时间:
2014-10-20 15:15:41
阅读次数:
361
题目:渡河问题,给你河水宽度,水流速度,求垂直渡河与最快渡河的时间差。
分析:物理题,数学题。
最快渡河情况,传垂直运动,垂直渡河,船的水平分速度和水流速度抵消。
说明:注意水流速度不能为0。
#include
#include
int main()
{
int T;
scanf("%d",&T);
for (int t = 1 ; t <= T ...
分类:
其他好文 时间:
2014-10-18 12:38:58
阅读次数:
168
之前在系统上装了个MySQL用于测试,今天发现启动mysqld_safe进程的时候报错,如下所示:
[root@bak local]# mysqld_safe &
[1] 2631
[root@bak local]# Starting mysqld daemon with databases from /data/mysql/mysql_3306/data
STOPPING...
分类:
数据库 时间:
2014-10-17 11:59:59
阅读次数:
415
源端是oracle, al32utf8,表里有乱码,目标端是sybase cp936,两端的DB都不能改字符集,而且源端是目标端的超集,当复制有乱码的数据(非中文或英文数字等),目标端replicat abended.经查,在replicat参数中使用trailcharset utf-8, rep....
分类:
其他好文 时间:
2014-09-30 03:29:11
阅读次数:
355
Centos下mysql常用的三种备份方法http://www.centoscn.com/CentOS/Intermediate/2013/0807/1160.htmlxtrabackup备份http://7567567.blog.51cto.com/706378/706242Xtrabackup安...
分类:
数据库 时间:
2014-09-23 08:45:54
阅读次数:
231
Sqoop2Intermediate representation
在Sqoop2的connector中提供了自己的map处理,map用于导入数据到HDFS。因为这段代码将完全被connector维护,所以,我们需要找到一个适用所有connector和所有情况的中间格式(map output)。本文的目标是比较不同的中间数据格式(intermediate representation),以使我们...
分类:
其他好文 时间:
2014-09-15 11:21:18
阅读次数:
246
#-*-coding:utf-8-*-
[p_w_upload]
max_size=262144
render_unsafe_content=false
[browser]
color_scale=True
downloadable_paths=/trunk,/branches/*,/tags/*
hide_properties=svk:merge
intermediate_color=
intermediate_point=
newest_color=(255,136,136)
oldest_color..
分类:
其他好文 时间:
2014-09-05 10:11:21
阅读次数:
2915
Microsoft 中间语言 Microsoft Intermediate Language MSIL简称 ILSDK 软件开发工具包 Software Development KitIDE 集成开发环境 Integrated Development Environment.NET Framewor...
分类:
Web程序 时间:
2014-08-09 18:20:38
阅读次数:
223