链接:https://www.notion.so/Unity-f79bb1d4ccfc483fbd8f8eb859ae55fe 视频链接:https://www.bilibili.com/video/BV1aJ411t7N6 ...
分类:
编程语言 时间:
2020-04-12 20:26:58
阅读次数:
59
一 前言 1. 在XML中进行显式配置。 2. 在Java中进行显式配置。 3. 隐式的bean发现机制和自动装配 关于xml配置不会在本篇说明,有兴趣的读者可以自行了解学习; 知识追寻者(Inheriting the spirit of open source, Spreading technol ...
分类:
编程语言 时间:
2020-04-12 12:38:37
阅读次数:
86
在 NUnit 测试中,我需要检查证书的有效期。 下面的代码片段可用于使用自定义证书验证回调检查任何证书属性。 所有你需要做的就是在回调中读取你感兴趣的属性,这样你就可以在之后检查它们。 DateTime notAfter = DateTime.UtcNow; var httpClientHandl ...
分类:
Web程序 时间:
2020-04-11 13:22:31
阅读次数:
106
基于图像窗口设置来指定输出图像大小和清晰度的方式,在网上很多。 这里重点介绍以编程的方式将坐标轴中图像输出的指定文件夹的方法。 来源:的个人主页 https://blog.csdn.net/iam3mjun/article/details/52015868 Matlab之图片存储终极命令 print ...
分类:
其他好文 时间:
2020-04-10 11:50:49
阅读次数:
95
1爬虫介绍 # 1 本质:模拟发送http请求(requests) 》解析返回数据(re,bs4,lxml,json) 》入库(redis,mysql,mongodb) # 2 app爬虫:本质一模一样 # 3 为什么python做爬虫最好:包多,爬虫框架:scrapy:性能很高的爬虫框架,爬虫界的 ...
分类:
Web程序 时间:
2020-04-10 00:48:11
阅读次数:
114
列出所有服务:systemctl list-unit-files 列出运行中的服务:systemctl list-units 列出所有失败的服务:systemctl --failed 检查单个服务是否启用:systemctl is-enabled mysqld.service 查看单个服务的状态:s ...
分类:
其他好文 时间:
2020-04-09 15:24:32
阅读次数:
474
之前使用idea2018版本时,是有这个功能的,但在使用idea2019.3开始,这个选项就没有了。 2018版本: 2019版本: 最后在官网的网站中找到了解决方案,原来是改名了: 网址:https://intellij-support.jetbrains.com/hc/en-us/communi ...
分类:
其他好文 时间:
2020-04-09 10:55:53
阅读次数:
178
输入 实现 SourceFunction[...] object SourceFunctionExample { def main(args: Array[String]): Unit = { val env = StreamExecutionEnvironment.getExecutionEnvi ...
分类:
其他好文 时间:
2020-04-08 10:03:08
阅读次数:
78
在设置mysql开机启动时,出现了“Failed to enable unit: Refusing to operate on linked unit file mysql.service”,那么需要检测以下mysql是否设置过了开机启动, 方法为: sudo systemctl is-enable ...
分类:
数据库 时间:
2020-04-08 09:49:03
阅读次数:
230
相关资料: https://www.it1352.com/624177.html 1 unit Unit2; 2 3 interface 4 5 uses 6 System.SysUtils, System.Types, System.UITypes, System.Classes, System. ...
分类:
移动开发 时间:
2020-04-08 09:42:13
阅读次数:
92