摘要: Venus_RT.iss脚本: ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define M 阅读全文
posted @ 2023-02-16 13:04 当年小清新 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 代码 aduRadioButtonIcon.SetResourceReference(ContentProperty, “keyName”); 阅读全文
posted @ 2022-09-06 16:09 当年小清新 阅读(143) 评论(0) 推荐(0) 编辑
摘要: public class DeviceTimer { //引入高性能计数器API,通过对CPU计数完成计时 [DllImport("Kernel32.dll")] private static extern bool QueryPerformanceCounter(out long lpPerfor 阅读全文
posted @ 2022-08-21 16:57 当年小清新 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 一:回调代码: WcfServiceLibrary2: using System.ServiceModel; namespace WcfServiceLibrary2 { [ServiceContract(CallbackContract = typeof(ICallback))] public i 阅读全文
posted @ 2022-08-15 21:30 当年小清新 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 代码: internal static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); App 阅读全文
posted @ 2022-07-25 17:09 当年小清新 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 1.查看镜像 podman images 2.查看已运行容器 podman ps 3.运行容器 podman run -itd --name redis-test -p 6379:6379 f1b6973564e9 说明: -p 6379:6379:映射容器服务的 6379 端口(左)到宿主机的 6 阅读全文
posted @ 2022-03-18 12:05 当年小清新 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 参考文档: .Net Core3.1 Centos离线部署 - 风筝遇上风 - 博客园 (cnblogs.com) 阅读全文
posted @ 2021-12-08 13:58 当年小清新 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 安装教程 CentOS 7 下安装 Nginx - 四海骄阳 - 博客园 (cnblogs.com) 或 三、安装所需插件 3.1.安装gcc yum install -y gcc 3.2安装pcre、pcre-devel yum install -y pcre pcre-devel 3.3安装 z 阅读全文
posted @ 2021-09-21 10:18 当年小清新 阅读(735) 评论(0) 推荐(0) 编辑
摘要: .netcore centos配置自动启动 systemd分两种服务系统和用户服务 对应存储位路径为系统(/usr/lib/systemd/system)、用户(/etc/systemd/user/) 切换到服务系统 cd /etc/systemd/system 新建服务文件 vi WebApiDe 阅读全文
posted @ 2021-05-28 07:36 当年小清新 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 1. 下载 下载上述红框内数据包 postgresql13-13.2-1PGDG.rhel8.x86_64.rpm postgresql13-libs-13.2-1PGDG.rhel8.x86_64.rpm postgresql13-server-13.2-1PGDG.rhel8.x86_64.rp 阅读全文
posted @ 2021-05-22 14:55 当年小清新 阅读(614) 评论(0) 推荐(0) 编辑