二话

今天是 2022 年 2 月 22 日,农历正月二十二,又适逢星期二。在这样一个很“二”的日子里,作为一个很“二”的人,便有了一些很“二”的话。

小作文

孩子参加一个科幻作文比赛,主题是关于未来的食物。为人父母,不甘落后,一家三口各自凑了个数,汇成三篇小作文。

Learning Hy

Hy is a lisp dialect built on top of python. This is achieved by converting hy code to python’s abstract syntax tree (ast). This allows hy to call native python code or python to call native hy code as well.

Selenium 笔记

Selenium 可以根据我们的指令,让浏览器自动加载页面,获取需要的数据,实现自动化操作。