摘要: 阅读全文
posted @ 2023-02-16 10:45 仟浊Cc 阅读(12) 评论(0) 推荐(0)
摘要: github链接:https://github.com/scriptscat/scriptcat/releases Greasyfork脚本下载链接:https://greasyfork.org/zh-CN 阅读全文
posted @ 2023-02-15 13:58 仟浊Cc 阅读(919) 评论(0) 推荐(0)
摘要: 爱发电主页 https://afdian.net/p/0164034c016c11ebafcb52540025c377?ivk_sa=1024320u 下载链接 https://ltcat.lanzoum.com/iF1tb0mucuqb 阅读全文
posted @ 2023-02-15 13:55 仟浊Cc 阅读(15489) 评论(0) 推荐(0)
摘要: <div id="box"><p>{{content}}</p></div> #挂载元素 <script type="text/javascript"> var vm = new Vue({#创建实例 el:'#box', #选择器(只能选择一个) data:{ content:"常应常清静" #自 阅读全文
posted @ 2023-02-14 09:48 仟浊Cc 阅读(28) 评论(0) 推荐(0)
摘要: 1.弃用附魔pj器,转而使用客户端命令。对于那些不喜欢使用mod的人,仍然支持外部工具。 https://github.com/Earthcomputer/EnchantmentCracker/releases 2.附魔pj器 https://github.com/Earthcomputer/cli 阅读全文
posted @ 2022-12-31 19:06 仟浊Cc 阅读(237) 评论(0) 推荐(0)
摘要: import osimport reimport requestsurl = "https://wallhaven.cc/search?q=id:12757&sorting=random&ref=fp"#反爬措施#暂无#获取网页内容response = requests.get(url)respon 阅读全文
posted @ 2022-12-17 21:41 仟浊Cc 阅读(597) 评论(0) 推荐(0)
摘要: .*? ?跟在*或者+后边用时,表示懒惰模式。也称非贪婪模式。就是匹配尽可能少的字符。就意味着匹配任意数量的重复,但是在能使整个匹配成功的前提下使用最少的重复。 阅读全文
posted @ 2022-12-17 19:25 仟浊Cc 阅读(21) 评论(0) 推荐(0)
摘要: https://arkn.lolicon.app/#/hr 阅读全文
posted @ 2022-11-23 20:05 仟浊Cc 阅读(29) 评论(0) 推荐(0)
摘要: pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple //换源pip3 install jupyter notebook //下包pip3 install numpypip3 install pandas 阅读全文
posted @ 2022-11-23 19:13 仟浊Cc 阅读(22) 评论(0) 推荐(0)
摘要: hadoop fs -copyFromLocal 本地路径 目标路径 //从本地复制文件到hdfs hadoop fs -copyToLocal hdfs路径 本地目标路径 //从hdfs复制文件到本地 阅读全文
posted @ 2022-11-23 14:06 仟浊Cc 阅读(38) 评论(0) 推荐(0)