Windows开发-日排行
webapi controller 要继承 ApiController 重写权限验证 ,记得使用 System.Web.Http下的AuthorizeAttribute。 webapi默认路由是根据参数来匹配的,不是通过action,如果要增加路由可以在WebApiConfig文件夹下的Regist ...
分类:Windows开发 时间:2021-08-30 01:17:27 收藏:0 阅读:24
windows快捷键 alt+f4 关闭窗口 Ctrl+c 复制 Ctrl+v 粘贴 Ctrl+x 剪切 Ctrl+a 全选 Ctrl+z 撤销 Ctrl+s 保存 shift+del 永久删除 win+r 运行 win+e 打开我的电脑 Ctrl+shift+esc 任务管理器 alt+tab 切 ...
分类:Windows开发 时间:2021-08-30 01:18:21 收藏:0 阅读:14
interop string exportExcelPath = "export.xlsx"; Microsoft.Office.Interop.Excel.Application xlApp = new Microsoft.Office.Interop.Excel.Application(); x ...
分类:Windows开发 时间:2021-08-30 01:54:32 收藏:0 阅读:13
话不多说,上代码: [DllImport("ntdll.dll", SetLastError = true)] private static extern int NtSetInformationProcess(IntPtr hProcess, int processInformationClass ...
分类:Windows开发 时间:2021-08-30 02:53:26 收藏:0 阅读:21
一、前言 Windows操作系统的内存有三种属性,分别为:可读、可写、可执行,并且操作系统将每个进程的内存都隔离开来,当进程运行时,创建一个虚拟的内存空间,系统的内存管理器将虚拟内存空间映射到物理内存上,所以每个进程的内存都是等大的。 操作系统给予每个进程申请内存的权利,使用不同的API,申请的内存 ...
分类:Windows开发 时间:2021-08-30 02:54:26 收藏:0 阅读:11
//线程调用:初始化 作为TCP服务器的时候,的前期工作 void gsz_init_tongxu() { try { //1:创建socket m_gsz_tcp_Server = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ...
分类:Windows开发 时间:2021-08-30 03:12:24 收藏:0 阅读:6
研究了下Bringing Old Photo Back to Life的开源代码,觉得还不错,从链接中看到了https://github.com/jantic/DeOldify 这个开源库 :给黑白照片着色。没时间研究它的源代码了,找到了Deepai,有几个api就拿来试了试效果: import r ...
分类:Windows开发 时间:2021-08-30 04:51:29 收藏:0 阅读:18
关于windows在vscode中配置opencv遇到的问题及解决办法总结 最近正在学习opencv,平时变成喜欢使用vscode。喜欢使用它主要是因为vscode使用起来比较方便而且美观,需要使用到相关的模块直接下载插件即可,顶多就再多配置一个编译环境如gcc 、clang 、java、pytho ...
分类:Windows开发 时间:2021-08-30 05:08:55 收藏:0 阅读:22
private void ExtractNormalFileInResx(byte[] resource, String path) { FileStream file = new FileStream(path, FileMode.Create); file.Write(resource, 0, ...
分类:Windows开发 时间:2021-08-30 05:17:10 收藏:0 阅读:19
一 模式介绍 重试模式,是应用在异常处理中,发生异常的时候,能够对业务程序进行重新调用,在实际中,可以使用Polly提供稳定,简单的用法,自己实现主要是对模式的一种了解。 二 模式实现 public class RetryPattern { /** * 重试模式可以用Polly替代 * 自己实现一种 ...
分类:Windows开发 时间:2021-08-30 06:04:49 收藏:0 阅读:5
屏蔽windows系统更新: 新的Windows系统默认更新服务是开启的。如果不想被更新服务打扰,需要手动进行禁用。 按Win+R键,输入:services.msc,打开服务管理窗口。 找到windows Updata服务,双击打开,在【常规】窗口下,【启动类型】改为禁用。 在【恢复】窗口中【第一次 ...
分类:Windows开发 时间:2021-08-30 07:56:35 收藏:0 阅读:22
方法一:关闭系统Hyper-V 功能 没有开启“Hyper-V”功能,还是出现蓝屏,先开启"Hyper-V"功能,再关闭"Hyper-V"功能。 方法二: 保持关闭"Hyper-V"功能。此时需要关闭VT功能。 这时,需要重启进入“BIOS”设置,进入BIOS方式自行查找,不同电脑可能不同,这里我的 ...
分类:Windows开发 时间:2021-08-30 09:05:12 收藏:0 阅读:5
The mc:Ignorable namespace provides xaml definitions that are "ignored" by the xaml processor. This allows you to specify information used by the desi ...
分类:Windows开发 时间:2021-08-30 09:10:52 收藏:0 阅读:7
0 简介 ProcessFunction 处理 datastream KeyedProcessFunction 处理 KeyedStream ProcessWindowFunction 处理 WindowedStream ProcessAllWindowFunction(窗口处理) 处理 AllWi ...
分类:Windows开发 时间:2021-08-30 09:19:22 收藏:0 阅读:20
windows10 下各浏览器userAgent版本号自行理解 8 -。- 浏览器userAgent Chrome Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396 ...
分类:Windows开发 时间:2021-08-30 09:22:14 收藏:0 阅读:21
站内搜索:office_懒得勤快的博客_互联网分享精神 (ldqk.xyz) windows激活等 Win10_Digital_Activation_Program_v1.3.9.exe - 蓝奏云 (lanzoui.com) win10激活 ...
分类:Windows开发 时间:2021-08-30 10:05:40 收藏:0 阅读:9
RestCloud API自动化测试平台,可以对API进行编排实现复杂的测试场景、实现对API的自动化测试,并根据测试结果输出测试报告。 ...
分类:Windows开发 时间:2021-08-30 10:09:22 收藏:0 阅读:30
1、先规划 单域,不加入现有域,也不加林,新建林,简单即是美 由于没有固定公网IP和域名,所以设定IP保留类IP,域名不能用网上的.com、.cn、.top之类结尾的域名 固定IP:192.168.20.11 域名:j.k 2、实际操作步骤 关闭“IE 增强的安全配置”、开启远程登录、修改本地管理员 ...
分类:Windows开发 时间:2021-08-30 11:55:59 收藏:0 阅读:16
QuickLook 这个应用可以让你,用空格键查看几乎任何文件的信息。 例如快速查看图片,播放视频,阅读 PDF 等等,支持的格式多到吓人。 Python 没错,就是那个非常火的编程语言,Python。 对于很多想学 Python 的朋友来说,环境安装配置都能劝退一大波人。 现在根本不用这么复杂 只 ...
分类:Windows开发 时间:2021-08-30 12:00:46 收藏:0 阅读:9
class ClassA { public event Action eventTest; public void fun1(int a,int b) { Console.WriteLine("fun1 start"); Console.WriteLine("a+b=" + (a + b).ToSt ...
分类:Windows开发 时间:2021-08-30 12:10:44 收藏:0 阅读:17
13723733743753764851
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!