<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>注册</title> <link rel="stylesheet" type="text/css" href="css/common.css"> <link r ...
分类:
Web程序 时间:
2020-06-23 19:36:46
阅读次数:
156
How to show git log history for a sub directory of a git repo? git log a b c ...
分类:
其他好文 时间:
2020-06-23 15:57:52
阅读次数:
44
HDU6321 Dynamic Graph Matching 题意: 给出$N$个点,一开始没有边,然后有$M$次操作,每次操作加一条无向边或者删一条已经存在的边,问每次操作后图中恰好匹配$k$对边的方案数有多少种<k = 1, 2, 3, \cdots ,\frac{2}$ \(N\le 10, ...
分类:
其他好文 时间:
2020-06-23 15:37:14
阅读次数:
46
多核处理器是指在一枚处理器中集成两个或多个完整的计算引擎(内核)。多核技术的 开发源于工程师们认识到,仅仅提高单核芯片的速度会产生过多热量且无法带来相应的性能改善,先前的处理器产品就是如此。他们认识到,在先前产品中以那种速率,处理器产生的热量很快会超过太阳表面。即便是没有热量问题,其性价比也令人难以 ...
分类:
系统相关 时间:
2020-06-23 13:29:57
阅读次数:
54
I am looking to buy best Star Diagnostic tool with dts monaco and vediamo, but there are a few options. Please look at this table, you will find these ...
分类:
其他好文 时间:
2020-06-23 10:28:58
阅读次数:
78
新建一个rust程序 main.rs ,内容如下: fn main() { println!("hello,world!"); } 命令行运行 rustc main.rs 报错如下: > rustc .\main.rs error: linker `link.exe` not found | = n ...
前言:本文主要是分享下利用python爬取百度指定贴吧的全部帖子以及帖子回复内容,主要是利用python的request库获取网页信息,通过正则等方式解析我们需要的数据并存储到数据库中,并且后续可以用于情感分析、热词分析等分析,这些分析操作可以看我的另一篇文章。 https://www.bizhib ...
分类:
编程语言 时间:
2020-06-22 23:17:35
阅读次数:
62
VNC (Virtual Network Computer)是虚拟网络计算机的缩写,它是一款远程控制工具软件 ...
分类:
系统相关 时间:
2020-06-22 21:08:30
阅读次数:
69
在上一篇中springboot 2.X 集成redis中提到了在spring-boot-starter-data-redis中使用JdkSerializationRedisSerializerl来实现序列化, 这里看下具体是如何实现的。 1.RedisSerializer接口 在spring-dat ...
分类:
编程语言 时间:
2020-06-22 18:38:57
阅读次数:
56
开始使用 下载 bootstrap-duallistbox:https://www.virtuosoft.eu/code/bootstrap-duallistbox/ 使用:(bootstrap和jquery自己去官网下载) <link rel="stylesheet" href="./css/bo ...
分类:
其他好文 时间:
2020-06-22 17:29:34
阅读次数:
61