AnyCAD2020+VS2012 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.L ...
分类:
Windows开发 时间:
2020-08-14 02:20:10
收藏:
0 评论:
0 赞:
0 阅读:
119
AnyCAD2020+VS2012 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.L ...
分类:
Windows开发 时间:
2020-08-14 02:19:13
收藏:
0 评论:
0 赞:
0 阅读:
114
AnyCAD2020+VS2012 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.L ...
分类:
Windows开发 时间:
2020-08-14 02:18:02
收藏:
0 评论:
0 赞:
0 阅读:
108
概念 关于委托的概念呢,在网上看了好多,刚开始很懵,说法太多太乱,可能要去理解这些抽象的东西时候,需要一个接收过程吧,需要一定的时间去消化这些抽象知识。 今天在这里我按我自己的理解去总结一下关于委托的相关基础知识。希望对大家有所帮助,大家也不要把委托想成一个多么复杂的概念,其实如果光理解概念的话的非 ...
分类:
Windows开发 时间:
2020-08-14 01:48:35
收藏:
0 评论:
0 赞:
0 阅读:
71
编写dll处理hook逻辑,注入到目标进程,实现api hook。 Windows10 notepad,通过hook kernel32.dll.WriteFile,实现小写字母转大写保存到文件。 hook前kernel32.dll.WriteFile入口: kernel32.dll.WriteFil ...
分类:
Windows开发 时间:
2020-08-14 01:48:00
收藏:
0 评论:
0 赞:
0 阅读:
66
import usb.core import usb.util # find our device dev = usb.core.find(idVendor=0x03EB, idProduct=0x2421) # 设备管理器中确认这两个参数值 # was it found? if dev is No ...
分类:
Windows开发 时间:
2020-08-14 01:43:52
收藏:
0 评论:
0 赞:
0 阅读:
82
目录 定义(Definitions) 数据的设计与抽象化(Data Design and Abstraction) HTTP动词 (Verbs) 版本(Versioning) 分析 (Analytics) API根路径 (API Root URL) 路径 (Endpoint) 信息过滤 (Filte ...
分类:
Windows开发 时间:
2020-08-14 01:40:55
收藏:
0 评论:
0 赞:
0 阅读:
64
UiPath中,模拟鼠标和键盘支持3种模式: Default、SendWindowMessages、SimulateType(SimulateClick)(SimulateType是输入,SimulateClick是点击) Default模式:SendWindowMessages、SimulateT ...
分类:
Windows开发 时间:
2020-08-14 01:40:33
收藏:
0 评论:
0 赞:
0 阅读:
296
1 @echo off 2 title Run Edr Usecases 3 color 0a 4 5 ::pip install -i http://mirrors.sangfor.org/pypi/web/simple --trusted-host mirrors.sangfor.org cry ...
分类:
Windows开发 时间:
2020-08-14 01:36:21
收藏:
0 评论:
0 赞:
0 阅读:
62
前言 本人安装Window系统下的Go语言的相关信息如下: Go语言版本:go1.14.6 安装包:go1.14.6.windows-amd64.msi 安装路径:D:\Program Files\Go Win10系统下配置Go语言环境变量 打开Win10下的环境变量设置界面 右键我的电脑->属性- ...
分类:
Windows开发 时间:
2020-08-14 01:35:07
收藏:
0 评论:
0 赞:
0 阅读:
239
redis入门及相关API redis入门 1. 依赖 <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> </dependency> <dependency> <groupId>org.sprin ...
分类:
Windows开发 时间:
2020-08-13 17:47:28
收藏:
0 评论:
0 赞:
0 阅读:
92
什么是 REST ? REST架构风格描述了六个约束。应用于体系结构的这些约束最初由Roy Fielding在他的博士论文中提出(参见 https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm)该文是RESTful ...
分类:
Windows开发 时间:
2020-08-13 12:29:56
收藏:
0 评论:
0 赞:
0 阅读:
53
还在担心自己的英语发音不标准?请个外教教发音太贵?有语音认知服务还要啥自行车啊~ 来,自己动手做个发音评估程序吧!
分类:
Windows开发 时间:
2020-08-13 10:29:34
收藏:
0 评论:
0 赞:
0 阅读:
53
概述微软在ASP.NetCore1.0后Web应用开始支持跨平台,支持Linux平台,不直接完全依赖Winserver+IIS了。后面.NetCore应用使用自带的Kestrel服务器运行Web应用,IIS或Nginx方式方向代理到Kestrel服务器上。以下为WinServer服务器发布ASP.NETCore应用到IIS的操作步骤环境Winserver2012R2NetCore3.1Winser
分类:
Windows开发 时间:
2020-08-13 09:22:58
收藏:
0 评论:
0 赞:
0 阅读:
70
原文:https://blog.csdn.net/weixin_40607008/article/details/98471293 问题背景: 在开发或者做实验的过程中,我们经常会用到远程服务器或者Github的项目,而我服务器上的项目只能在Jupyter Notebook上编写(或许可以在其他ID ...
分类:
Windows开发 时间:
2020-08-13 09:20:41
收藏:
0 评论:
0 赞:
0 阅读:
366
Windows下命令行查看占用端口的程序 https://www.runoob.com/w3cnote/windows-finds-port-usage.html 开发时经常遇到端口被占用的情况,这个时候我们就需要找出被占用端口的程序,然后结束它,本文为大家介绍如何查找被占用的端口。 1、打开命令窗 ...
分类:
Windows开发 时间:
2020-08-13 00:10:39
收藏:
0 评论:
0 赞:
0 阅读:
90
1.把选区转换成路径 . 2.按“P” 调出钢笔工具,右键点击路径区域选择“定义自定形状” 3.命名保存形状 4.按“U” 在自定义形状图形列表中可以看到刚才建立的形状 5.右键点击形状图层,在弹出菜单中选择复制SVG 6.在WPF xaml容器中粘贴刚才复制的SVG,由于WPF不支持svg,因此我 ...
分类:
Windows开发 时间:
2020-08-13 00:02:04
收藏:
0 评论:
0 赞:
0 阅读:
100
##win10 vscode 终端 powershell 7 关于字符编码的问题BUG 2020/8/12 powershell 7为微软最新的跨平台终端 是我从github上下的7.0.3版本windows平台 可以看到我这个cpp文件的编码为utf8 我在终端中把代码页改为65001即utf8, ...
分类:
Windows开发 时间:
2020-08-12 23:59:27
收藏:
0 评论:
0 赞:
0 阅读:
628
//对字符进行UrlEncode编码 string text= System.Web.HttpUtility.UrlEncode("heart", System.Text.Encoding.UTF8); //对字符进行UrlDecode解码 string data = System.Web.Http ...
分类:
Windows开发 时间:
2020-08-12 19:03:06
收藏:
0 评论:
0 赞:
0 阅读:
132
最近开发门店系统(wpf)用USB模式调用热敏打印机打印,查了许多办法,现在整理一下 引用 PrintDocument 类 首先组织数据。。。。。。字符串拼接 stringbuilder sb=new stringbuilder(); 使劲往sb里面append();就行。 完了进行一下tostri ...
分类:
Windows开发 时间:
2020-08-12 19:02:07
收藏:
0 评论:
0 赞:
0 阅读:
216