- 博客(0)
- 资源 (9)
- 收藏
- 关注
dbproxy]基于阿里cobar增强的opencloudb
OpenCloudb介绍
什么是OpenCloudb?简单的说,OpenCloudb就是:
• 一个彻底开源的,面向企业应用开发的“大数据库集群”
• 支持事务、ACID、可以替代Mysql的加强版数据库
• 一个可以视为“Mysql”集群的企业级数据库,用来替代昂贵的Oracle集群
• 一个融合内存缓存技术、Nosql技术、HDFS大数据的新型SQL Server
• 结合传统数据库和新型分布式数据仓库的新一代企业级数据库产品
• 一个新颖的数据库中间件产品
OpenCloudb的目标是:低成本的将现有的单机数据库和应用平滑迁移到“云”端,解决数据存储和业务规模迅速增长情况下的数据瓶颈问题。
OpenCloudb的关键特性:
• 支持Mysql集群,可以作为Proxy使用
• 自动故障切换,高可用性
• 支持全局表,数据自动分片到多个节点,用于高效表关联查询
• 支持独有的基于E-R 关系的分片策略,实现了高效的表关联查询
• 多平台支持,部署和实施简单
OpenCloudb的优势:
• 基于阿里开源的Cobar产品而研发,Cobar的稳定性、可靠性、优秀的架构和性能,以及众多成熟的使用案例使得OpenCloudb一开始就拥有一个很好的起点,站在巨人的肩膀上,我们能看到更远。
• 广泛吸取业界优秀的开源项目和创新思路,将其融入到OpenCloudb的基因中,使得OpenCloudb在很多方面都领先于目前其他一些同类的开源项目,甚至超越某些商业产品。
• OpenCloudb背后有一只强大的技术团队,其参与者都是5年以上资深软件工程师、架构师、DBA等,优秀的技术团队保证了OpenCloudb的产品质量。
• OpenCloudb并不依托于任何一个商业公司,因此不像某些开源项目,将一些重要的特性封闭在其商业产品中,使得开源项目成了一个摆设。
OpenCloudb的长期路线规划:
• 在支持Mysql的基础上,后端增加更多的开源数据库和商业数据库的支持,包括原生支持PosteSQL、FireBird等开源数据库,以及通过JDBC等方式间接支持其他非开源的数据库如Oracle、DB2、SQL Server等
• 实现更为智能的自我调节特性,如自动统计分析SQL,自动创建和调整索引,根据数据表的读写频率,自动优化缓存和备份策略等
• 实现更全面的监控管理功能
• 与HDFS集成,提供SQL命令,将数据库装入HDFS中并能够快速分析
• 集成优秀的开源报表工具,使之具备一定的数据分析的能力
2013-12-21
Stud_PE2.6最新版
Stud_PE The Portable Executables Viewer/Editor (32/64 bit PE files)
view/edit PE basic Header information (DOS also):
-header structures to hexeditor;
view/edit Section Table:
- add new section;
view/edit Directory Table:
-Import/Export Table viewer;
-Import adder;
-Resource viewer/editor (save/replace ico/cur/bmp);
Pe Scanner (PEiD sig database):
-400 packers/protectors/compilers;
Task viewer/dumper/killer;
PEHeader/Binary file compare;
RVA to RAW to RVA;
Drag'nDrop shell menu integration;
Basic HexEditor;
Process regions' dumper/viewer/editor;
2010-06-09
prefast(微软的C++代码检测工具)
从WinDDK提取而来:
PREfast(Prefast.exe)是微软公司为驱动程式设计所提供的静态的源代码分析工具(static source code analysis tool),可侦测原始程式码中不易用一般编译器找到的特定类型错误,与Windows DDK 建置环境一同安装。目前已整合至Visual Studio 2005 Team Suite中,使用时只要设定‘Enable Code Analysis For C/C++’为‘Yes’即可,接下来PREfast会拦截cl 编译器 (cl.exe) 的呼叫,产生由一次检查所有档案所得的单一联合清单,内容属于XML格式。
侦测错误类别:
内存:内存流失(memory leak)。
资源:没能即时释放资源。
函式使用方式:不正确的函式引数、使用某个过时函式的情况。
浮点运算状态
优先执行规则
核心模式程式安全性考量
2009-05-10
hudson1.293.part1.rar
What's new in 1.293
ZIP archives created from workspace contents will render properly in Windows' built-in "compressed folder" views. (issue 3294)
Fixed an infinite loop (eventually leading to OOME) if Subversion client SSL certificate authentication fails. (report)
NPE from artifact archiver when a slave is down. (issue 3330)
Hudson now monitors the disk consumption of HUDSON_HOME by itself.
What's new in 1.292
Fixed the possible "java.io.IOException: Not in GZIP format" problem when copying a file remotely. (issue 3134)
Tool location name in node-specific properties always showed first list entry instead of saved value. (issue 3264)
Parse the Subversion tunnel configuration properly. (report)
Improved JUnit result display to handle complex suite setups involving non-unique class names. (issue 2988)
If the master is on Windows and slave is on Unix or vice versa, PATH environment variable was not properly handled.
Improved the access denied error message to be more human readable. (report)
What's new in 1.291
api/xml?xpath=...&wrapper=... behaved inconsistently for results of size 0 or 1. (issue 3267)
Fixed NPE in the WebSphere start up. (issue 3069)
Fixed a bug in the parsing of the -tunnel option in slave.jar (issue 2869)
Updated XStream to support FreeBSD. (issue 2356)
Only show last 150KB of console log in HTML view, with link to show entire log (issue 261)
Can specify build cause when triggering build remotely via token (issue 324)
Recover gracefully from failing to load winp. (report)
What's new in 1.290
Fixed a regression in 1.286 that broke findbugs and other plugins. (report)
Fixed backward compatibility problem with the old audit-trail plugin and the old promoted-build plgin. (report, report)
On Solaris, ZFS detection fails if $HUDSON_HOME is on the top-level file system.
Fixed a regression in the fingerprinter & archiver interaction in the matrix project (report)
Added usage screen to slave.jar. Slaves now also do ping by default to proactively detect failures in the master. (from IRC)
2009-03-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人