码迷,mamicode.com
首页 >  
搜索关键字:tfs install    ( 41325个结果
用EFCore从mssql数据库生成实体类
概述:导入三个包,运行一个脚手架命令即可。 打开包管理控制台,依次运行以下四个命令: Install-Package Microsoft.EntityFrameworkCore.SqlServer Install-Package Microsoft.EntityFrameworkCore.Tools ...
分类:数据库   时间:2020-12-14 13:37:01    阅读次数:12
# diskpart格式化优盘
# 进入diskpart DISKPART> diskpart # 查看磁盘 DISKPART> list disk # 选择磁盘号 DISKPART> select disk 2 # 清空磁盘 DISKPART> clean # 创建主分区 DISKPART> create partition p ...
分类:其他好文   时间:2020-12-14 13:30:42    阅读次数:3
python进阶(十三、mysql:PyMySQL)
3.mysql数据库 3.15 使用python操作mysql数据库(PyMySQL) 3.15.1. PyMySQL的安装 1)使用命令安装:pip install pymysql 2)使用Pycharm安装 3.15.2. python连接数据库 1)参看参数 2)创建连接和获取数据 3)异常处 ...
分类:数据库   时间:2020-12-14 13:24:20    阅读次数:7
vue install 报错 npm ERR! Unexpected end of JSON input while parsing near '...//registry.npmjs.org/'解决方案
vue 刚拉下来的项目, npm install时 出现error:npm ERR! Unexpected end of JSON input while parsing near '…//registry.npmjs.org/ 解决方案 npm cache clean --force 重启 cac ...
分类:Web程序   时间:2020-12-14 13:23:48    阅读次数:6
Mysql
下载安装mysql https://www.runoob.com/mysql/mysql-install.html 下载的压缩包解压后,在目录里添加配置文件 [client] # 设置mysql客户端默认字符集 default-character-set=utf8 [mysqld] # 设置3306 ...
分类:数据库   时间:2020-12-14 13:17:32    阅读次数:10
我的第一个微服务系列(一):使用Ocelot搭建网关
一、引言 Ocelot是一个网关,用来为.Net面向微服务架构提供统一的入口,它功能强大,包括了:路由、请求聚合、服务发现、认证、鉴权、限流熔断、并内置了负载均衡器与Service Fabric、Butterfly Tracing集成。这些功能只都只需要简单的配置即可完成。本篇不做官方文档的翻译介绍 ...
分类:其他好文   时间:2020-12-14 12:52:51    阅读次数:2
vue-element-admin-master
vue-element-admin-master npm install 出错 一丶报错信息 二丶解决方案 输入 npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass 再次 npm insatll 启动 np ...
分类:其他好文   时间:2020-12-14 12:52:35    阅读次数:2
linux遇到的面试问题
下载文件到本地 使用xshell工具 使用xshell来操作服务非常方便,传文件也比较方便。就是使用rz,sz首先,服务器要安装了rz,szyum install lrzsz当然你的本地windows主机也通过ssh连接了linux服务器运行rz,会将windows的文件传到linux服务器运行sz ...
分类:系统相关   时间:2020-12-11 12:40:24    阅读次数:26
安装pyspider出现的问题
本文来自微信公众号:coder_xiaobu,欢迎关注 一.安装pyspider pip install pyspider 二.启动 pyspider all 三.安装中出现的问题处理 安装的时候出现如下的错误 "Please specify --curl-dir=/path/to/built/li ...
分类:其他好文   时间:2020-12-11 12:13:15    阅读次数:3
SelfSSL-iis60rkt.exe-安装失败
详细 the current operating system does not support this product click ok and then install the product on a computer running windows xp professional or w ...
分类:其他好文   时间:2020-12-11 12:10:02    阅读次数:3
41325条   上一页 1 ... 89 90 91 92 93 ... 4133 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!