Delphi Modal窗体(ModalResult)的介绍、使用方法和注意事项 1、ModalResult 介绍 //uses controls const mrNone = 0; mrOk = idOk; mrCancel = idCancel; mrAbort = idAbort; mrRet ...
分类:
Windows开发 时间:
2021-09-02 06:32:51
收藏:
0 评论:
0 赞:
0 阅读:
25
高德地图api提供区域掩膜的功能,各图层将只显示路径范围内图像,3D视图下有效。 官网的api说明: 格式为一个经纬度的一维、二维或三维数组。 一维数组时代表一个普通多边形路径,如: [[lng1,lat1], [lng2,lat2], [lng3,lat3]] 二维数组时代表一个带洞的多边形路径, ...
分类:
Windows开发 时间:
2021-09-02 06:24:37
收藏:
0 评论:
0 赞:
0 阅读:
46
1:手动设置每个属性 using Newtonsoft.Json; public class YourOutDto { /// <summary> /// 区域 /// </summary> /// <returns></returns> public string Area { get; set; ...
分类:
Windows开发 时间:
2021-09-02 05:19:55
收藏:
0 评论:
0 赞:
0 阅读:
20
C# Redis 的基本使用 -迷恋自留地 Redis 概述 在我们日常的开发中,无不都是使用数据库来进行数据的存储,由于一般的系统任务中通常不会存在高并发的情况,所以这样看起来并没有什么问题,可是一旦涉及大数据量的需求,比如一些商品抢购的情景,或者是主页访问量瞬间较大的时候,单一使用数据库来保存数 ...
分类:
Windows开发 时间:
2021-09-02 04:49:40
收藏:
0 评论:
0 赞:
0 阅读:
16
理论上WPF程序需要修改的是数据源而不是修改控件值,修改数据源后是否需要编写重新绑定代码? 你这个是从其它的UI框架(例如asp.net)套用来的习惯。 真正的做法,是不要去遍历控件的 Items,应该去访问你的数据源。再设计 UI 控件时,开发者保证它与数据源(例如实现了 ObservableCo ...
分类:
Windows开发 时间:
2021-09-02 04:46:05
收藏:
0 评论:
0 赞:
0 阅读:
10
问题描述 代码中使用了window.open打开新窗口,jest单元测试中报错 window.open(url, name, config) jest not implemented window.open() 问题解决 直接在测试文件中定义这个window.open方法,这应该适合所有的windo ...
分类:
Windows开发 时间:
2021-09-02 04:27:32
收藏:
0 评论:
0 赞:
0 阅读:
52
using System; using System.Configuration; namespace ConfigurationTool { /// <summary> /// 用于XML操作 /// </summary> public class ConfigurationHelper { // ...
分类:
Windows开发 时间:
2021-09-02 04:24:38
收藏:
0 评论:
0 赞:
0 阅读:
26
提问:U 盘插入后只有声音,而计算机却无法查看 U 盘,我刚买没多久的啊!!! 1. 淡定,这里我们按住组合键 " Win + R " 键,在运行窗口中输入:" compmgmt.msc ",点击确定,打开计算机管理界面。 2. 在打开的计算机管理界面中,左侧选择 " 设备管理器 ",右侧下滑找到 ...
分类:
Windows开发 时间:
2021-09-02 04:22:43
收藏:
0 评论:
0 赞:
0 阅读:
13
例如: <ArrayOfString xmlns:xsi="#" xmlns:xsd="#" xmlns="#"> <string>1</string> <string>2</string> <string>3</string> </ArrayOfString> public async Task< ...
分类:
Windows开发 时间:
2021-09-02 04:20:58
收藏:
0 评论:
0 赞:
0 阅读:
16
https://developers.google.com/adwords/api/docs/guides/budget-order Budget Order Service Mutate requests to this service are available only to whitelis ...
分类:
Windows开发 时间:
2021-09-02 04:18:24
收藏:
0 评论:
0 赞:
0 阅读:
11
一、Fn键的使用 1、F1帮助 2、F2重命名 3、F3打开搜索 4、F4打开地址栏常用地址 5、F5刷新 6、F11全屏/退出全屏 二、文件和文件夹选择的快捷键 Shift键:选择连续的内容(与鼠标左键配合使用) Ctrl键:选择不连续的内容(与鼠标左键配合使用) Ctrl+a:选择全部内容 Ct ...
分类:
Windows开发 时间:
2021-09-02 03:57:53
收藏:
0 评论:
0 赞:
0 阅读:
15
关于git拉取gitee的代码到windows本地,执行测试报错,原因是windows下不能区分大小写两个相同的文件名 warning: the following paths have collided (e.g. case-sensitive pathson a case-insensitive ...
分类:
Windows开发 时间:
2021-09-02 03:33:25
收藏:
0 评论:
0 赞:
0 阅读:
26
获取PC上所有的串口 public static string[] GetPortNames(); 构造函数(设置串口参数) public SerialPort(string portName, int baudRate, Parity parity, int dataBits, StopBits ...
分类:
Windows开发 时间:
2021-09-02 03:31:58
收藏:
0 评论:
0 赞:
0 阅读:
9
1. 卸载原本安装好的nodejs 控制面板-程序与功能-卸载nodejs,然后找到nodejs安装的目录,删除nodejs安装的文件夹。 2. 安装nvm 下载nvm: https://github.com/coreybutler/nvm-windows/releases/download/1.1 ...
分类:
Windows开发 时间:
2021-09-02 02:52:36
收藏:
0 评论:
0 赞:
0 阅读:
12
令牌(token) 访问令牌(Access Token):表示访问控制操作主体的系统对象 会话令牌(Session Token):是交互会话中唯一的身份标识符。 密保令牌(Security Token):又叫做认证令牌或硬件令牌,是一种计算机身份校验的物理设备,例如U盾 Delegation Tok ...
分类:
Windows开发 时间:
2021-09-02 02:34:10
收藏:
0 评论:
0 赞:
0 阅读:
30
cnpm install error: Package require os(darwin) not compatible with your platform(win32) node.js 遇到这问题,基本是电脑位数版本不对应导致的 解决办法: ①执行命令 cnpm rebuild node-sa ...
分类:
Windows开发 时间:
2021-09-02 02:30:00
收藏:
0 评论:
0 赞:
0 阅读:
11
Windows 10下基于Visual Studio 2019安装CUDA 11.1 ...
分类:
Windows开发 时间:
2021-09-02 01:51:11
收藏:
0 评论:
0 赞:
0 阅读:
15
https://mp.weixin.qq.com/s/a9vXEQihClfIGxz75knrYQ https://mp.weixin.qq.com/s/Zyyhadg04TPdU10ET5JkJw https://mp.weixin.qq.com/s/MzCdBZkjTeD7Gc8GGMjXsA ...
分类:
Windows开发 时间:
2021-09-02 00:41:08
收藏:
0 评论:
0 赞:
0 阅读:
10
概述 上一章我们讲解了freeswitch的源码基本结构,以及如何新增一个插件式模块。 freeswitch的架构非常适合这种业务开发模式,即以freeswitch的基本功能为开发平台,新增插件式模块来适配各种不同的业务场景,开发效率很高,学习成本相对较低。 freeswitch的许多模块具有API ...
分类:
Windows开发 时间:
2021-09-02 00:38:19
收藏:
0 评论:
0 赞:
0 阅读:
7
一、下载软件 1、nginx下载地址:nginx: download 2、tomcat下载地址:https://tomcat.apache.org/ 二、实现目标 访问http://localhost地址时, 将请求轮询到tomcat1和tomcat2服务器上, 实现负载均衡, 并通过proxy_c ...
分类:
Windows开发 时间:
2021-09-02 00:27:40
收藏:
0 评论:
0 赞:
0 阅读:
24