lqxue
导航
BlogJava
首页
新随笔
联系
聚合
管理
<
2007年6月
>
日
一
二
三
四
五
六
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
留言簿
(5)
给我留言
查看公开留言
查看私人留言
随笔分类
c(1)
(rss)
cad(2)
(rss)
database(27)
(rss)
ejb(2)
(rss)
flex
(rss)
html(29)
(rss)
java(16)
(rss)
jsp/taglib(2)
(rss)
linux(10)
(rss)
network(3)
(rss)
other(11)
(rss)
soa(4)
(rss)
sport(1)
(rss)
struts(1)
(rss)
tool(1)
(rss)
web(14)
(rss)
web service(9)
(rss)
xml(6)
(rss)
算法(2)
(rss)
文章分类
book
(rss)
收藏夹
db(1)
(rss)
perl(2)
(rss)
web2.0(14)
(rss)
收藏(25)
(rss)
电信
(rss)
随笔档案
2010年6月 (1)
2010年3月 (16)
2008年11月 (5)
2008年10月 (2)
2008年9月 (3)
2008年7月 (12)
2008年6月 (12)
2008年5月 (10)
2008年4月 (2)
2008年3月 (1)
2008年2月 (2)
2008年1月 (1)
2007年12月 (4)
2007年11月 (3)
2007年10月 (10)
2007年9月 (4)
2007年8月 (18)
2007年7月 (16)
2007年6月 (18)
2007年5月 (20)
2007年4月 (10)
2007年3月 (1)
2007年2月 (1)
文章档案
2007年3月 (1)
相册
Me
阅读排行榜
1. [收藏]MyEclipse5.5,注册码(27984)
2. svnservice下载地址(4275)
3. mysql 判断表是否存在(3918)
4. Fix “Word Cannot Start the Converter MSWRD632.WPC” Error(3325)
5. 为什么在hibernate中用list影射one-to-many时,在查询数据时,经常有null值(3063)
评论排行榜
1. [收藏]MyEclipse5.5,注册码(41)
2. svnservice下载地址(8)
3. 清除文件中含有指定特征字符串(例如puma166)的行。(6)
4. 根据已有的表创建新表(2)
5. java 程序转换成exe程序(2)
常用链接
我的随笔
我的评论
我的参与
最新评论
统计
随笔 - 173
文章 - 1
评论 - 70
引用 - 0
book
Apache 重写规则的常见应用 (rewrite)
http://lamp.linux.gov.cn/Apache/ApacheMenu/rewrite/rewrite_guide.html http://www.eygle.com/digest/2005/09/apache_oeoeooaeuooa_rewrite.html http://bbs.phpres.com/archiver/tid-2093.html
c3p0 - JDBC3 Connection and Statement Pooling
十八春
林彪的这一生
林氏三兄弟
讲解数据库调优与程序员相关的几个方面
tools
经典强大的服务器软件Apache
linux的命令详解2
spring 、 struts 整合
在eclipse上配置svn
或http://dev2dev.bea.com.cn/techdoc/20060620822.html
如何在Windows Console下使用命令svn
通过 JAX-RPC 来处理异常
配置适用于正式使用环境下的Tomcat Web服务器双向SSL认证
最新评论
1. re: 为什么在hibernate中用list影射one-to-many时,在查询数据时,经常有null值
哪位大神知道的,求指教!
--游客
2. re: 2007 Microsoft Office System Update: Redistributable Primary Interop Assemblies
dwd
--ggq
3. re: http://www.w3school.com.cn
http://www.w3school.org.cn
--W3School
4. re: Fix “Word Cannot Start the Converter MSWRD632.WPC” Error[未登录]
thx for kindly sharing !
--Kevin
5. re: Fix “Word Cannot Start the Converter MSWRD632.WPC” Error[未登录]
thanks for sharing
--Alan
MySQL 添加账户的3条SQL语句
MySQL 添加账户的3条SQL语句:
--
添加管理员帐号GRANT all PRIVILEGES on
*
.
*
to
'
admin
'
@
'
localhost
'
identified BY
'
admin
'
with GRANT OPTION;
--
使用旧的密码加密方式SET password
for
'
admin
'
@
'
localhost
'
=
old_password(
'
admin
'
);
--
刷新权限flush PRIVILEGES;
posted on 2007-06-16 12:01
lqx
阅读(513)
评论(0)
编辑
收藏
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
管理
Powered by:
BlogJava
Copyright © lqx