今天没有新动态
@kidultff

PAT-A 真题 – 1119 Pre- and Post-order Traversals

Suppose that all the keys in a binary tree are distinct positive integers. A unique binary tree can be determined by a given pair of postorder and inorder traversal sequences, or preorder and inorder traversal sequences. However, ...
  • 0
  • 0
@kidultff

PAT-A 真题 - 1117 Eddington Number

British astronomer Eddington liked to ride a bike. It is said that in order to show off his skill, he has even defined an "Eddington number", E -- that is, the maximum integer E such that it is for&n ...
  • 0
  • 0
@kidultff

PAT-A 真题 1016 Phone Bills

A long-distance telephone company charges its customers by the following rules:Making a long-distance call costs a certain amount per minute, depending on the time of day when the call is made. When a customer starts connecting a ...
  • 0
  • 0
@kidultff

记一次微信爬虫获取公众号历史文章并导出PDF

技术栈:抓包技术、Python2.7、BeautifulSoup、Requests、PyMuPDF、一些HTTP协议基础。0x00、问题提出想要对某公众号的历史推送的图片进行归档,但是微信没有相关的功能,历史推送数据量还不小,因此决定做一个爬虫。做这个爬虫的思路是,首先得到 ...
  • 0
  • 11
@kidultff

PAT-A 真题 – 1024 Palindromic Number

A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromic number. All single digit numbers are palindromic numbers.Non-palindromic numbers ...
  • 0
  • 0