摘要: 如题 我一直很讨厌一些比较紧凑的软件select box是滚轮选择,我每一次滚轮恰好滚到那里时就会疯狂切换配置 我的PulseAudio就是这么调坏的,但是不出意外的话只是修改了本地用户文件,并没有修改系统文件(root) 解决方法: rm -rf ~/.config/pulse/* 阅读全文
posted @ 2024-04-24 19:56 月神的使者 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 就酱紫 github开源地址: [https://github.com/dffxd-suntra/cppd](https://github.com/dffxd-suntra/cppd "https://github.com/dffxd-suntra/cppd") github在线实例: [https 阅读全文
posted @ 2023-08-04 14:49 月神的使者 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 通过率不到0.2的洛谷题目 P1217 [USACO1.5]回文质数 Prime Palindromes 看我使用 真·模拟把它做出来 阅读全文
posted @ 2023-04-02 00:00 月神的使者 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 很讨厌,什么人攻击这么勤快,禁国外ip还防不了 阅读全文
posted @ 2023-03-17 19:55 月神的使者 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 提示:因为markdown和$\LaTeX$使用的是懒加载,所以布局没有出来就请耐心等待 [NOIP2011 提高组] 计算系数 题目复制: 题目描述 给定一个多项式 $(by+ax)^k$,请求出多项式展开后 $x^n\times y^m$ 项的系数。 输入格式 输入共一行,包含 $5$ 个整数, 阅读全文
posted @ 2023-03-13 20:14 月神的使者 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 详见:https://www.luogu.com.cn/problem/P1433 有可以简便记录存储勾股定理的方式,但是我要简便,就是直接传结构体的点,就用不了这个,或许可以用哈希,但是会搞得更麻烦 其实感觉更多的因素是懒~~~ 就不写基础原理了,直接看注释吧 点击打开非map版 #include 阅读全文
posted @ 2023-03-10 22:23 月神的使者 阅读(32) 评论(0) 推荐(1) 编辑
摘要: [洛谷/题目] P1562 还是N皇后 平平无奇的一篇题解 是老师大人的要求 阅读全文
posted @ 2023-02-26 22:41 月神的使者 阅读(28) 评论(0) 推荐(0) 编辑
摘要: // 获取文档的 // 这个是获取本文档可能被扩展插件和广告屏蔽器污染的html $(":root").prop("outerHTML"); // 利用promise异步获取未被污染的文档 // 我这么写是为了方便用await优雅的写代码,用fetch也行 await new Promise(fun 阅读全文
posted @ 2023-01-27 21:51 月神的使者 阅读(77) 评论(0) 推荐(0) 编辑
摘要: /** * 仅做到底自动刷新功能 * options: { * page int 当前在第几页 * limit int 每页个数 * onBottom function 到底的回调 * whenEnd function 结束时的回调 * dontWait bool 不等待第一个回调执行完毕就可以执行 阅读全文
posted @ 2023-01-27 21:33 月神的使者 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 四个工具: nodejs + npm npm安装的jsdom npm安装的jquery npm安装的browserify 网址: browserify: https://browserify.org/ jsdom: https://github.com/jsdom/jsdom/ 安装: npm in 阅读全文
posted @ 2022-12-29 14:12 月神的使者 阅读(216) 评论(3) 推荐(0) 编辑