在使用vs2015安装一些nuget包的时候,出现了an error occurred while retrieving package for "Newtonsoft.Json 11.0.0.2"的错误,按照网上更换nuget源的方式无果后,发现nuget管理器可以更新,更新之后就可以了。更新在“ ...
分类:
其他好文 时间:
2020-06-19 14:16:14
阅读次数:
69
1.laravel官方提供的第三方登录 1.1github设置 找到 OAuth Apps 2.第三方composer登录 链接 安正超(作者) ...
分类:
其他好文 时间:
2020-06-19 12:28:39
阅读次数:
52
python 在安装支付宝sdk前 ,需要安装加密模块 pycrypto 2.6.1 执行命令: pip install pycrypto 如果是Windows系统,到这里可能安装出错了,可能出现的错误如下: error: command ‘cl.exe’ failed: No such file ...
分类:
编程语言 时间:
2020-06-19 12:23:31
阅读次数:
130
mac 安装brew报错 Failed to connect to raw.githubusercontent.com port 443: Connection refused解决办法
分类:
其他好文 时间:
2020-06-19 00:37:14
阅读次数:
155
1.首先注册github账号,登录,创建新仓库 ,点击+,点击new repository 2.得到如下页面,填写仓库名,自己随便写一个名字,下面的描述可写可不写,点击Initialize this repository with a README,然后创建: 3.下载git shell,网上给了很 ...
分类:
Web程序 时间:
2020-06-18 19:25:47
阅读次数:
64
安装依赖 yarn add @babel/plugin-proposal-decorators 修改package.json文件中的babel依赖 "babel": { "plugins": [ [ "@babel/plugin-proposal-decorators", { "legacy": t ...
分类:
其他好文 时间:
2020-06-18 17:55:37
阅读次数:
73
coach.html <html> <head> <meta charset="utf-8"> </head> <body style="text-align:center;margin-top:200px"> <a style=" color:#666; font-size:120px;" hre ...
分类:
移动开发 时间:
2020-06-18 16:21:59
阅读次数:
316
文章来自 uniapp官网 前言 教程博客很少,找到的内容每一篇的答案都不一样,因为多端开发答案肯定乱七八糟,github也没有案例可以下载,但是官方有个helloword的项目可以研究,并且是兼容所有的平台 工具 最新的Hbuilder工具,并且是支持app开发的那个版本,大概400M 新建一个干 ...
分类:
移动开发 时间:
2020-06-18 13:17:00
阅读次数:
89
既然请求可以使用不同的content-type,响应也如此。通常响应会有html,text,plain,json和xml等。 gin提供了很优雅的渲染方法。 1. JSON/XML/YAML/ProtoBuf渲染 package main import ( "github.com/gin-gonic ...
分类:
Web程序 时间:
2020-06-18 01:07:17
阅读次数:
77
//安装babel-plugin-import 第一步:npm install babel-plugin-import --save第二步:暴露webpack.config.js运行:npm run eject第三步:在webpack.config.js中的module下的oneOf数组里加入下面代 ...
分类:
其他好文 时间:
2020-06-17 11:19:01
阅读次数:
133