#001 this_is_flag ###难度:2.0 题目描述:Most flags are in the form flag, for example:flag{th1s_!s_a_d4m0_4la9} 内心:这是啥???想了想既然是新手区第一题那就没什么复杂的东西,交上里面的flag果然过了 ...
分类:
其他好文 时间:
2020-12-01 11:50:19
阅读次数:
1
MainWindow.xaml.cs里加入 // 设置全屏 this.WindowState = System.Windows.WindowState.Normal; this.WindowStyle = System.Windows.WindowStyle.None; this.ResizeMod ...
什么是round-trip? Any double-precision floating-point number can be identified with at most 17 significant decimal digits. This means that if you convert ...
分类:
编程语言 时间:
2020-11-20 12:04:39
阅读次数:
12
代码如下 from DBUtils.PooledDB import PooledDB 报错如下: Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module ...
分类:
数据库 时间:
2020-11-12 13:24:24
阅读次数:
13
Professional mechanics require the use of professional OBD2 diagnostic tools to get the job done. but before selected outstanding high-end scanners, w ...
分类:
其他好文 时间:
2020-11-12 13:22:27
阅读次数:
9
(Buying Guide)Nexiq USB Link 1 or 2? WiFi or Bluetooth? Nexiq 1 or Nexiq 2? Nexiq 1 is discontinued. no more updates but for most people it will still ...
分类:
其他好文 时间:
2020-10-22 22:46:03
阅读次数:
26
(Buying Guide)Nexiq USB Link 1 or 2? WiFi or Bluetooth? Nexiq 1 or Nexiq 2? Nexiq 1 is discontinued. no more updates but for most people it will still ...
分类:
其他好文 时间:
2020-10-22 22:45:27
阅读次数:
25
python文件读写,以后就用with open语句 读写文件是最常见的IO操作。Python内置了读写文件的函数,用法和C是兼容的。 读写文件前,我们先必须了解一下,在磁盘上读写文件的功能都是由操作系统提供的,现代操作系统不允许普通的程序直接操作磁盘,所以,读写文件就是请求操作系统打开一个文件对象 ...
分类:
其他好文 时间:
2020-10-13 17:42:04
阅读次数:
26
在Linux下如何根据域名自签发各种SSL证书,这里我们以Apache、Tomcat、Nginx为例。 ...
分类:
系统相关 时间:
2020-10-12 20:03:54
阅读次数:
24
开发环境:mac+python3.8.3+pyqt5.15.1+vscode 使用py2app打包运行后报错。 在命令行看到如下报错: Traceback (most recent call last): File "/Users/panda/Documents/work/python/xxx/di ...
分类:
其他好文 时间:
2020-09-24 21:51:42
阅读次数:
46