10 2024 档案

摘要:Server=.;Integrated Security=SSPI;Database=LuoCore; Data Source=.;Initial Catalog=LuoCore;Integrated Security=SSPI;TrustServerCertificate=true 简单点iis 阅读全文
posted @ 2024-10-26 00:01 LuoCore 阅读(13) 评论(0) 推荐(0) 编辑
摘要:using System; // 指定该特性用于类,并且不可重复或被继承 [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] public sealed class ActivityAt 阅读全文
posted @ 2024-10-15 18:56 LuoCore 阅读(13) 评论(0) 推荐(0) 编辑
摘要:public class ProcessEmbedder { // 常量定义 private const int GWL_STYLE = -16; // 窗口样式 private const int WS_VISIBLE = 0x10000000; // 可见窗口样式 // 导入user32.dll 阅读全文
posted @ 2024-10-11 09:32 LuoCore 阅读(130) 评论(0) 推荐(1) 编辑