当时文件始终上传不成功时(一般先update后commit):cvs update filenamereport:move away filename ,it is in the waycvs update 该文件所在的目录时显示该文件的状态时C(即confilict文件报冲突)solution:删...
分类:
Web程序 时间:
2015-01-23 15:59:44
阅读次数:
128
今天写了一个简单的key驱动LED和beep...
分类:
其他好文 时间:
2015-01-23 09:36:42
阅读次数:
178
ASM还真是让人不是很踏实,今天又碰到一个和ASM有关的问题。今天RAC的测试数据库在导入数据时长时间没有响应。通过V$SESSION_WAIT检查发现,系统在等待归档:SQL> SELECT SID, EVENT FROM V$SESSION_WAIT WHERE SID = 132;SID EV...
分类:
其他好文 时间:
2015-01-22 17:54:00
阅读次数:
410
/// /// Moves an existing file or directory, including its children, with various move options. /// The MoveFileWithProgress function i...
分类:
移动开发 时间:
2015-01-22 15:00:40
阅读次数:
143
RAReorderableLayoutA UICollectionView layout which you can move items with drag and drop.一种UICollectionView的布局,允许你进行移动和拖拽cell.Installation - 安装Simply ...
分类:
其他好文 时间:
2015-01-22 00:13:53
阅读次数:
216
JDK的动态代理,经常被用来动态地创建对象的代理。JDK的动态代理用起来非常简单,但是有一个限制,就是使用动态代理的对象必须实现一个或多个接口。如果想代理没有实现接口,还可以使用cglib包来完成代理。 cglib的底层通过使用一个小而快的字节码处理框架ASM,来转换字节码并生成新的代理类。所...
分类:
其他好文 时间:
2015-01-22 00:04:40
阅读次数:
171
move table:
SQL> startup
ORACLE instance started.
Total System Global Area 281018368 bytes
Fixed Size 2083336 bytes
Variable Size 88081912 bytes
Database Buffers...
分类:
数据库 时间:
2015-01-20 08:59:38
阅读次数:
438
I see a lot of questions on shared file systems that can be used when people move from single instance to Oracle RAC database and Grid Infrastructure....
分类:
数据库 时间:
2015-01-19 22:31:09
阅读次数:
290
A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any point ...
分类:
其他好文 时间:
2015-01-19 22:27:00
阅读次数:
150
### 对象销毁规则1 未被使用的函数返回值2 被let绑定的值, 在函数末尾销毁,除非被moved```let v = obj::new("a");other_fun(v); // v被move了, v在other_fun里面销毁,而不是当前函数的结尾```3 被替换的值将销毁```let mut...
分类:
其他好文 时间:
2015-01-19 19:02:16
阅读次数:
397