码迷,mamicode.com
首页 > Windows程序 > 周排行
C# 基础 - Json 之间的转换
这里举例两种方式。 1. Newtonsoft.Json.JsonConvert 需要引用外部的 Newtonsoft.Json.dll /// <summary> /// 将json字符串转换为对象(使用Json.net) /// </summary> /// <param name="respo ...
分类:Windows程序   时间:2021-03-04 13:15:20    阅读次数:0
C#的格式化输出字符串
using System; //导入命名空间 using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lesson_one //这里 ...
分类:Windows程序   时间:2021-03-12 14:18:50    阅读次数:0
c#入门6-表达式
各类表达式概览·C#语言中表达式的分类·A value.Every value has an associated type.任何能得到值的运算(回顾操作符和结果类型)·A variable.Every variable has an associated type.·A namespace.·A ...
分类:Windows程序   时间:2021-03-16 13:37:55    阅读次数:0
Clash for Windows 汉化版使用简介
Clash for Windows 中文汉化版使用简介 先来个下载地址 Clash for Windows 汉化版下载 https://idml.ml/#v2rayWindows 下载完毕后,打开文件夹,找到Clash for Windows应用程序 1.下载clash windows软件 http ...
分类:Windows程序   时间:2021-03-16 13:52:31    阅读次数:0
百度地图API 绘制矩形多边形等覆盖物
<!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta name="viewport" content="initial-sca ...
分类:Windows程序   时间:2021-03-17 14:42:36    阅读次数:0
C# List去重DistinctBy扩展
list 去重扩展: public static IEnumerable<TSource> DistinctBy<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector) { HashSet<T ...
分类:Windows程序   时间:2021-03-17 15:08:29    阅读次数:0
1、c#中解析json 文件的方法:
1、c#中解析json 文件的方法: json格式: { "result": "success", "total": 1, "data": [ { "addrCode": "320116006", "sysId": "29cee32c-b5e6-4940-878f-7e170731bf19", } ...
分类:Windows程序   时间:2021-03-30 13:39:04    阅读次数:0
简明版挖矿教程(Win、Linux)
最近实验做完了,于是使用GPU在空闲时间体验了一下ETH挖矿,持续下去的话收益似乎还不错,记录一下过程吧 1. 个人设备以及环境 设备1: GPU:NVIDIA TITAN V 操作系统: Ubuntu 16.04LTS 挖矿软件: NBMiner 设备2: GPU:NVIDIA GTX 1070 ...
分类:Windows程序   时间:2021-04-05 11:48:16    阅读次数:0
关于Delphi7中日期函数StrtoDate的正确用法 win7报错
1.StrToDate为delphi7中字符串转换为日期的函数例如: var Dat:Tdate; begin Dat:=StrToDate('2016-4-11'); //这里会将'2016-4-11'转换为Tdate类型,就是日期类型 end; 【在网上查询的资料不够完美,做法基本是让系统适用程 ...
分类:Windows程序   时间:2021-04-06 14:40:40    阅读次数:0
win10 dns异常上不了网如何解决
遇到win10 dns异常上不了网如何解决呢,接下来就给大家讲述一下win10系统dns异常上不了网的修复步骤。 1、首先,我们单击左下角的开始菜单按钮,然后右键单击命令提示符选项。 2、然后,我们复制以下命令:ipconfig / flushdns并将其粘贴到页面中。 3、按下Enter键后,将显 ...
分类:Windows程序   时间:2021-04-15 12:11:50    阅读次数:0
windows配置redis cluster
windows redis版本下载地址:https://github.com/tporadowski/redis/releases/download/v5.0.10/Redis-x64-5.0.10.zip 分别解压到9个文件夹,命名如下 redis.windows.conf 配置 1.配置端口 p ...
分类:Windows程序   时间:2021-04-16 12:21:21    阅读次数:0
【实例】如何发送各类型API请求和更换body请求参数类型?
这期抽出来的问题是关于发送get、post等请求,以及更换body请求参数类型,下面是使用Eolinker演示的实例。 发送get、post请求 新建一个接口选择请求方法为get,输入url:www.baidu.com,点击发送,一个简单的get接口请求就完成了。 post请求则是直接选择请求方法为 ...
分类:Windows程序   时间:2021-04-21 12:56:37    阅读次数:0
c# CAD文件读取
//在不使用任务插件的情况下读取DWG文件的缩略图,以便在没有安装AutoCAD的计算机上浏览。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using Syst ...
分类:Windows程序   时间:2021-04-30 12:41:32    阅读次数:0
WPF : ControlTemplate和DataTemplate的区别
ControlTemplate用于描述控件本身. 使用TemplateBinding来绑定控件自身的属性, 比如{TemplateBinding Background}DataTemplate用于描述控件的Content. 使用Binding来绑定数据对象的属性, 比如{Binding Person ...
分类:Windows程序   时间:2021-05-03 12:23:08    阅读次数:0
常用Windows 快捷键
windows 快捷键 (目录) 打开 cmd 当前目录下打开cmd:Windows 文件资源管理器路径栏中输入 cmd 当前目录下打开cmd:在文件夹中,按shift键,点击右键,选择在此处打开cmd user目录下:Windows+r,然后输入cmd 另外,在文件上shift+右键会多出来一个 ...
分类:Windows程序   时间:2021-05-04 15:37:05    阅读次数:0
WPF 如何知道当前有多少个 DispatcherTime 在运行
在 WPF 调试中,对于 DispatcherTimer 定时器的执行,没有直观的调试方法。本文来告诉大家如何在 WPF 中调试当前主线程有多少个 DispatcherTimer 在运行 ...
分类:Windows程序   时间:2021-05-24 01:16:51    阅读次数:0
window.location 方法及作用
字段:http://localhost:9094/#/source/source-catalog1、设置或获取整个 URL 为字符串 window.location.hrefhttp://localhost:9094/#/source/source-catalog 2、设置或获取 URL 的协议部分 ...
分类:Windows程序   时间:2021-05-24 07:28:34    阅读次数:0
更换到Windows专业版后的软件下载
浏览器:Firfox、Edge(自带) 搜狗输入法 文件夹AMD AMD驱动往里扔 文件夹App Android: Gradle、 Android Studio Bandzip CSGO B5、perfectworld DD(钉钉) dzclient(魔兽对战平台) JAVA IDEA、JDK Ma ...
分类:Windows程序   时间:2021-05-24 16:47:39    阅读次数:0
用SetLayeredWindowAttributes设置winform界面透明化
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. ...
分类:Windows程序   时间:2021-06-02 13:16:08    阅读次数:0
WinForm应用界面开发之高质量矢量图像的使用
点击获取DevExpress v21.1完整版下载 DevExpress WinForms拥有180+组件和UI库,能为Windows Forms平台创建具有影响力的业务解决方案。DevExpress WinForms能完美构建流畅、美观且易于使用的应用程序,无论是Office风格的界面,还是分析处 ...
分类:Windows程序   时间:2021-06-02 14:08:19    阅读次数:0
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!