Windows开发
本文和C++使用BitBlt进行窗口抓图对应,使用C#实现。 1、Win32封装 Win32Consts using System.ComponentModel; namespace CaptureSharp { public sealed class Win32Consts { public en ...
分类:Windows开发 时间:2020-04-27 20:16:39 收藏:0 阅读:181
在C#中 遍历XML文件的所有节点 遍历XML文件的所有节点 遍历XML文件 ...
分类:Windows开发 时间:2020-04-27 20:09:38 收藏:0 阅读:147
Complete List of Windows 10 CLSID Key (GUID) ShortcutsA CLSID is a globally unique identifier that identifies a COM class object. For more information ...
分类:Windows开发 时间:2020-04-27 20:07:49 收藏:0 阅读:54
本文和C++使用PrintWindow进行窗口抓图对应,使用C#实现。 Win32封装同C#使用BitBlt进行窗口抓图。 PrintCaptureHelper.cs using System; namespace CaptureSharp { internal class PrintCapture ...
分类:Windows开发 时间:2020-04-27 19:54:20 收藏:0 阅读:461
一、定义 结构体是值类型,用来封装多个不同类型的变量,可以理解为一个包含多个不同类型的复杂类型,关键字为struct 语法: 1 struct <结构体名字> 2 { 3 成员1; 4 成员2; 5 } 成员可以是变量,也可以是方法 二、声明 <结构体名字> <变量名>; 例:定义一个名为Posit ...
分类:Windows开发 时间:2020-04-27 17:41:10 收藏:0 阅读:54
之前一直使用Ubuntu系统,对于需要的软件、安装包,都可以使用apt或者apt get进行安装,本人也是用过python,对于python库的安装,也可以通过pip或者conda来实现,那么,在windows下,对于一些程序的下载,相类似的,是通过npm来进行安装。 什么是npm呢? NPM是随同 ...
分类:Windows开发 时间:2020-04-27 17:15:00 收藏:0 阅读:38
"video" "教程文件" "win32 api" test.js const ffi = require("@saleae/ffi"); // Convert JSString to CString function TEXT(text) { return Buffer.from( , "ucs ...
分类:Windows开发 时间:2020-04-27 16:50:09 收藏:0 阅读:520
1、下载SDKv2.0 https://www.microsoft.com/zh-CN/download/details.aspx?id=19988 2、安装Sdk后设置目录路径为:ILDASM_v2.0.50727 C:\Program Files (x86)\Microsoft.NET\SDK\ ...
分类:Windows开发 时间:2020-04-27 16:46:50 收藏:0 阅读:47
环境vmware 15pro,windows10家庭版。出现原因:试用win10稳定版是否支持wsl2,在powershell管理员模式下运行命令 Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform 打开 ...
分类:Windows开发 时间:2020-04-27 16:41:19 收藏:0 阅读:436
string path=“”;//文件的绝对路径 1. 获取文件所在的目录 Path.GetDirectoryName(path) 2.获取文件 的文件名称(不包含后缀名) Path.GetFileNameWithoutExtension(path) 3.获取文件 的文件名称(包含后缀名) Path ...
分类:Windows开发 时间:2020-04-27 16:40:32 收藏:0 阅读:47
19009019029701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!