Applenice

有核有肉有梦想

Algorithms

第一周算法题:leetcode01

1
2
3
4
5
6
7
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 would have exactly one solution, and you may not use the same element twice.

Example:
Given nums = [2, 7, 11, 15], target = 9,
Because nums[0] + nums[1] = 2 + 7 = 9,
return [0, 1].
阅读全文 »

  之前阅读了李华峰的《Nmap网络安全审计技术揭秘》,主要学习了一下常用的命令,nse脚本.现在整一下笔记.

阅读全文 »

  我自己经常逛B站,发现很多小伙伴好像住在B站一样,就研究了一下怎么用Python获取B站UP们的一些信息.比如注册时间,生日,有多少粉丝等,说明一下,本文只说分析过程,代码地址见文章底部.

阅读全文 »

  这大概算是第一篇博客了吧~折腾了许久,一直拖延着没有完全弄完,这个博客用来记录一些文章,学习历程,可能偶尔来这个吐槽一下.一转眼一年就过去了33%.好多事情都没有做,接下来要好好的安排一下,继续行动了.

阅读全文 »
0%