上一页 1 2 3 4 5 6 7 8 ··· 37 下一页
摘要: Priority Sorter 阅读全文
posted @ 2021-12-07 13:19 该显示昵称已被使用了 阅读(120) 评论(0) 推荐(0) 编辑
摘要: public class TCPClient { public static void main(String[] args)throws IOException { Socket socket = new Socket("127.0.0.1",5000); OutputStream out = s 阅读全文
posted @ 2021-11-24 13:32 该显示昵称已被使用了 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 思路和方案1类似,但是采用http发现速率只有10M 发现FTP能到60M,后发现更慢只有4M 3.下载手段采用ftp实现 阅读全文
posted @ 2021-11-07 08:28 该显示昵称已被使用了 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 搭建群辉 黑白随意,步骤省略 安装软件 DS file DS photo 3.登陆备份 阅读全文
posted @ 2021-11-06 14:37 该显示昵称已被使用了 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 下载安装 1. 安装F-Droid https://f-droid.org/ 2. F-Droid中下载安装Termux - 分类-查看-搜索Termux - 华为提示签名问题,设置,系统和更新,纯净模式,关了就行了 3. termux-setup-storage pkg install pytho 阅读全文
posted @ 2021-11-06 14:34 该显示昵称已被使用了 阅读(79) 评论(0) 推荐(0) 编辑
摘要: Violentmonkey - 插件安装 https://greasyfork.org/zh-CN/scripts/by-site/mozilla.org?sort=total_installs Adblock Plus uBlock Origin - 过滤列表 https://easylist-d 阅读全文
posted @ 2021-10-31 15:53 该显示昵称已被使用了 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 插件 Surfingkeys vim工具 Violentmonkey - 插件安装 https://greasyfork.org/zh-CN/scripts/by-site/mozilla.org?sort=total_installs Adblock Plus uBlock Origin 【比Ad 阅读全文
posted @ 2021-10-31 15:48 该显示昵称已被使用了 阅读(41) 评论(0) 推荐(0) 编辑
摘要: agent配置 agent{ // node "xxx" node "master" } // agent any 多node并发【同步】 pipeline{ agent none options{ timestamps() } stages{ stage('1'){ agent{ node "1" 阅读全文
posted @ 2021-10-28 09:48 该显示昵称已被使用了 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 常规装饰器 # 1. 不带参数 def wrapper(func): # 装饰器函数,func为被装饰函数 def inner(*args, **kwargs): """被装饰函数前需要添加的内容""" ret = func(*args, **kwargs) # 被装饰函数 """被装饰函数后需要添 阅读全文
posted @ 2021-10-25 15:39 该显示昵称已被使用了 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 左转逆时针规则 1. 确定目前的直行状态 2. 下一个左转是直行的逆时针方向 阅读全文
posted @ 2021-10-24 19:55 该显示昵称已被使用了 阅读(110) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 37 下一页