各种安装包打包发布工具(安装制作工具)评测 作为程序员,经常遇到需要打包自己劳动成果的时候,这也算是广大码工辛苦奔波之后的杀青之作,收尾之笔。因此,安装包制作的好坏也直接关系到整个工程项目的质量。这里HAWARK STUDIO对几种常见的程序打包封装工具进行一次大串联,让大家少走点弯路。1.小兵安装 ...
分类:
其他好文 时间:
2020-07-04 21:07:26
阅读次数:
431
题意: 派会上有n种食物,每种食物有wi份。有m个朋友,每一个朋友有两种他喜欢吃的食物xi,yi。你需要判断他的朋友是否都能吃到食物。如果都能吃到食物,那么要输出朋友来的顺序,不能的话输出“DEAD”。 如果一个朋友来的时候发现两种他喜欢的食物都有,那么他会两种食物都吃一份,如果仅有一种食物还有,那 ...
分类:
其他好文 时间:
2020-07-04 21:07:09
阅读次数:
57
fixture (是pytest特有的功能) # fixture 官方文档:: https://docs.pytest.org/en/stable/fixture.html 1、fixture特点:必须用pytest.fixture装饰器装饰;fixture有明确的名字,在其他函数(function ...
分类:
其他好文 时间:
2020-07-04 15:21:52
阅读次数:
92
在执行 pip install 时遇到错误:ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ...
分类:
编程语言 时间:
2020-07-04 13:51:56
阅读次数:
525
Archive old log files NLog 4.5 makes it easy to setup archive logic to move/cleanup old files with dynamic fileName-Layout. You just need to configure ...
分类:
其他好文 时间:
2020-07-03 15:55:03
阅读次数:
68
问题:下载的软件,解压之后点击封装,马上就弹窗封装失败。方案:C:\Windows\System32\Sysprep\Panther\setuperr.log打开这个文件,看最后几行,有报错。我遇到过因为win10默认开启bitlocker,报错也提示了,关掉就好。关掉bitlocker方式:manage-bde-offc:"查看bitlocker状态:manage-bde-status
Tutorial This describes NLog for .NET Framework (.NET ver. 3.5 - 4.8) and .NET Core (NetStandard 1.3+) NLog can be setup with the following steps: Ins ...
分类:
其他好文 时间:
2020-07-02 18:27:06
阅读次数:
54
Html&Css04:float html==>结构 css ==>表现 js ==>行为 1、浮动的简介 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="wi ...
分类:
Web程序 时间:
2020-07-01 20:40:44
阅读次数:
55
Spring Boot has taken Spring framework to the next level. It has drastically reduced the configuration and setup time required for spring projects. Sp ...
分类:
数据库 时间:
2020-07-01 18:40:39
阅读次数:
64
Windows Terminal配置连接虚拟机SSH Microsoft terminal 设置打开即连接ssh 一、安装Windows Terminal Microsoft Store中搜索Windows Terminal,安装下面的软件 二、配置Windows Terminal 2.1 打开Wi ...