#include #include #include #include #define MAX 256void move_stars(char* str) { int len = strlen(str) - 1; char* p = str + len; char* ...
分类:
移动开发 时间:
2014-07-16 19:15:02
阅读次数:
200
cglib是一个java 字节码的生成工具,它是对asm的进一步封装,提供了一系列class generator。研究cglib主要是因为它也提供了动态代理功能,这点和jdk的动态代理类似。一、 Cache的创建 与jdk动态代理一样,cglib也提供了缓存来提高系统的性能,对于已经生成的类,...
分类:
其他好文 时间:
2014-07-16 19:00:32
阅读次数:
390
题目如下:
Don't Get Rooked
In chess, the rook is a piece that can move any number of squaresvertically or horizontally. In this problem we will consider smallchess boards (at most ...
分类:
其他好文 时间:
2014-07-16 10:16:07
阅读次数:
254
使用asmcmd命令在本地和远程 asm 实例之间 拷贝asm file的方法...
分类:
其他好文 时间:
2014-07-15 12:35:52
阅读次数:
271
注意: ASMB process exiting due to lack of ASM file activity...
分类:
其他好文 时间:
2014-07-15 12:35:16
阅读次数:
239
arch/arm/include/asm/cputype.h
arch/arm/kernel/setup.c
1. read_cpuid_id(CPUID_ID)
#define read_cpuid(reg) ({...
分类:
其他好文 时间:
2014-07-15 10:31:21
阅读次数:
552
使用asm来部署 超大数据库(10TB到PB 范围)--针对oracle 10G...
分类:
数据库 时间:
2014-07-15 10:13:03
阅读次数:
296
Doc ID 428681.1Applies to: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.1.0 [Release 10.2 to 11.2]Information in this document applies to any platform.GoalThe goal of this note i...
分类:
其他好文 时间:
2014-07-14 18:12:01
阅读次数:
343