摘要: 简洁明晰的讲述互联网的协议 阅读全文
posted @ 2012-06-03 13:47 Joe-xXx 阅读(208) 评论(0) 推荐(0) 编辑
摘要: As I've said in a few talks, the best way to improve your systems is by first not doing "dumb things". I don't mean you or your development staff is "dumb", it's easy to overlook the implications of these types of decisions and not realize how bad they are for maintainability let alone scaling. As a consultant I see this stuff all of the time and I have yet to ever see it work out well for anyone. 阅读全文
posted @ 2012-05-29 11:29 Joe-xXx 阅读(261) 评论(0) 推荐(0) 编辑
摘要: PostgreSQL表空间、模式、表、用户/角色之间的关系是本文我们主要要介绍的内容,表空间,数据库,模式,表,用户,角色之间的关系到底是怎样的呢? 阅读全文
posted @ 2012-05-29 11:18 Joe-xXx 阅读(381) 评论(0) 推荐(0) 编辑
摘要: ingletons are objects that only support one instance of the object. In ArcObjects, singleton objects require instantiation through the Activator class and require explicit release via the ComReleaser class. See the System._ComObject and casting to strongly typed RCWs and Releasing COM References documents for more information. Additionally, all ArcObjects references within a thread should only communicate with objects in the same thread. Therefore, at ArcGIS 9.x, singleton objects were designed 阅读全文
posted @ 2012-05-20 23:55 Joe-xXx 阅读(434) 评论(0) 推荐(0) 编辑
摘要: postgresql系统表~小记 阅读全文
posted @ 2012-05-08 14:18 Joe-xXx 阅读(1570) 评论(0) 推荐(1) 编辑
摘要: PostgreSQL 的昨天今天和明天 阅读全文
posted @ 2012-05-06 00:50 Joe-xXx 阅读(667) 评论(2) 推荐(0) 编辑
摘要: 内存池优点 阅读全文
posted @ 2012-05-05 16:03 Joe-xXx 阅读(778) 评论(0) 推荐(0) 编辑
摘要: 什么是postgresql数据库 阅读全文
posted @ 2012-05-05 15:17 Joe-xXx 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 由浅入深理解索引的实现(2) 阅读全文
posted @ 2012-05-05 14:27 Joe-xXx 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 由浅入深理解索引的实现(1) 阅读全文
posted @ 2012-05-05 14:17 Joe-xXx 阅读(203) 评论(0) 推荐(0) 编辑