在windows7下安装git后,运行 cd ~/.ssh $ bash: cd: /c/Users/Administrator/.ssh: No such file or directory 出现以上问题 原因:在windows7下安装git后没有ssh 解决办法是: 全部留空即可,一路回车 $ ssh-keygen -t rsa -C “邮箱地址” ##回车 Generating public/private rsa key pair. Enter file in which to save
wampserver安装后,在www文件夹下面写入xx.PHP文件,然后在网页里输入localhost:xx.PHP. 你可能会遇到如下三种情况: 情形一:网页上显示空白,按F12,出现404的错误. 解决方法: 1.在开始菜单中搜索IIS(Internet Information Service),回车进入. 2.在右边的操作中找到管理服务器选项,选择停止. 这样这个问题就解决了. 情形二:网页显示HTTP Error 404. The requested resource is not fo
一般在安装目录下的data文件夹下,或者在C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.1\data(你的可能是C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.0\data)