2008年10月25日
摘要: 免安装版本在http://dev.mysql.com/downloads/mysql/5.0.html下载 下载后解压到c:\mysql获取他任意位置 解压后在目录下,找到my-huge.ini,my-large.ini,my-medium.ini配置文件 打开进行配置: [mysqld] # set basedir to your installation path basedir=c:/mys... 阅读全文
posted @ 2008-10-25 23:29 Dot-Boy 阅读(709) 评论(0) 推荐(0) 编辑
摘要: use mysql update user set Password=password('newpassword') where User='root'; flush privileges; 1.通过修改MYSQL数据库中MYSQL库的USER表 就用普通的UPDATE、INSERT语句就可以 2.在命令行中使用如下命令 MYSQLADMIN -u root ... 阅读全文
posted @ 2008-10-25 23:19 Dot-Boy 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 实例: sc create resin2-80 binpath= "D:\resin2-80\bin\httpd.exe" displayname= "resin2-80" sc create resin2-8088 binpath= "D:\resin2-8088\bin\httpd.exe" displayname= "resin2-8088" D:\resin2-80\bin\httpd... 阅读全文
posted @ 2008-10-25 22:30 Dot-Boy 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 1using System; 2using System.Collections; 3using System.Data; 4 5namespace Common 6{ 7 /**//**//**//// 8 /// DataSet助手 9 /// 10 public class DataSetHelper 11 ... 阅读全文
posted @ 2008-10-25 20:59 Dot-Boy 阅读(608) 评论(0) 推荐(0) 编辑