WinForm界面使用IrisSkin,可以说做到了一键美化,当然美化的效果仁者见仁智者见智,可以挑选自己喜欢的。 1、IrisSkin下载地址:http://www.pc6.com/softview/SoftView_70918.html#download 2、将下载的文件放到Debug下面。 3 ...
题意: 输入一个地址和一个正整数N(<=100000),接着输入N行每行包括一个五位数的地址和一个结点的值以及下一个结点的地址。输出除去具有相同绝对值的结点的链表以及被除去的链表(由被除去的结点组成的链表)。 AAAAAccepted code: 1 #define HAVE_STRUCT_TIME ...
分类:
其他好文 时间:
2019-11-30 21:27:58
阅读次数:
119
有时候在使用Python requests发送请求时需要检查完整的request数据,但是requests库没有直接提供返回完整的request数据的属性。如下是解决方案(通过日志获取):https://stackoverflow.com/questions/10588644/how-can-i-s ...
分类:
编程语言 时间:
2019-11-30 21:18:41
阅读次数:
234
import axios from "axios"; 一、get mounted() { axios .get( "/api/queryusertree?domId=" + this.domId + "&ownerId=" + this.ownerId, { headers: { Validate: ...
分类:
移动开发 时间:
2019-11-30 21:03:02
阅读次数:
298
@Value注解:可以使用注入基本字符串 EL表达式,从配置文件读取数据@PropertySource用于引入单个配置文件 @PropertySources用于引入多个配置文件 @PropertySource或者@PropertySources引入的数据都是存在环境变量ConfigurableEnv ...
分类:
编程语言 时间:
2019-11-30 13:27:10
阅读次数:
85
1 github地址:https://github.com/cihanmehmet/sub.sh git clone https://github.com/cihanmehmet/sub.sh 2 安装jjq sudo apt-get install jq 3用法 bash sub.sh websc ...
分类:
其他好文 时间:
2019-11-30 12:02:41
阅读次数:
70
1、安装依赖包 yum -y install yum-utils device-mapper-persistent-data lvm2 2、安装docker yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux ...
分类:
其他好文 时间:
2019-11-30 11:25:22
阅读次数:
98
Sub BatchChangeFormatOfExcel() Dim time1 As Date Dim time2 As Date time1 = Timer ' 计时 Dim xFd As FileDialog Dim xSPath As String Dim xExcelFile As Str... ...
分类:
其他好文 时间:
2019-11-30 11:16:28
阅读次数:
565
前言:测试打造NAS平台,以下是步骤. 安装Debian10 注:请下载amd64,不要下载i836平台,因为OMV外挂插件不支持I836所以不建议用i836,如只使用官方插件可以无视 安装前 安装,分区里使用VLM分区,分完区后 可再选择 调整分区大小 这里建议不调整,如果不是给全部空间,剩余的空 ...
分类:
其他好文 时间:
2019-11-29 12:30:38
阅读次数:
1870
rip 1 \\启动rip协议 network 10.0.0.0 \\需要路由的网段 认证可配可不配,但配置会提升网络的安全性 rip authentication-mode simple huawei \\配置MD5认证。认证密码均为huawei ...
分类:
其他好文 时间:
2019-11-29 09:21:55
阅读次数:
51