会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lzyyyds
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2024年4月
aspcore+jenkins+iis+window实现自动化部署
摘要: 一、准备工作 1、Windows server 2106操作系统 2、Git 链接:https://pan.baidu.com/s/1s_3kKe5GWxJx1twggjk6Qg 提取码:mayx 3、IIS 10确保已安装 4、.net core sdk6 https://download.vis
阅读全文
posted @ 2024-04-13 13:34 lzy1666
阅读(96)
评论(0)
推荐(0)
2023年10月
ubuntu22.04 安装clickhouse
摘要: 一、通过命令安装 sudo apt-get install -y apt-transport-https ca-certificates dirmngr sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8919F6B
阅读全文
posted @ 2023-10-15 00:04 lzy1666
阅读(1225)
评论(0)
推荐(0)
Mysql实现EF Core CodeFirst实现
摘要: 一、引用包 Microsoft.EntityFrameworkCore.Tools Pomelo.EntityFrameworkCore.MySql 二、常用命令 1、Add-Migration (版本号) 创建新的CodeFirst文件 2、Update-Database 更新数据库 三、代码实现
阅读全文
posted @ 2023-10-07 23:24 lzy1666
阅读(87)
评论(0)
推荐(0)
2023年5月
ubuntu 20.4 安装msyql+创建mysql用户
摘要: sudo apt-get update sudo apt-get upgratesudo apt install mysql-server 设置运行远程访问 修改:sudo vim /etc/mysql/mysql.conf.d/mysqld.cnf 用# 注释掉bind-address = 127
阅读全文
posted @ 2023-05-27 11:48 lzy1666
阅读(103)
评论(0)
推荐(0)
ubuntu server 20.4设置使用root登录
摘要: ubuntu@ubuntu:~$ sudo passwd root New password: Retype new password: passwd: password updated successfully ubuntu@ubuntu:~$ su root # 切换到root账户 Passwo
阅读全文
posted @ 2023-05-27 11:11 lzy1666
阅读(262)
评论(0)
推荐(0)
树莓派+Ubuntu 20.4 手动安装.net core 6
摘要: 一、手动安装 .net core 下载地址: https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0 树莓派支持:arm64版本 在ubuntu 下载.net core 6 下载:wget https://download.visualstudi
阅读全文
posted @ 2023-05-21 17:02 lzy1666
阅读(491)
评论(0)
推荐(0)
2023年2月
vue3 项目搭建教程
摘要: 1.安装环境,开发环境 1.1、node.js环境(https://nodejs.org/zh-cn/) 1.2、vscode开发工具(https://code.visualstudio.com/) 1.3、vscode安装Vue Language Features (Volar)插件,此插件是用于
阅读全文
posted @ 2023-02-09 14:59 lzy1666
阅读(2751)
评论(0)
推荐(0)
2022年11月
c# .net 4.0 发布nuget
摘要: 一、下载工具 1.下载NuGet命令行工具 https://dist.nuget.org/win-x86-commandline/v5.8.0/nuget.exe 将NuGet配置为系统环境变量或者C:\Windows目录下 2.下载NuGet Package Explorer工具:https://
阅读全文
posted @ 2022-11-03 22:54 lzy1666
阅读(215)
评论(0)
推荐(1)
2022年10月
c# 搭建nuget服务器
摘要: 1.需安装.net core 3.1.32。下载地址: https://download.visualstudio.microsoft.com/download/pr/6744eb9d-dcd4-4386-9d87-b03b70fc58ce/818fadf3f3d919c17ba845b2195bf
阅读全文
posted @ 2022-10-29 16:03 lzy1666
阅读(241)
评论(0)
推荐(1)
c# asp.net core 6 配置文件与ServiceCollection的使用
摘要: 一、引包 1.Microsoft.Extensions.Configuration 2.Microsoft.Extensions.Configuration.Json 3.Microsoft.Extensions.Configuration.Binder 4.Microsoft.Extensions
阅读全文
posted @ 2022-10-27 22:54 lzy1666
阅读(799)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告