In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:
其他好文 时间:
2019-10-02 14:35:43
阅读次数:
88
In July 2004, Google posted on a giant billboard along Highway 101 in Silicon Valley (shown in the picture below) for recruitment. The content is supe ...
分类:
其他好文 时间:
2019-10-02 10:56:36
阅读次数:
62
1、访问:http://www.bejson.com/ui/compress_img/ 2、在打开的网页中,按下面的步骤操作: 3、第三步:按下图中的步骤保存图片 ...
分类:
其他好文 时间:
2019-10-02 10:49:55
阅读次数:
100
A proper vertex coloring is a labeling of the graph's vertices with colors such that no two vertices sharing the same edge have the same color. A colo ...
分类:
其他好文 时间:
2019-10-02 10:33:30
阅读次数:
98
报错如下: 此主机支持Intel VT-x,但Intel VT-x处于禁用状态。 解决方案如下: 联想E75主机,重启按F1进入BIOS Advanced—>CPU setup—>Intel(R) Virtualization Technology 改为Enabled 如果安装了360,通知栏右键3 ...
分类:
系统相关 时间:
2019-10-01 00:05:14
阅读次数:
156
最简单使用: 服务端 ./frps 使用默认7000端口,没有认证密码任何frp客户端都可以使用,默认使用TCP通道 ./frps -p 7000 -t frpauth 使用了7000端口,设置认证token为frpauth 客户端 frpc tcp -t frpauth -l 3389 -r 12 ...
分类:
其他好文 时间:
2019-09-30 14:59:20
阅读次数:
92
``` / @param data 带查找的数组(数组) @param target 目标数据 @return 返回对应的下标, 1 表示没有找到 / public static int binarySearch(int[] data, int target) { int low = 0; int ...
分类:
编程语言 时间:
2019-09-30 14:56:35
阅读次数:
84
阅读目录 一、apSheduler 二、celery 三、Flask APScheduler apSheduler 引子(Introduction) Advanced Python Scheduler (APScheduler) 是一个轻量级但功能强大的进程内任务调度器,允许您调度函数(或任何其他p ...
分类:
其他好文 时间:
2019-09-28 17:44:11
阅读次数:
119
《SQL权威指南第4版》 作者: Joe Celko 出版社: 人民邮电出版社 原作名: Joe Celko’s SQL for Smarties : Advanced SQL Programming, Fourth Edition 译者: 朱 巍/钟 鸣/王 渊 《SQL权威指南第4版》中文PDF ...
分类:
数据库 时间:
2019-09-28 14:19:59
阅读次数:
119
1、html快速生成 !+ Tab 2、ctr+shift+x 打开插件商城 常用插件: Auto Close Tag Auto Rename Tag Beautify Bootstrap 4 & Font awesome snippets Bracket Pair Colorizer Class ...
分类:
其他好文 时间:
2019-09-28 10:34:14
阅读次数:
241