当和父母辩论并且赢了的时候,就觉得父母老了。
— 后来才知道那是自己中二
All posts by Epix
PotPlayer Mini Skin Fixed for version 1.6.59347
After an update of PotPlayer, the older mini skin seems stopped working. Only a windows style border w/ title bar are shown with no control components nor progress bar. But modified mini skin on DA still working. So I wonder what’s the difference.
Analysis: PotPlayer skin file has ‘.dsf’ extension. Opening in hex editor, it has file head of “PK”. Obviously it’s ZIP. After extracting, it’s “VideoSkin.xml” that define the skin appearance. It seems that “VideoSkin.xml” of the original mini skin is some kind of broken or in wrong format which new version of PotPlayer can’t parse.
Fix: Correct hard-coded string in “VideoSkin.xml” and save as UTF-8(w/o BOM) and re-package into ZIP file.
正则表达式零宽断言
正则表达式里”零宽断言”这个词可能有很多不同的说法, 比如环视, 正向匹配, 反向匹配, 零宽度负预测先行断言…
Continue reading 正则表达式零宽断言
写了个抓imgChili大图的python脚本
Directly download full size pictures on imgChili certain albums.
Continue reading 写了个抓imgChili大图的python脚本
自制平板支架
材料: 长尾票夹*n, 捆扎条*2
少废话多发图
Continue reading 自制平板支架
可控梦境
可控梦境并不是都能随便控制
要打败大魔王, 必须要有合适的方法, 也会有无论怎么尝试也找不到令自己信服方法时候
而因为时间原因很快就必须起床了的时候, 就只好瞎编一个方法骗过自己, 但是经常会很不甘心, 宁愿直接结束掉也不要用瞎编的
然而起床以后还是不甘心啊…
迅雷盗链的”大”数据分析
起
为了传送<某热门剧集>到欧洲, 将两集当天的<某热门剧集>上传到Linode的http服务器上, 并将链接地址告知了迅雷用户. 相当于使用服务器中转文件.
Continue reading 迅雷盗链的”大”数据分析
理想的Blog程序
支持markdown排版
方便贴图/管理图片/相册(多媒体)
方便实现手风琴/标签页/Spoiler/表格/Toc等等
有不同的形式(像WordPress的日志/图像等)
界面基于框架/模板, 易于修改
能为每篇文章单独指定一些特殊的css/js内容