GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
# time (http_proxy=http://10.11.12.90:3142 apt-get -o pkgProblemResolver=true -o Acquire::http=true update && http_proxy=http://10.11.12.90:3142 apt-get -o pkgProblemResolver=true -o Acquire::http=true install vim -y)Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease[11...
HistoryHistory File metadata and controls Code Blame 10 lines (8 loc) · 127 Bytes Raw package main import ( "github.com/soulteary/apt-proxy/cli" ) func main() { flags := cli.ParseFlags() cli.Daemon(&flags) } 1 2 3 4 5 6 7 8 9 10While...
你可以在GitHub Release 页面[2]找到包含 32 位和 64 的 x86 或者 ARM 的可执行文件。我们根据设备的类型,下载好可执行文件之后,直接运行./apt-proxy将能得到类似下面的日志: 代码语言:javascript 复制 2022/11/2000:39:48running apt-proxy2022/11/2000:39:49Start benchmarking mirrors2022/11/2000:39:49Fi...
利用Cloudflare Workers 对 github release 、archive 以及项目文件进行加速,部署无需服务器且自带CDN. https://gh.api.99988866.xyz https://g.ioiox.com 以上网站为演示站点,如无法打开可以查看开源项目:gh-proxy-GitHub(https://hunsh.net/archives/23/) 文件加速自行部署。
https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 InRelease 命中:18 htt...
github:传送门 使用: 一、添加依赖 implementation 'io.github.hlder.proxy:proxy:1.0.2' kapt 'io.github.hlder.proxy:proxy-compiler:1.0.2' 二、在需要动态代理的类上加上@Proxy注解,该类必须要有默认构造函数 //java代码@ProxypublicclassTestBean{privateStringname;publicvoidsetName(Stringname){this.name...
因为服务器是内部,不通互联网,去连接互联网的源是不可能的,所以需把外部的清华源搬到本地来,作为内部使用。 二、搭建方法对比: apt-mirror也是用的最多的工具,但是apt-mirror是基于Ubuntu开发的,所以你的系统必须是Ubuntu(这里我的服务器是centos7)。 这里暂时不推荐apt-mirror,他在github的最新版本是2020年写的...
git clone https://github.com/dragonflyoss/image-service.git cd image-service make && make install # 默认没有安装 nydusify wget https://github.com/dragonflyoss/image-service/releases/download/v2.1.0-rc.1/nydus-static-v2.1.0-rc.1-linux-amd64.tgz ...
github地址:主要是完成一个控件初始化的功能 项目结构 项目结构关系图.jpg APP 我们的主程序 apt_annotation 定义注解类 apt_processor 用于处理注解生成代码 apt_library 通过调用生成的代码提供接口给 APP 调用 创建所有 module apt_annotation 属于 Java Library ...