
电脑
ask_rent
Java软件开发,现在使用的技术。Java、Flex、
展开
-
The installer you are trying to use is corrupted or incomplete.
<br />点击软件安装的时候,弹出<br />The installer you are trying to use is corrupted or incomplete.<br />This could be the result of a damaged disk, a failed download or a virus.<br />You may want to contact the author of this installer to obtain a new copy.<br />It m原创 2011-03-07 14:11:00 · 3282 阅读 · 0 评论 -
用命令创建MySQL数据库
服务器或VPS用户如何用命令创建MYSQL数据库 一、连接MYSQL 格式: mysql -h主机地址 -u用户名 -p用户密码 1、 连接到本机上的MYSQL。 首先打开DOS窗口,然后进入目录mysql\bin,再键入命令mysql -u root -p,回车后提示你输密码.注意用户名前可以有空格也可以没有空格,但是密码前必须没有空格,否则让你重新输入密码. 如果转载 2012-05-09 11:18:51 · 2279 阅读 · 0 评论