Evanyuki 的个人博客:软件开发、工具与思考

SpaceID&Dotbit

使用 @siddomains/sidjs 与 dotbit SDK,通过钱包地址反向查询 SpaceID 和 .bit 域名的实现示例。
119 words
|
1 minute
Cover Image of the Post

CSS 常见伪类解析

**:checked** CSS 伪类选择器表示任何处于选中状态的radio(<input type="radio">), checkbox (<input type="checkbox">) 或 ("select") 元素中的option HTML 元素 ("option")。
433 words
|
2 minutes
Cover Image of the Post

Windows Terminal 美化:Oh My Posh

因为 MacBook 性能有些跟不上的关系,最近新组了台式,装完软件后发现 Windows 的 cmd 是真的丑,遂想改造一下。
974 words
|
5 minutes
Cover Image of the Post

Joplin & Blog 实践

2023-03-09
之前尝试使用过不少笔记工具,例如 macOS 的 Bear,界面很好看,付费后同步数据的功能也挺实用,然鹅不支持全平台。
603 words
|
3 minutes
Cover Image of the Post

VsCode 个人配置及插件分享

2023-03-06
个人简写输出对应代码片段
1730 words
|
9 minutes
Cover Image of the Post

区块链合约小技巧

Solidity 合约开发技巧:通过结构体打包、view 函数与存储优化降低 Gas 消耗,并说明常用函数修饰符。
1325 words
|
7 minutes
Cover Image of the Post

使用 Python + Selenium 模拟浏览器行为爬取数据

Selenium 是一个 Web 自动化测试工具,最初是为网站自动化测试而开发,Selenium 可以直接调用浏览器,它支持所有主流的浏览器(包括 PhantomJS 这些无界面的浏览器),可以接收指令,让浏览器自动加载页面,获取需要的数据,甚至页面截屏等。
1221 words
|
6 minutes
Cover Image of the Post

尝试md中使用Vue语法

2022-09-16
*你好, {{ msg }}*
77 words
|
1 minute
Cover Image of the Post