原文:2019-11-25-加强版在国内分发-UWP-应用正确方式-通过win32安装UWP应用 title author date CreateTime categories 加强版在国内分发 UWP 应用正确方式 通过win32安装UWP应用 lindexi ... ...
原文:2019-11-29-VisualStudio-好用插件集合 title author date CreateTime categories VisualStudio 好用插件集合 lindexi 2019-11-29 8:39:7 +0800 2019... ...
分类:
其他好文 时间:
2019-12-21 09:27:03
阅读次数:
284
一、创建一个应用程序窗口 代码如下: 二、程序分析 1.首先设计一个窗口类。 不懂可以看我的这篇文章: "Win32 程序开发:窗口类结构体 WNDCLASS 和 WNDCLASSEX" ,此处就不多赘述了。 2.注册先前设计的窗口类。 调用 RegisterClassEx 函数注册窗口。函数原型: ...
一、窗口类结构体简介 窗口类结构体包含了窗口的各种参数信息。比如:窗口的图标、菜单栏、背景颜色、窗口的消息处理等等。 窗口类结构体有两个:WNDCLASS(早期版本) 和 WNDCLASSEX(新版本)。至于为什么有 WNDCLASSEX 还要保留老版本的 WNDCLASS?主要是为了兼容以前使用老 ...
#include <iostream> #include <assert.h> #include <fstream> #include <string> #include <string.h> using namespace std; #ifdef _WIN32 #include <Windows.... ...
分类:
编程语言 时间:
2019-12-18 13:14:22
阅读次数:
152
visual stdio+DevExpress DevExpress 15.x对应visual stdio 2010-2015 DevExpress 16.x对应visual stdio 2010-2017 DevExpress 19.x对应visual stdio 2012-2019 visual ...
分类:
其他好文 时间:
2019-12-16 19:38:07
阅读次数:
75
AVPython embeds the Python programming language within ArcView GIS 3.x. This project will also encompass efforts to build a similar bridge between Pyt ...
分类:
编程语言 时间:
2019-12-15 20:18:34
阅读次数:
106
一直想开发一款串口调试助手软件,更确切的说是需要了解串口调试助手怎样设计的。 最近做windows串口编程时搜索到一些开源的,简单记录如下: 1. https://github.com/movsb/common win32平台串口调试助手 https://blog.twofei.com/566/ 开 ...
分类:
其他好文 时间:
2019-12-15 01:09:12
阅读次数:
93
Context字面意思上下文,位于framework package的android.content.Context中,其实该类为long型,类似Win32中的Handle句柄,很多方法需要通过 Context才能识别调用者的实例,比如说Toast的第一个参数就是Context,一般在Activit ...
分类:
其他好文 时间:
2019-12-11 17:03:43
阅读次数:
118
启动mysql时显示:服务名无效 解决: STEP1:进入mysql安装的目录下D:\mySQL\mysql-5.7.17-win32;进入bin目录 STEP2:mysqld --remove STEP3:mysqld --install 提示:Service successfully insta ...
分类:
数据库 时间:
2019-12-10 13:19:24
阅读次数:
252