用途 getopt_long()用于解析类似于 --version --config configfile 这样的长选项。 如何使用 1、定义struct option数组 struct option { cosnt char* name; //长选项的名称。 比如 ./xx --config de ...
分类:
其他好文 时间:
2020-07-13 09:43:18
阅读次数:
80
color 设置文本颜色 color:#00C; text-align 设置元素水平对齐方式 text-align:right; text-indent 设置首行文本的缩进 text-indent:20px; line-height 设置文本的行高 line-height:25px; text-de ...
分类:
其他好文 时间:
2020-07-12 22:22:59
阅读次数:
59
js = "js内容" result = brower.execute_script(js) ...
分类:
Web程序 时间:
2020-07-10 22:42:17
阅读次数:
77
RedisTimeoutException: Unable to send command
分类:
其他好文 时间:
2020-07-10 19:31:04
阅读次数:
259
一、创建模版 二、代码实现 from django.shortcuts import render from django.template import loader from django.http import HttpResponse # Create your views here. de ...
分类:
其他好文 时间:
2020-07-10 09:51:42
阅读次数:
63
-- 删除流程实例(一定要以下表顺序,否则会报键约束错误)delete from act_hi_attachment t where t.proc_inst_id_='7626';delete from act_hi_comment t where t.proc_inst_id_='7626';de... ...
分类:
其他好文 时间:
2020-07-08 01:21:28
阅读次数:
147
1.pom.xml文件中引入热部署依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> </de ...
分类:
编程语言 时间:
2020-07-08 01:14:20
阅读次数:
137
在Linux命令行模式安装VMware Tools 方法/步骤1: 首先启动CentOS 7,在VMware中点击上方“VM”,点击“Install VMware Tools...”(如已安装则显示“Reinstall VMware Tools...”)。 方法/步骤2: 在命令行输入“ls /de ...
分类:
系统相关 时间:
2020-07-07 23:21:08
阅读次数:
114
待整理https://leetcode-cn.com/problems/kth-smallest-element-in-a-sorted-matrix/solution/you-xu-ju-zhen-zhong-di-kxiao-de-yuan-su-by-leetco/ ...
分类:
其他好文 时间:
2020-07-07 17:56:02
阅读次数:
62
需要调试器 任何编程语言中最简单的调试形式是使用打印语句/日志并写入标准输出。这肯定可以工作,但是当我们的应用程序规模增加并且逻辑变得更加复杂时,它变得极其困难。将打印语句添加到应用程序的每个代码路径都不容易。这是调试器派上用场的地方。调试器可帮助我们使用断点和许多其他功能来跟踪程序的执行路径。De ...
分类:
其他好文 时间:
2020-07-07 12:49:45
阅读次数:
56