软件 解决go包管理代理网址无法访问:proxy.golang.org 默认使用的是proxy.golang.org,在国内无法访问,如下图所示: bogon:demo-path user$ make build_darwin rm -rf target/demo-0.6... 2021-02-27 7 views 发表评论 阅读全文
软件 Fatal error: Cannot ‘break’ 2 levels in D:\phpStudy\PHPTutorial\WWW\phpMyAdmin\export.php on line 590 修改方法:直接找到对应的文件,然后将其中的 “break 2;” 修改为 “break;” 效果如下: 2021-01-22 47 views 发表评论 阅读全文
网络万象 申请替代 PIN 码 登录您的 AdSense 帐号。在 AdSense 首页上,找到 PIN 码验证卡片,然后点击验证。(您可能需要点击查看更多,才能看到该卡片。)点击重新发送 PIN 码。我们会将一个新的 PIN 码邮... 2021-01-05 65 views 发表评论 阅读全文
网络万象 奥运会官方网站 官网: https://www.olympic.org/ 2016年里约奥运会介绍: https://www.olympic.org/rio-2016 2021-01-03 78 views 发表评论 阅读全文
软件 Notepad 格式化c c++代码的插件 插件下载地址: https://github.com/ywx/NppAStyle/releases/tag/v0.2.7 我的电脑是x64,将下载的dll放到Notepad安装目录 下的 plugin... 2021-01-01 61 views 发表评论 阅读全文
软件 MySQL 和 Sqlite 主键递增的不同写法 MySQL的写法: AUTO_INCREMENT Sqlite的写法: AUTOINCREMENT 2020-12-27 58 views 发表评论 阅读全文
软件 beego 报错 panic: ‘*’ method doesn’t exist in the controller *Controller 我遇到的解决办法是:在 路由 中删除对于的控制器路由规则即可。 2020-12-27 70 views 发表评论 阅读全文
软件 Notepad下载地址 github.com提供的下载地址: https://github.com/notepad-plus-plus/notepad-plus-plus/releases 镜像地址: https://hub... 2020-12-20 91 views 发表评论 阅读全文
软件 Win10当前用户的启动位置 假设我的当前用户为 administrator ,那么对应的启动位置: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start M... 2020-12-20 78 views 发表评论 阅读全文