2008年8月4日
摘要: 例如:我的用户名是root 密码是123 sql脚本存在C盘 名字为test.sql 数据库为test 有两种方法可以执行脚本 1:打开CMD输入以下命令(不需要转换目录) >mysql -u root -p123 进入MYSQL后 mysql>use test; mysql> source c:/test.sql ok执行完了,你可以用show tables;查看有哪写表(记得语句后有个分号) ... 阅读全文
posted @ 2008-08-04 15:50 Dot-Boy 阅读(28996) 评论(1) 推荐(1) 编辑
摘要: 1using System; 2using System.Runtime.InteropServices; 3using System.Text; 4using System.Net; 5 6namespace NExplus.NSiter 7{ 8 /**//// 9 /// 获取Cookie的方法类。 10 /// 11 public class ... 阅读全文
posted @ 2008-08-04 10:56 Dot-Boy 阅读(1807) 评论(0) 推荐(0) 编辑