leetcode例题: 216. Combination Sum III Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be ...
分类:
其他好文 时间:
2019-01-07 10:39:23
阅读次数:
262
From:https://www.gracefulsecurity.com/xml-external-entity-injection-xxe-vulnerabilities/ Here’s a quick write-up on XXE, starting with how to detect t ...
分类:
其他好文 时间:
2019-01-06 18:52:53
阅读次数:
149
HTML初识 1、什么是HTML HTML是英文Hyper Text Mark-up Language(超文本标记语言)的缩写,他是一种制作万维网页面标准语言(标记)。相当于定义统一的一套规则,大家都来遵守他,这样就可以让浏览器根据标记语言的规则去解释它。 你可能早已经注意到了这点,所有的 HTML ...
分类:
Web程序 时间:
2019-01-06 18:20:36
阅读次数:
176
Command-line tools can help you with all sorts of tasks. This lesson covers the very basics of setting up a CLI tool in Node.js by creating your proje ...
分类:
Web程序 时间:
2019-01-04 17:14:21
阅读次数:
150
第一题:题目内容 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input woul ...
分类:
其他好文 时间:
2019-01-03 22:41:15
阅读次数:
179
Set up Tensorflow gpu with Docker on Ubuntu 18.04 LTS Docker is the best platform to easily install Tensorflow with a GPU. Here, I want to record What ...
分类:
系统相关 时间:
2019-01-03 17:25:26
阅读次数:
350
数据分析|改革春风吹满地火在哪里 改革春风吹满地,中国人民真争气。 2018年年末,“改革春风吹满地”火了。这是一个来自哔哩哔哩的一个鬼畜类音乐视频。由up主小可儿上传,目前播放量已达到1400多万,有着相当高的热度。该视频剪辑了赵本山的历年作品的经典台词,配以略带喜感的音乐(bgm由其他up主制作 ...
分类:
其他好文 时间:
2019-01-02 23:23:29
阅读次数:
216
Your page is showing high CPU usage and spinning up your laptop fan, but nothing is visibly happening. What is it doing, and why is it so slow? This l ...
分类:
其他好文 时间:
2019-01-02 17:21:48
阅读次数:
142
https://www.cnblogs.com/zipon/p/8340720.html import hashlibdef get_token(): md5str = "abc" #生成一个md5对象 m1 = hashlib.md5() #使用md5对象里的update方法md5转换 m1.up ...
分类:
编程语言 时间:
2019-01-02 12:56:12
阅读次数:
213
先写一个五十分的思路吧 首先这道题有一个弱化版 "[POI2008]STA Station" 相当于$k=1$,于是就是一个非常简单的树形$dp$的$up\ \ and\ \ down$思想 但是我们现在要求的是这个柿子了 $$\sum_{j=1}^ndis(i,j)^k$$ 感觉这个东西很组合数学 ...
分类:
其他好文 时间:
2019-01-01 21:06:25
阅读次数:
189