首页 > Windows开发
AnyCAD C#开发-BrepTools::MakeFace创建一个面
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
AnyCAD C#开发-BrepTools::MakeEllipse创建椭圆
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
AnyCAD C#开发-BrepTools::Extrude创建拉伸
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
.Net/C# -- 委托
概念 关于委托的概念呢,在网上看了好多,刚开始很懵,说法太多太乱,可能要去理解这些抽象的东西时候,需要一个接收过程吧,需要一定的时间去消化这些抽象知识。 今天在这里我按我自己的理解去总结一下关于委托的相关基础知识。希望对大家有所帮助,大家也不要把委托想成一个多么复杂的概念,其实如果光理解概念的话的非 ...
分类:Windows开发   时间:2020-08-14 01:48:35    收藏:0  评论:0  赞:0  阅读:71
《逆向工程核心原理》——API HOOK
编写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
PyUsb的使用记录--window中
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
restful api 设计原则
目录 定义(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-默认、SendWindowMessages和SimulateType(SimulateClick)三种鼠标键盘模拟行为
UiPath中,模拟鼠标和键盘支持3种模式: Default、SendWindowMessages、SimulateType(SimulateClick)(SimulateType是输入,SimulateClick是点击) Default模式:SendWindowMessages、SimulateT ...
分类:Windows开发   时间:2020-08-14 01:40:33    收藏:0  评论:0  赞:0  阅读:296
【Windows学习】bat脚本
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
Win10系统下设置Go环境变量
前言 本人安装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入门及相关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 API的设计原则
什么是 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
从零开始玩人工智能—语音API-03
还在担心自己的英语发音不标准?请个外教教发音太贵?有语音认知服务还要啥自行车啊~ 来,自己动手做个发音评估程序吧!
分类:Windows开发   时间:2020-08-13 10:29:34    收藏:0  评论:0  赞:0  阅读:53
.Net Core应用部署在Win Server的IIS服务器操作
概述微软在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
win10 vscode ssh-remote配置免密登录
原文: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下命令行查看占用端口的程序
Windows下命令行查看占用端口的程序 https://www.runoob.com/w3cnote/windows-finds-port-usage.html 开发时经常遇到端口被占用的情况,这个时候我们就需要找出被占用端口的程序,然后结束它,本文为大家介绍如何查找被占用的端口。 1、打开命令窗 ...
分类:Windows开发   时间:2020-08-13 00:10:39    收藏:0  评论:0  赞:0  阅读:90
如何通过PS选取获取WPF路径
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 powershell 7 utf8 字符编码问题 中文乱码
##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
C# 对字符串进行UrlEncode/UrlDecode
//对字符进行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
c#调用热敏打印机打印小票(usb 自动换行)
最近开发门店系统(wpf)用USB模式调用热敏打印机打印,查了许多办法,现在整理一下 引用 PrintDocument 类 首先组织数据。。。。。。字符串拼接 stringbuilder sb=new stringbuilder(); 使劲往sb里面append();就行。 完了进行一下tostri ...
分类:Windows开发   时间:2020-08-12 19:02:07    收藏:0  评论:0  赞:0  阅读:216
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!