码迷,mamicode.com
首页 >  
搜索关键字:feature pack    ( 9192个结果
【Key】 Windows 95 到 Windows10所有KEY 包括OEM系统
部分可能不准确,请见谅,数据源自Baidu,由noogai00整理,数据为Microsoft.所有 Windows 95 02398-OEM-0030022-5886409297-OEM-0021281-7226509297-OEM-0021281-5462909297-OEM-0021281-53 ...
分类:Windows程序   时间:2020-06-19 20:56:50    阅读次数:475
npm安装同一个包的2个版本
如果我们有个很奇怪的需求,需要安装同一个包的2个版本,我们可以用npm alias来实现 npm i <alias>@npm:<packageName>@版本 # 例子 npm i antd3@npm:antd@3 npm i antd4@npm:antd@4 ...
分类:其他好文   时间:2020-06-19 20:55:30    阅读次数:129
vs2015使用nuget包管理器安装失败
在使用vs2015安装一些nuget包的时候,出现了an error occurred while retrieving package for "Newtonsoft.Json 11.0.0.2"的错误,按照网上更换nuget源的方式无果后,发现nuget管理器可以更新,更新之后就可以了。更新在“ ...
分类:其他好文   时间:2020-06-19 14:16:14    阅读次数:69
laravel-实现第三方github登录
1.laravel官方提供的第三方登录 1.1github设置 找到 OAuth Apps 2.第三方composer登录 链接 安正超(作者) ...
分类:其他好文   时间:2020-06-19 12:28:39    阅读次数:52
Python安装alipay-sdk提示安装pycrypto各种疑难杂症及解决方案
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
homebrew 安装踩坑解决过程
mac 安装brew报错 Failed to connect to raw.githubusercontent.com port 443: Connection refused解决办法
分类:其他好文   时间:2020-06-19 00:37:14    阅读次数:155
Selenium3与Python3实战 Web自动化测试框架(四)
1、行为驱动环境搭建: 行为驱动:Behavie 断言:Pyhamcrest 环境语言:Python 框架:Selenium 安装: 1 2 3 pip install behave pip install pyhamcrest 我们需要新建features包,在该包下要包含至少一个.feature ...
分类:编程语言   时间:2020-06-18 23:18:54    阅读次数:80
如何将自己写的代码上传到github上
1.首先注册github账号,登录,创建新仓库 ,点击+,点击new repository 2.得到如下页面,填写仓库名,自己随便写一个名字,下面的描述可写可不写,点击Initialize this repository with a README,然后创建: 3.下载git shell,网上给了很 ...
分类:Web程序   时间:2020-06-18 19:25:47    阅读次数:64
React 添加装饰器依赖
安装依赖 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
9192条   上一页 1 ... 48 49 50 51 52 ... 920 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!