码迷,mamicode.com
首页 >  
搜索关键字:segment fault    ( 2532个结果
Akka和VertX比较
Akka和VertX都是scala写大数据框架的极其赞的technology Akka是用来写高concurrent,distributed,和fault tolerant event-driven的一个工具箱/库 而vertx是一个具有类似功能的framework 他们背后的general idea是很相近的,不同点在于: In Akka you would create...
分类:其他好文   时间:2014-09-21 11:53:30    阅读次数:1618
Reading Papers about Distributed Replication
A. Practical Byzantine Fault Tolerance 1.What’s its checkpoint? We will refer to the states produced by the execution of these requests as checkpoints and we will say that a checkpoint with...
分类:其他好文   时间:2014-09-21 10:34:30    阅读次数:283
分区表工具脚本
普通表转化成分区表的高效脚本通用转换存储过程查询未建分区的大表脚本1 prompt 当前用户下,表大小超过10个GB未建分区的2 select segment_name,3 segment_type,4 sum(bytes) / 1024 / 1024 / 1024 ob...
分类:其他好文   时间:2014-09-21 01:39:09    阅读次数:331
Oracle 中deferred_segment_creation 的用法以及exp时解决办法
show">SYS@ORCL>show parameter segment NAME                                 TYPE        VALUE ------------------------------------ ----------- ------------------------------ deferred_segment_creatio...
分类:数据库   时间:2014-09-19 17:45:15    阅读次数:336
C语言格式化输出函数及使用禁区
像这样的代码printf(foo);往往会引入bug。因为如果foo中包含“%n”将引起printf()对内存的写入并造成安全漏洞。例如:printf("%n"); // Segmentation fault...
分类:编程语言   时间:2014-09-18 20:45:24    阅读次数:245
TSS 任务状态段
TSS(任务状态段)1 什么是TSS TSS 全称task state segment,是指在操作系统进程管理的过程中,任务(进程)切换时的任务现场信息。 2 TSS工作细节 TSS在任务切换过程中起着重要作用,通过它实现任务的挂起和恢复。所谓任务切换是指,挂起当前正在执行的任务,恢复或启动...
分类:其他好文   时间:2014-09-18 18:47:14    阅读次数:400
CentOS环境下,gdb调试中出现:Missing separate debuginfos, use: debuginfo-install.....的问题
在gdb调试时segmentation fault问题时,遇到下面的了问题:Program received signal SIGABRT, Aborted.0x00007ffff73eb925 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/...
分类:数据库   时间:2014-09-17 18:09:52    阅读次数:344
Codeforces Round #266 (Div. 2) D. Increase Sequence
Peter has a sequence of integers a1,?a2,?...,?an. Peter wants all numbers in the sequence to equal h. He can perform the operation of "adding one on the segment [l,?r]": add one to all elements of t...
分类:其他好文   时间:2014-09-16 14:18:20    阅读次数:259
hdu 1558 Segment set (并查集+计算几何)
Segment set Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3486    Accepted Submission(s): 1297 Problem Description A segment and ...
分类:其他好文   时间:2014-09-16 12:39:30    阅读次数:293
Cortex-M3/4的Hard Fault调试方法
1 Cortex-M3/4的Fault简介 Cortex-M3/4的Fault异常是由于非法的存储器访问(比如访问0地址、写只读存储位置等)和非法的程序行为(比如除以0等)等造成的。常见的4种异常及产生异常的情况如下:Bus Fault:在fetch指令、数据读写、fetch中断向量或中断时存...
分类:其他好文   时间:2014-09-16 10:23:00    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!