会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
CelonY的博客
记录学习过程中的问题和解决方法
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
10
下一页
2023年12月7日
Ngix配置
摘要: Nginx配置Https(详细、完整) - huiblog - 博客园 (cnblogs.com) nginx如何配置负载均衡 - Mr、桔子 - 博客园 (cnblogs.com)
阅读全文
posted @ 2023-12-07 18:37 CelonY
阅读(22)
评论(0)
推荐(0)
2023年11月10日
MAUI使用MVVM代码步骤
摘要: 1、安装nuget包 CommunityToolkit.Mvvm 2、新建ViewModel类 public class UserViewModel : ObservableObject { private UserModel _userModel; private string _username
阅读全文
posted @ 2023-11-10 15:53 CelonY
阅读(379)
评论(0)
推荐(0)
2023年10月19日
ASP.NET CORE学习笔记(host主机)
摘要: 1、扩展包 Microsoft.Extensions.Hosting 2、包括Host、WebApplication 3、示例 1)honst 注意: <Project Sdk="Microsoft.NET.Sdk"> var builder = Host.CreateDefaultBuilder(
阅读全文
posted @ 2023-10-19 22:16 CelonY
阅读(63)
评论(0)
推荐(0)
2023年9月13日
定时任务调度
摘要: .NET使用quartz+topshelf实现定时执行任务调度服务
阅读全文
posted @ 2023-09-13 21:36 CelonY
阅读(20)
评论(0)
推荐(0)
2022年10月3日
人民币小写转大写
摘要: #region 【将商品金额小写转换成大写】MoneySmallToBig /// <summary> /// 将商品金额小写转换成大写 /// </summary> /// <param name="par">小写金额</param> /// <returns>处理后的大写金额</returns>
阅读全文
posted @ 2022-10-03 17:34 CelonY
阅读(97)
评论(0)
推荐(0)
2022年9月25日
Docker常用操作
摘要: 使用命令:docker cp filename container:/path container为docker容器名称
阅读全文
posted @ 2022-09-25 20:32 CelonY
阅读(22)
评论(0)
推荐(0)
2022年5月15日
ubantu使用ssh连接工具连接
摘要: 1、安装ssh服务 sudo apt-get install openssh-serversudo apt-get install ufwsudo ufw enablesudo ufw allow 22 2、当我们在虚拟机上成功安装了 ssh 服务后,此时Xshell 远程连接时,不会出现 conn
阅读全文
posted @ 2022-05-15 20:30 CelonY
阅读(186)
评论(0)
推荐(0)
2022年5月8日
C#请求WebApi
摘要: public static class RequestService { public static string jwttoken = "Api验证权限需要的秘钥"; /// <summary> /// GET请求 /// </summary> /// <param name="url">请求地址
阅读全文
posted @ 2022-05-08 16:07 CelonY
阅读(718)
评论(0)
推荐(1)
对象转成字典
摘要: public static class ObjectToMapServie { #region 对象转成字典 /// <summary> /// 对象转换为字典 /// </summary> /// <param name="obj">待转化的对象</param> /// <returns></re
阅读全文
posted @ 2022-05-08 16:05 CelonY
阅读(120)
评论(0)
推荐(0)
2022年5月7日
.net core使用MD5加密解密字符串
摘要: 来源:https://www.jb51.net/article/148907.htm public class DESEncrypt { private static string DESKey = "Key"; #region 加密 /// <summary> /// 加密 /// </summa
阅读全文
posted @ 2022-05-07 11:05 CelonY
阅读(411)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页
公告