头文件 #pragma once #include "pch.h" class CGridCtrl : public CWnd { public: void Create(CWnd* pParent, DWORD dwStyle, RECT rect, UINT nId); void InsertC ...
分类:
编程语言 时间:
2020-06-23 19:01:05
阅读次数:
64
最进项目中使用到了socketproc通信,但是这样有一点不是很好,必须单独启动一个进程来执行代码中的shell命令,后面想在nginx+lua的环境下使用openresty中的lua-resty-shell,但是在后续阅读源码说明的时候发现依赖关系过于复杂,会导致引入的openresty模块越来越 ...
分类:
其他好文 时间:
2020-06-23 18:55:07
阅读次数:
110
Solidity支持条件语句,让程序可以根据条件执行不同的操作。条件语句包括: if if...else if...else if 语法 if (条件表达式) { 被执行语句(如果条件为真) } 示例 展示if语句用法。 pragma solidity ^0.5.0; contract Solidi ...
分类:
其他好文 时间:
2020-06-23 17:31:33
阅读次数:
58
(1)创建一个用于对数据库表t_article数据操作的接口ArticleMapper ```java @Mapper public interface ArticleMapper { public Article selectArticle(Integer id); } ``` (2)创建XML映 ...
分类:
其他好文 时间:
2020-06-23 13:11:10
阅读次数:
45
删除所有策略rmfilt-v4-nall1、查看所有deny的策略,注意ruleno和端口地址1,root@ODS_DB1[/tmp/ibmsupt]#lsfilt|grep-p0.0.0.0BeginningofIPv4filterrules.Rule242:Ruleaction:denySourceAddress:0.0.0.0SourceMask:0.0.0.0DestinationAddr
分类:
其他好文 时间:
2020-06-23 10:35:16
阅读次数:
184
Tomcat 安装与配置 1、下载 官方网址:https://tomcat.apache.org/ 下载完解压即可 2、启动 启动:bin 目录下的 startup.bat 关闭:bin 目录下的 shutdown.bat,或者直接关闭窗口 3、配置 可以在 apache-tomcat-9.0.36 ...
分类:
其他好文 时间:
2020-06-22 23:23:13
阅读次数:
63
方式一、yum安装 # yum info git Failed to set locale, defaulting to C Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Available Pack ...
分类:
其他好文 时间:
2020-06-22 20:53:13
阅读次数:
45
这个api的功能主要是实现“透明” 原理: Transparent将hdc中bmp的特定颜色“透明化” #include <Windows.h> #pragma comment(lib,"Msimg32.lib") using namespace std; HBITMAP hBitmap; HBIT ...
1、python socket 超时设置_zhouguoqionghai的博客-CSDN博客_python socket settimeout.html(https://blog.csdn.net/zhouguoqionghai/article/details/92010307) 1.1、ZC:疑问 ...
分类:
其他好文 时间:
2020-06-22 01:29:01
阅读次数:
51