• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

RollyFy

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

2024年2月2日

依赖注入之IConfiguration 访问appSetting.json

摘要: (1)创建NET6 Webapi (2)appsettings.json { "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" 阅读全文

posted @ 2024-02-02 10:59 RollyFy 阅读(75) 评论(0) 推荐(0)

2024年1月11日

SQL Pretty Printer for SSMS : Format plugin

摘要: When writing SQL statements or scripts, I saw that the messy format was too big, so I was determined to find a tool for formatting SQL statements. The 阅读全文

posted @ 2024-01-11 14:11 RollyFy 阅读(39) 评论(0) 推荐(0)

2023年2月8日

C#: "$"和"string.format()"区别和用法

摘要: (1)string.format()需要自己在字符串中写占位符,在后面跟上参数。 (2)$符号,比较简洁,直接在字符串的相应位置替换为参数即可。 static void Main(string[] args) { string name = "lisan"; int age = 18; //stri 阅读全文

posted @ 2023-02-08 14:02 RollyFy 阅读(489) 评论(0) 推荐(0)

VS和.NET版本与C#版本对应关系

摘要: 转载:https://www.cnblogs.com/webapi/p/15204940.html .NET 是一个免费的跨平台开放源代码开发人员平台,用于生成许多不同类型的应用程序 一、C#与.Net版本关系 C#版本.NET版本发布日期特性 C# 1.0 .NET Framework 1.0 2 阅读全文

posted @ 2023-02-08 13:27 RollyFy 阅读(5140) 评论(0) 推荐(1)

2023年2月6日

Win10/Win1164位系统后安装VB6后,调试代码发现无法访问网络映射盘的文件,解决方案

摘要: 解决方法都是度娘上搜到的: (1)https://www.codenong.com/41425115/ (2)https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2 阅读全文

posted @ 2023-02-06 13:20 RollyFy 阅读(353) 评论(0) 推荐(0)

 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3