2008年5月27日

[转]简单批处理内部命令简介

摘要: 本文转自:http://www.cnblogs.com/sanle/archive/2006/07/04/442663.html 批处理文件是无格式的文本文件,它包含一条或多条命令。它的文件扩展名为 .bat 或 .cmd。在命令提示下键入批处理文件的名称,或者双击该批处理文件,系统就会调用Cmd.exe按照该文件中各个命令出现的顺序来逐个运行它们。使用批处理文件(也被称为批处理程序或脚本),可以... 阅读全文

posted @ 2008-05-27 16:56 freeliver54 阅读(6496) 评论(1) 推荐(0)

[转]Writing Installs With The Windows Installer Is A Pain!

摘要: 本文转自:http://blog.davidmccarter.net/2004/09/18/WritingInstallsWithTheWindowsInstallerIsAPain.aspx 原文如下: ------- For the first time since the Microsoft Windows Installer has been around, I have had to ... 阅读全文

posted @ 2008-05-27 16:25 freeliver54 阅读(676) 评论(0) 推荐(0)

通过MySQL Control Center 连接MySql服务器

摘要: 安装Mysql 和 MySQL Control Center 安装后 双击桌面海豚图标 File ->New General标签页面 Name 本地给该数据库链接起的名字 如到张三数据库的链接 Host Name 远端MySQL所在电脑的IP地址 User Name root 登录用户名 Password pwd ... 阅读全文

posted @ 2008-05-27 10:40 freeliver54 阅读(1228) 评论(3) 推荐(0)

导航