ruby rails generate命令无反应的解决办法 rails generate命令无反应的解决办法 在使用如下命令的时候等待许久无反应。 rails generate scaffold Product title:string description... 09月11日 热度4,344 度 发表评论 阅读全文
ruby 关于rails启动Web服务出现Could not find a JavaScript runtime的解决方案 关于rails启动Web服务出现Could not find a JavaScript runtime的解决方案 之前在其它服务器上安装rails一切正常,今天在新服务器上安装后,执行bin/rail... 09月02日 热度4,911 度 发表评论 阅读全文
Git Git pull 强制覆盖本地文件 Git pull 强制覆盖本地文件 git fetch --all git reset --hard origin/master git pull 09月02日 热度3,711 度 发表评论 阅读全文
Git git clone already exists and is not an empty directory解决办法 git clone already exists and is not an empty directory解决办法 在对应的文件夹目录下执行以下命令: git init git remote add... 08月26日 热度9,468 度 发表评论 阅读全文
技巧 Download interrupted: Connection to https://dl-ssl.google.com refused解决方法 Download interrupted: Connection to https://dl-ssl.google.com refused解决方法 1. 拷贝C:\Windows\System32\d... 08月18日 热度3,789 度 发表评论 阅读全文
技巧 MFC程序把配置等压到exe里面的方法 MFC程序把配置等压到exe里面的方法 1. 把配置等需要压到exe里面的文件作为自定义资源的方式导入到MFC程序里面。 2. 在代码里面实现在内存里面把自定义资源数据写回到系统临时文件夹。 3. 程... 08月15日 热度4,089 度 发表评论 阅读全文