摘要:
BButton 2.0 发布,BButton 是 UIButton 的子类,实现类似 Bootstrap 框架中的按钮风格。 值得关注的改动包括:Up-to-date for iOS 5.0+, ARC, StoryboardsCustom initialization methods for easier creationOption to show button 'disabled' stateNew button type optionsFontAwesome already includedRefactored to be much cleaner, better or 阅读全文
摘要:
Django 1.5.1 发布了,这是一个 bugfix 版本,修复上个月发布的 1.5 版本中的一些问题。其中最大的问题是内存泄漏,在某些情况下重复迭代 querysets 可能导致内存泄漏。如果你已经注意到了内存泄漏问题,请升级到这个版本。Django 1.5.1 同时还修复了一些小 bug :Module-level warnings emitted during tests are no longer silently hidden (#18985).Prevented filtering on password hashes in the user admin (#20078). 阅读全文
摘要:
Apache Jackrabbit 是由 Apache Foundation 提供的 JSR-170 的开放源码实现..Apache Jackrabbit 2.6.0 完整改进记录:New features [JCR-3233] Provide callback for consistency checker [JCR-3255] Access cluster node id [JCR-3389] Implement a MultiDataStore [JCR-3420] Improving Jackrabbit integration within OSGi and other ... [J 阅读全文
摘要:
jOOQ 2.6.2 包含小的 bug 修复和重要的性能提升。jOOQ 高效的合并了复杂SQL、类型安全、源码生成、Active Records、存储过程以及高级数据类型的 Java 类库。01// Create a new record and insert it into the database02TBookRecord book = create.newRecord(T_BOOK);03book.setTitle("My first book");04book.store();0506// Update it with new values07book.setPub 阅读全文
摘要:
TOAST(Toast Open Automation System for Test) 是一淘广告技术测试团队开发的一套自动化测试任务调度平台。1.0 版本在线演示:http://ec2-54-248-1-114.ap-northeast-1.compute.amazonaws.com/toast登录账号 demo/1234qwer 阅读全文
摘要:
MySQL 5.5.30发布。2013-01-30 之前的版本是2012-12-21的5.5.29.其他产品线还是5.1.67 5.0.96。完全改进:Changes in MySQL 5.5.30Functionality Added or ChangedInnoDB: The innodb_print_all_deadlocks configuration option from MySQL 5.6 was backported to MySQL 5.5. This option records each deadlock condition in the MySQL error log, 阅读全文