摘要:
Venus_RT.iss脚本: ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define M 阅读全文
摘要:
代码 aduRadioButtonIcon.SetResourceReference(ContentProperty, “keyName”); 阅读全文
摘要:
public class DeviceTimer { //引入高性能计数器API,通过对CPU计数完成计时 [DllImport("Kernel32.dll")] private static extern bool QueryPerformanceCounter(out long lpPerfor 阅读全文
摘要:
一:回调代码: WcfServiceLibrary2: using System.ServiceModel; namespace WcfServiceLibrary2 { [ServiceContract(CallbackContract = typeof(ICallback))] public i 阅读全文
摘要:
代码: internal static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); App 阅读全文
摘要:
1.查看镜像 podman images 2.查看已运行容器 podman ps 3.运行容器 podman run -itd --name redis-test -p 6379:6379 f1b6973564e9 说明: -p 6379:6379:映射容器服务的 6379 端口(左)到宿主机的 6 阅读全文
摘要:
参考文档: .Net Core3.1 Centos离线部署 - 风筝遇上风 - 博客园 (cnblogs.com) 阅读全文
摘要:
安装教程 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 阅读全文
摘要:
.netcore centos配置自动启动 systemd分两种服务系统和用户服务 对应存储位路径为系统(/usr/lib/systemd/system)、用户(/etc/systemd/user/) 切换到服务系统 cd /etc/systemd/system 新建服务文件 vi WebApiDe 阅读全文
摘要:
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 阅读全文