上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 43 下一页
摘要: This is article is extracted from the MySQL 5.7 Reference Manual. The MySQL C API is a C based API that client applications written in C can use to co 阅读全文
posted @ 2017-01-08 20:15 Pat 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 题目大意 给定 $N$ 个矩形的宽和高, $(h_1, w_1), (h_2, w_2), \dots, (h_n w_n)$ . 现需要确定 $k$ ($k \le K$, $K$ 给定) 个矩形 $(H_i, W_i)$ , 使得 $\forall i \ (1\le i\le N), \exi 阅读全文
posted @ 2017-01-04 09:09 Pat 阅读(190) 评论(0) 推荐(0) 编辑
摘要: abcde abcde 阅读全文
posted @ 2016-12-28 10:41 Pat 阅读(141) 评论(0) 推荐(0) 编辑
摘要: ~/.local/share/applications/swt.desktop 阅读全文
posted @ 2016-12-23 23:41 Pat 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 两条重要的 Git 命令: The git rm command removes files from the index , or from the working tree and the index. git rm will not remove a file from just your w 阅读全文
posted @ 2016-12-17 23:29 Pat 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 以下内容摘自 PHP for Absolute Beginners, Thomas Blom Hansen & Jason Lengstorf The model view controller (MVC) design pattern is common approach to organizin 阅读全文
posted @ 2016-12-17 15:17 Pat 阅读(138) 评论(0) 推荐(0) 编辑
摘要: maintain symbolic links determining default commands update alternatives creates, removes, maintains and displays information about the symbolic links 阅读全文
posted @ 2016-12-08 10:17 Pat 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 名可名, 非常名 在调一个题目的过程中发现了一个之前从未意识到的问题. 考虑如下代码 试问最后a[0]的值. Unique Variable a variable provides us with named storage that our programs can manipulate. 这里需 阅读全文
posted @ 2016-12-03 02:03 Pat 阅读(761) 评论(0) 推荐(0) 编辑
摘要: 题意 维护一个字符串的集合$D$, 支持3种操作: 1. 插入一个字符串$s$ 2. 删除一个字符串$s$ 3. 查询一个字符串$s$在$D$中作为子串出现的次数 强制在线 解法 AC自动机+二进制分组 二进制分组 二进制分组 是一种用 (套用) 离线方法解决要求 强制在线 问题的 分块 技巧. 我 阅读全文
posted @ 2016-11-28 16:51 Pat 阅读(475) 评论(0) 推荐(0) 编辑
摘要: Committer: root 您的姓名和邮件地址基于登录名和主机名进行了自动设置。请检查它们正确 与否。您可以通过下面的命令对其进行明确地设置以免再出现本提示信息: git config global user.name "Your Name" git config global user.ema 阅读全文
posted @ 2016-11-27 17:13 Pat 阅读(2662) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 43 下一页