logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vs2022快捷键异常不起作用解决办法

vs2022快捷键发生异常,之前常用的快捷键要么发生改变,要么无法使用

文章图片
#visual studio
git在vs可视化界面下变基操作

通过vs的可视化界面,使用git变基

文章图片
#git
vs中git异常

Hint: You have divergent branches and need to specify how to reconcile them.Hint: You can do so by running one of the following commands sometime beforeHint: your next pull:Hint:Hint:git config pull.r

#visual studio#git
用命令行的方式启动.netcore webapi

.net core用命令行运行项目

文章图片
#.netcore
An error occurred using the connection to database ‘“DataBaseName“‘ on server ‘“192.168.121.xxx“‘.

The operation was canceledAn error occurred using the connection to database '"DataBaseName"' on server '"192.168.121.xxx"'.

#android
jquery点击按钮打开div弹出层,再次点击任意地方关闭弹出层

先上效果图<button type="button" class="blue" id="btnSYWRW" onclick="SYWRW()" style="100px; border:none; color:white;"><span class="iconfont" style="position:relative;top:1px;"></span>&amp

文章图片
#html
Power Designer的使用 创建数据库表模型,生成sql语句,生成C#实体类

PowerDesigner安装,破解,汉化,新建表,设置唯一索引Unique,生成SQL语句,生成实体类

文章图片
Abp vNext(三)数据迁移

百度查了下资料,把命名空间也加上“add-migration DeleteField_Book_Test -c Acme.BookStore.EntityFrameworkCore.BookStoreDbContext”,还是报了同样的错误。web项目添加“Microsoft.EntityFrameworkCore.Design”引用后,再次执行添加迁移,报下面错误。web项目引用DbMigrat

文章图片
#.netcore
通过NPOI读取Excel内容导入到数据库

系统中经常用需要读取Excel文件中的数据,导入到数据库,下面是一个示例。把Excel中的数据导入到数据库。框架:abpvnext 3.1。

文章图片
#.netcore#c#
到底了