Description
An encoding of a set of symbols is said to be immediately decodable if no code for one symbol is the prefix of a code for another symbol. We will assume for this problem that all code...
分类:
其他好文 时间:
2014-11-24 10:13:54
阅读次数:
214
新建的Maven项目,在build的时候总是打包失败,提示少Jar包,如下:
[ERROR] Failed to execute goal on project JYYPT_TOOL: Could not resolve dependencies for project com.tgb:JYYPT_TOOL:jar:0.0.1-SNAPSHOT: The following artifacts...
分类:
编程语言 时间:
2014-11-24 00:56:11
阅读次数:
230
Moving Data: IA32 movx Source, Dest x is one of {b(1-byte), w(2-byte), l(4-byte)} Operand Types Immediate: Constant integer data Example: $0x400, $-53...
分类:
其他好文 时间:
2014-11-22 18:51:31
阅读次数:
201
The time required to execute a program depends on: The program The compiler The instruction set architecture(ISA) The hardware implementation The ISA ...
分类:
其他好文 时间:
2014-11-22 17:25:53
阅读次数:
197
周一(2014-11-17)有个项目进行变更,而且是重大变更,DB测操作从早上持续到下午17点,QA同事到晚上10点测试后发现,slave上的数据与master上不一致。忘介绍了,该项目的该模块有读请求以及delete逻辑在上面,被吓到没?这个问题应该在情理之中但又在意料之外,其实DBA在下午DB变更时便遇到slave卡住:Could not execute Delete_rows event o...
分类:
其他好文 时间:
2014-11-22 02:02:33
阅读次数:
193
An encoding of a set of symbols is said to be immediately decodable if no code for one symbol is the prefix of a code for another symbol. We will assume for this problem that all codes are in binary, ...
分类:
其他好文 时间:
2014-11-21 21:56:09
阅读次数:
307
C:\Windows\System32>sqlplus sys/As123456 as sysdbaSQL> show parameter processes;SQL> shutdow immediate;数ORACLE 例程已经关闭。SQL> startup;ORACLE 例程已经启动。RCU-6...
分类:
数据库 时间:
2014-11-21 20:17:07
阅读次数:
281
oracle自动工作负载库(AWR):采集与性能相关的统计数据,并从统计的数据中导出性能量度,以跟踪数据库潜在的问题。 如何生成oracle数据库的自动负载库报告。 手工生成一份oracle数据库的快照: SQL>execute dbms_workload_repository.create_sna...
分类:
数据库 时间:
2014-11-21 14:14:35
阅读次数:
296
1.使用SQL*PLUS停止数据库 如果不能通过sysdba登陆可以用nolog用户登陆后切换至sysdba [oracle@OracleTest oracle]$ sqlplus /nolog SQL> connect / as sysdba SQL> shutdown [immediate] S...
分类:
数据库 时间:
2014-11-21 14:05:54
阅读次数:
197
首先hibernate级联删除的前提是,首先需要在映射文件中配置,配置多表之间的关联关系:下面以部门表(Dept)和员工表(Emp)为例:1.在Emp.hbm.xml映射文件中配置many-to-one关系 1 2 4 5 6 7 8 9 10 11 ...
分类:
数据库 时间:
2014-11-20 11:50:10
阅读次数:
255