码迷,mamicode.com
首页 >  
搜索关键字:asm move    ( 7986个结果
CRS-0184: Cannot communicate with the CRS daemon.之节点脱离集群问题解决
1、系统环境:                         OEL6.5企业版                         Oracle11.2.0.2 RAC + ASM 2、报错信息: $ crs_stat -t                 CRS-0184: Cannot communicate with the CRS daemon.             ...
分类:其他好文   时间:2015-04-27 13:25:01    阅读次数:438
MAC安装JDeveloper
1. Make Java 6 the default JVM on your Mac  - Run Java Preferences (in /Applications/Utilities/Java)  - Move the Java SE 6 (64 Bit) to the top of the Java application versions list  2. In...
分类:系统相关   时间:2015-04-27 13:15:07    阅读次数:181
Redhat 6.4安装ORACLE11R2 ,运行root.sh报错:“libcap.so.1:cannot open shared object file”
1、系统环境:     Redhat 6.4 企业版                     Oracle11.2.0.2 RAC+ASM 2、报错信息:/oracle/app/11.2.0/grid/bin/clscfg.bin: error while loading shared libraries: libcap.so.1: cannot open shared object f...
分类:数据库   时间:2015-04-27 11:22:12    阅读次数:185
解题报告 之 SOJ3312 Stockholm Knights
解题报告 之 SOJ 3312 Stockholm Knights 最大流 网格 动态流 二分 The city of Stockholm is a chessboard whose size is N*M. There are some Stockholm Knights in the city. Stockholm Knights are very special Knights. They only can move from a corner of a 3*4 grid to the oppo...
分类:其他好文   时间:2015-04-27 09:50:20    阅读次数:166
leetcode || 120、Triangle
problem: Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the following triangle [ ...
分类:其他好文   时间:2015-04-27 09:43:11    阅读次数:136
初学hibernate,基本配置
首先是导包其中最后一个asm包,可谓是让我费劲又伤神啊。具体情况就不说了。其次是配置hibernate.cfg.xml文件我用的是微软SQL Server com.microsoft.sqlserver.jdbc.SQLServerDriver j...
分类:Web程序   时间:2015-04-26 16:26:50    阅读次数:211
《Linux内核分析》 week4作业-使用嵌入式汇编调用一个系统调用
一.fork的嵌入式汇编执行#include #include int main(){ pid_t pid; asm volatile( "mov $0,%%ebx\n\t" "mov $0x2,%eax\n\t" "int 0x80\n\t" ...
分类:系统相关   时间:2015-04-26 13:34:05    阅读次数:173
迁移ORACLE数据库文件到ASM
1.迁移数据文件到ASM; 2.迁移日志文件到ASM; 3.迁移控制文件到ASM;
分类:数据库   时间:2015-04-25 14:55:36    阅读次数:188
【CTF】ASM-Pico CTF 2014 Snippet
【Title】Pico CTF 2014 Write-up snippet 【Description】 We found this program snippet.txt, but we're having some trouble figuring it out. What's the value...
分类:其他好文   时间:2015-04-25 12:08:43    阅读次数:305
斯坦福大学:编程方法学 Lesson two
1.turnRight的使用: 1 import stanford.karel.*; 2 public class Mykarel01 extends Karel{ 3 public void run(){ 4 move(); 5 pickBeeper(); ...
分类:其他好文   时间:2015-04-24 22:25:00    阅读次数:148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!