题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=1698 题意:自行读题 解题思想:线段树原更新一次只能更新一个叶子节点,并更新此叶子结点以上所有相关的点,当一个区间做相同更新时,叶子节点以上的相关节点不断更新,时间复杂度增加。为节省时间,为每个点添加懒 ...
分类:
其他好文 时间:
2019-01-23 20:29:23
阅读次数:
294
1. 自动部署原理 先讲实现方法和原理。Git服务和仓库都是在服务器上的,服务器上的Web目录和本地都有完整的代码。Git有个叫hook的机制,可以在代码更新时执行回调(执行一段shell)。一般执行流程是开发完成后,通过git push将代码传到服务器git仓库上,这时git hook自动到Web ...
分类:
其他好文 时间:
2019-01-15 22:34:18
阅读次数:
207
├─ .obsolete├─ .wlck├─ .wtid├─ abeyuhang.vscode-lesslint-0.0.1├─ abierbaum.vscode-file-peek-1.0.1├─ abusaidm.html-snippets-0.2.1├─ adamwalzer.string-c ...
分类:
其他好文 时间:
2019-01-14 17:59:54
阅读次数:
365
// vol 1 could do with sth rhinoplasty angst the wee small hours familial Munich gladiator platelet let/get sb off the hook make the cut hard up get b ...
分类:
其他好文 时间:
2019-01-13 12:26:14
阅读次数:
153
思路hook调用表的读写函数:源码#include<linux/init.h>#include<linux/module.h>#include<linux/kernel.h>#include<linux/init.h>#include<linux/sched.h>#include<asm/unistd.h>#include&l
分类:
系统相关 时间:
2019-01-12 16:44:02
阅读次数:
157
wekan 官方提供了一个集成gogs 的扩展,不是完全的自动化,需要结合cli,但是官方的cli 写的。。。(不是很全) 备注: 测试环境使用docker-compose 环境准备 docker-compose 文件 version: "3.7" services: wekandb: image: ...
分类:
其他好文 时间:
2019-01-02 19:21:50
阅读次数:
248