会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kylin@world
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2011年5月22日
基于 C++ POCO 库封装的异步多线程的 CHttpClient 类
摘要: 基于 Poco::Net, Poco::ThreadPool 实现的异步 CHttpClient 类,调用方法类似 Jetty 的异步 HttpClient
阅读全文
posted @ 2011-05-22 00:41 kylindai
阅读(8954)
评论(2)
推荐(1)
2010年4月9日
CentOS 5.4 安装 DNS
摘要: CentOS 5.4 安装配置 bind
阅读全文
posted @ 2010-04-09 23:59 kylindai
阅读(1069)
评论(0)
推荐(0)
2009年11月1日
Jetty7 Continuation 学习(一)
摘要: Jetty 异步模式 Continuation 学习
阅读全文
posted @ 2009-11-01 00:02 kylindai
阅读(6296)
评论(0)
推荐(1)
2009年7月31日
Archiva 环境下配置 Maven2 SNAPSHOTS 快照库
摘要: Archiva 环境下配置 Maven2 SNAPSHOTS 快照库
阅读全文
posted @ 2009-07-31 17:12 kylindai
阅读(3127)
评论(0)
推荐(6)
2009年7月21日
PostgreSQL 和 MySQL 创建帐号,数据库,权限
摘要: (1) PostgreSQL:创建用户 xxxx1,密码 xxxx,创建数据库 xxxx2,赋予xxxx1 在xxxx2 上的所有权限。Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#sudo-s-upostgres$psqlpostgres#CREATEUSERxxxx1WITHPASSWORD'xxxx';postgres#CREATEDATABASExxxx2;postgres#GRANTALLPRIVILEGESON
阅读全文
posted @ 2009-07-21 15:42 kylindai
阅读(3937)
评论(0)
推荐(0)
2009年3月12日
PostgreSQL 中 POLYGON 到 MULTIPOLYGON 的转换
摘要: PostgreSQL 下 POLYGON 转化为 MULTIPOLYGON
阅读全文
posted @ 2009-03-12 12:48 kylindai
阅读(6653)
评论(1)
推荐(0)
2008年11月28日
Tomcat 和 Jetty 下 JNDI 配置 DBCP 连接池
摘要: Tomcat 和 Jetty 下 JNDI 配置 DBCP 连接池
阅读全文
posted @ 2008-11-28 10:02 kylindai
阅读(4757)
评论(0)
推荐(0)
2008年4月2日
DWR Annotations 使用 SpringCreator
摘要: DWR Annotations 使用 SpringCreator
阅读全文
posted @ 2008-04-02 22:35 kylindai
阅读(1417)
评论(0)
推荐(0)
2008年2月17日
OpenLayers 学习笔记 (3) 使用 Google Maps 作底图
摘要: 用 OpenLayers 叠加 Google Maps 显示深圳行政区划和深圳酒店的例子。
阅读全文
posted @ 2008-02-17 15:45 kylindai
阅读(10688)
评论(12)
推荐(1)
2007年11月30日
PostgreSQL 8.2.5 安装为 Windows 服务 (Service)
摘要: 安装为 PostgreSQL Windows 服务 (Service)
阅读全文
posted @ 2007-11-30 01:14 kylindai
阅读(2548)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告