⭐ 【廉价 GPT4】将 GitHub Copilot 转换为可以使用 GPT4 的 API by YukinoCoco #uid42339
[h2]0. 前言[/h2]
推广一下我的 Copilot 月抛号,只售 ¥9.9
不要用大号上车,不要共享使用,所以月抛号非常合适用来玩这个,我就1个号目前还没翻车
现在我官方的 GPT4 都没续费了,它比直接在官方 GPT4 对话快,还便宜,感觉不错
使用方法看下面的教程,应该是比较详细了。
[h2]1. 安装[/h2]
使用 Docker 安装 aaamoon/copilot-gpt4-service
docker run -d \
--name copilot-gpt4-service \
--restart always \
-p 8099:8080 \
-e HOST=0.0.0.0 \
aaamoon/copilot-gpt4-service:latest复制代码
这里将使用 http://your_ip:8099 作为 API 接口
[h2]2. 获取 Copilot Token[/h2]
通过 Github Copilot CLI 获取 Token
# 如下脚本会自动安装 Github Copilot CLI 并通过授权获取 Github Copilot Plugin Token
bash -c "$(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.sh)"复制代码
接下来选择 [code single]2. Get Github Copilot token by Github Copilot CLI[/code] ,然后浏览器访问 https://github.com/login/device ,填入授权码即可得到 Token。
$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.sh)"
Github Copilot token Tools [v0.0.2] # 1. 这里要选择 2
Get Github Copilot token Tools [v0.0.2]
————————————————-
1. Get Github Copilot token by IDEA Github Copilot plugin
2. Get Github Copilot token by Github Copilot CLI
————————————————-
0. Exit
Please enter a number [0-2]: 2
github-copilot-cli is not installed. Installing...
added 247 packages, and audited 248 packages in 32s
54 packages are looking for funding
run [code single]npm fund复制代码for details
2 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run [code single]npm audit[/code] for details.
npm notice
npm notice New major version of npm available! 8.19.2 -> 10.3.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.3.0
npm notice Run npm install -g npm@10.3.0 to update!
npm notice
Github Copilot CLI token not found. Please authorize.
Copy this code: 1FBE-97DC # 2. 浏览器访问 https://github.com/login/device,然后填入这个 CODE
Then go to https://github.com/login/device, paste the code in and approve the access.
Failed to authenticate: You do not have access to GitHub Copilot CLI. Please join the waitlist at https://githubnext.com/projects/copilot-cli/., Unable to verify waitlist access.
Your Github Copilot CLI token : <your token>
* Press Enter to return to the main menu. *[/code]
[h2]3. 使用服务[/h2]
[h3]1. 通过 ChatGPT-Next-Web 部署[/h3]
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY=ghu-xxxx \
-e CODE=your-password \
-e BASE_URL=http://your_ip:8099 \
yidadaa/chatgpt-next-web复制代码
然后访问 http://your_ip:3000 就能使用了!
如果配置了 [code single]OPENAI_API_KEY[/code] [code single]BASE_URL[/code] 以及 [code single]CODE[/code] 可以输入上面的 [code single]your-password[/code] ,然后到设置将模型修改为 [code single]gpt-4[/code],就能使用了。
如果没有配置环境变量或者密钥过期,可以手动输入 API 网址和 TOKEN
现在可以使用了:
----------
✍️ TG 联系我 | 月抛 GitHub Copilot 仅 ¥9.9
我有一个博客 | 我的 GitHub 主页
[h2]0. 前言[/h2]
推广一下我的 Copilot 月抛号,只售 ¥9.9
不要用大号上车,不要共享使用,所以月抛号非常合适用来玩这个,我就1个号目前还没翻车
现在我官方的 GPT4 都没续费了,它比直接在官方 GPT4 对话快,还便宜,感觉不错
使用方法看下面的教程,应该是比较详细了。
[h2]1. 安装[/h2]
使用 Docker 安装 aaamoon/copilot-gpt4-service
docker run -d \
--name copilot-gpt4-service \
--restart always \
-p 8099:8080 \
-e HOST=0.0.0.0 \
aaamoon/copilot-gpt4-service:latest复制代码
这里将使用 http://your_ip:8099 作为 API 接口
[h2]2. 获取 Copilot Token[/h2]
通过 Github Copilot CLI 获取 Token
# 如下脚本会自动安装 Github Copilot CLI 并通过授权获取 Github Copilot Plugin Token
bash -c "$(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.sh)"复制代码
接下来选择 [code single]2. Get Github Copilot token by Github Copilot CLI[/code] ,然后浏览器访问 https://github.com/login/device ,填入授权码即可得到 Token。
$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.sh)"
Github Copilot token Tools [v0.0.2] # 1. 这里要选择 2
Get Github Copilot token Tools [v0.0.2]
————————————————-
1. Get Github Copilot token by IDEA Github Copilot plugin
2. Get Github Copilot token by Github Copilot CLI
————————————————-
0. Exit
Please enter a number [0-2]: 2
github-copilot-cli is not installed. Installing...
added 247 packages, and audited 248 packages in 32s
54 packages are looking for funding
run [code single]npm fund复制代码for details
2 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run [code single]npm audit[/code] for details.
npm notice
npm notice New major version of npm available! 8.19.2 -> 10.3.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.3.0
npm notice Run npm install -g npm@10.3.0 to update!
npm notice
Github Copilot CLI token not found. Please authorize.
Copy this code: 1FBE-97DC # 2. 浏览器访问 https://github.com/login/device,然后填入这个 CODE
Then go to https://github.com/login/device, paste the code in and approve the access.
Failed to authenticate: You do not have access to GitHub Copilot CLI. Please join the waitlist at https://githubnext.com/projects/copilot-cli/., Unable to verify waitlist access.
Your Github Copilot CLI token : <your token>
* Press Enter to return to the main menu. *[/code]
[h2]3. 使用服务[/h2]
[h3]1. 通过 ChatGPT-Next-Web 部署[/h3]
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY=ghu-xxxx \
-e CODE=your-password \
-e BASE_URL=http://your_ip:8099 \
yidadaa/chatgpt-next-web复制代码
然后访问 http://your_ip:3000 就能使用了!
如果配置了 [code single]OPENAI_API_KEY[/code] [code single]BASE_URL[/code] 以及 [code single]CODE[/code] 可以输入上面的 [code single]your-password[/code] ,然后到设置将模型修改为 [code single]gpt-4[/code],就能使用了。
如果没有配置环境变量或者密钥过期,可以手动输入 API 网址和 TOKEN
现在可以使用了:
----------
✍️ TG 联系我 | 月抛 GitHub Copilot 仅 ¥9.9
我有一个博客 | 我的 GitHub 主页
⭐ 搞存储上瘾了,115有出的吗,大容量+会员 by pnsroc #uid32550
搞存储上瘾了,115有出的吗,大容量+会员
带价带联系方法pm
----------
✍️ 爱乐唯博客---做一个专注分享的博客
搞存储上瘾了,115有出的吗,大容量+会员
带价带联系方法pm
----------
✍️ 爱乐唯博客---做一个专注分享的博客
⭐ 方法:让藏在cloudflare后的自建nextcloud绕过cloudflare上传限制 by 岱岳之上的天 #uid67720
省流总结:
通过修改配置文件以开启分片上传的方式,让藏在cloudflare之后的自建nextcloud绕过cloudflare免费版本身100M大小的上传限制。此方法对网页端和官方客户端上传有效,第三方客户端无效。
具体方法:
1.首先,需要确认自己的源站web服务器默认允许上传的最大限制在合适自己的范围内(可以通过检查相应的php.ini来确认)
2.登录到服务器,找到放置nextcloud站点的根目录,进入 apps/files/js 目录,找到 jquery.fileupload.js 这个文件,并使用文本编辑器打开。
3.跳转到第154行附近,找到 maxChunkSize 这个值,将其修改为其他数值即可
// To upload large files in smaller chunks, set the following option
// to a preferred maximum chunk size. If set to 0, null or undefined,
// or the browser does not support the required Blob API, files will
// be uploaded as a whole.
maxChunkSize: undefined, //就是这个,这是默认情况下的
// When a non-multipart upload or a chunked multipart upload has been
// aborted, this option can be used to resume the upload by setting
// it to the size of the already uploaded bytes. This option is most
// useful when modifying the options object inside of the "add" or
// "send" callbacks, as the options are cloned for each file upload.
uploadedBytes: undefined,复制代码
例如我们可以将其修改为 100000000 (约合98MB),然后保存并退出
// To upload large files in smaller chunks, set the following option
// to a preferred maximum chunk size. If set to 0, null or undefined,
// or the browser does not support the required Blob API, files will
// be uploaded as a whole.
maxChunkSize: 100000000, //修改完成之后的数值
// When a non-multipart upload or a chunked multipart upload has been
// aborted, this option can be used to resume the upload by setting
// it to the size of the already uploaded bytes. This option is most
// useful when modifying the options object inside of the "add" or
// "send" callbacks, as the options are cloned for each file upload.
uploadedBytes: undefined,复制代码
此时关闭掉原先的浏览器窗口,再打开浏览器就可以上传大于100M的文件了。
省流总结:
通过修改配置文件以开启分片上传的方式,让藏在cloudflare之后的自建nextcloud绕过cloudflare免费版本身100M大小的上传限制。此方法对网页端和官方客户端上传有效,第三方客户端无效。
具体方法:
1.首先,需要确认自己的源站web服务器默认允许上传的最大限制在合适自己的范围内(可以通过检查相应的php.ini来确认)
2.登录到服务器,找到放置nextcloud站点的根目录,进入 apps/files/js 目录,找到 jquery.fileupload.js 这个文件,并使用文本编辑器打开。
3.跳转到第154行附近,找到 maxChunkSize 这个值,将其修改为其他数值即可
// To upload large files in smaller chunks, set the following option
// to a preferred maximum chunk size. If set to 0, null or undefined,
// or the browser does not support the required Blob API, files will
// be uploaded as a whole.
maxChunkSize: undefined, //就是这个,这是默认情况下的
// When a non-multipart upload or a chunked multipart upload has been
// aborted, this option can be used to resume the upload by setting
// it to the size of the already uploaded bytes. This option is most
// useful when modifying the options object inside of the "add" or
// "send" callbacks, as the options are cloned for each file upload.
uploadedBytes: undefined,复制代码
例如我们可以将其修改为 100000000 (约合98MB),然后保存并退出
// To upload large files in smaller chunks, set the following option
// to a preferred maximum chunk size. If set to 0, null or undefined,
// or the browser does not support the required Blob API, files will
// be uploaded as a whole.
maxChunkSize: 100000000, //修改完成之后的数值
// When a non-multipart upload or a chunked multipart upload has been
// aborted, this option can be used to resume the upload by setting
// it to the size of the already uploaded bytes. This option is most
// useful when modifying the options object inside of the "add" or
// "send" callbacks, as the options are cloned for each file upload.
uploadedBytes: undefined,复制代码
此时关闭掉原先的浏览器窗口,再打开浏览器就可以上传大于100M的文件了。
⭐ 联通上行只给1T,多了要换499的商宽,怎么办? by 张少涵 #uid67144
坐标山东。,平时挂着PT的,但是不多,每个月大约5T上行。联通打电话说以后上行限制1T了,多了就停宽带。我问有没有什么解决办法,告诉我可以办理商宽,100M对等的一个月499元,不限制。我从其他地方打听到还有不对等的专线,只要200块,但是上行只有50M。
我张少涵欲哭无泪,以后没法玩PT了。
----------
✍️ 声明:我和HOH(深圳职业技术学院2019级软件技术专业张少涵)只是重名,不是同一个人!
坐标山东。,平时挂着PT的,但是不多,每个月大约5T上行。联通打电话说以后上行限制1T了,多了就停宽带。我问有没有什么解决办法,告诉我可以办理商宽,100M对等的一个月499元,不限制。我从其他地方打听到还有不对等的专线,只要200块,但是上行只有50M。
我张少涵欲哭无泪,以后没法玩PT了。
----------
✍️ 声明:我和HOH(深圳职业技术学院2019级软件技术专业张少涵)只是重名,不是同一个人!
⭐ 剩余价值出WIKI JP P1 by Nachoneko #uid64341
产品组名称: Japan - BGP KVM VPS - Pre Order
产品名称: Preorder.P1
购买时间: 2023-03-23
到期时间: 2025-03-30
首次付款金额: 248.00
续费付款金额: 248.00
核心数: 1 xCPU
内存大小: 1024 M
系统存储: 20 G
网络端口: 1000 Mbps
本月流量限制: 300 GB
可小刀
产品组名称: Japan - BGP KVM VPS - Pre Order
产品名称: Preorder.P1
购买时间: 2023-03-23
到期时间: 2025-03-30
首次付款金额: 248.00
续费付款金额: 248.00
核心数: 1 xCPU
内存大小: 1024 M
系统存储: 20 G
网络端口: 1000 Mbps
本月流量限制: 300 GB
可小刀
⭐ 简单几步 让docker bridge网络也能使用IPv6 by 岱岳之上的天 #uid67720
省流总结:
通过修改配置文件,使用NAT6的方式,让使用docker bridge网络内的容器也能访问IPv6
具体方法:
0.首先确保linux服务器上的ip转发相应功能是开启的
1.编辑 /etc/docker/daemon.json,写入以下内容,开启IPv6支持(如果该文件已经存在其他内容的话,把花括号内的选项,按照文件格式,添加到文件的末尾即可)
{
"ipv6": true,
"fixed-cidr-v6": "fd10::/80"
}复制代码
2.创建一个支持ipv6的docker bridge网络,例如下面这样(其中 anet 为网络的标识名字,fd00::/80为内网子网网段)
docker network create --ipv6 --subnet fd00::/80 anet复制代码
3.修改iptables的配置文件,加入NAT规则以能使其正常访问外部(以下为命令方式暂时生效,需要随后使用既定方法永久保存。如果服务器本身就存在iptables相关的配置文件的话,请考虑转换格式后,将其直接写入配置文件)
ip6tables -t nat -A POSTROUTING -s fd00::/80 ! -o br+ -j MASQUERADE
ip6tables -t nat -A POSTROUTING -s fd10::/80 ! -o docker0 -j MASQUERADE复制代码
4.重启docker相关服务,尝试添加一个容器到已经创建的bridge网络(如果使用的是命令行的话则需要加一个 --network 选项后面跟上创建的网络,如果用的是docker compose文件的话直接加一个 network: 后面跟上创建的网络即可)
5.可以进入容器内命令行,试试ping任意一个IPv6网站,如果出现以下类似于以下这个例子的话,那就代表成功了
# ping -6 google.com
PING google.com (2a00:1450:4001:809::200e): 56 data bytes
64 bytes from 2a00:1450:4001:809::200e: seq=0 ttl=53 time=1.234 ms
64 bytes from 2a00:1450:4001:809::200e: seq=1 ttl=53 time=1.611 ms
64 bytes from 2a00:1450:4001:809::200e: seq=2 ttl=53 time=1.860 ms
64 bytes from 2a00:1450:4001:809::200e: seq=3 ttl=53 time=1.769 ms
--- google.com ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 12.769/16.618/19.611 ms复制代码
省流总结:
通过修改配置文件,使用NAT6的方式,让使用docker bridge网络内的容器也能访问IPv6
具体方法:
0.首先确保linux服务器上的ip转发相应功能是开启的
1.编辑 /etc/docker/daemon.json,写入以下内容,开启IPv6支持(如果该文件已经存在其他内容的话,把花括号内的选项,按照文件格式,添加到文件的末尾即可)
{
"ipv6": true,
"fixed-cidr-v6": "fd10::/80"
}复制代码
2.创建一个支持ipv6的docker bridge网络,例如下面这样(其中 anet 为网络的标识名字,fd00::/80为内网子网网段)
docker network create --ipv6 --subnet fd00::/80 anet复制代码
3.修改iptables的配置文件,加入NAT规则以能使其正常访问外部(以下为命令方式暂时生效,需要随后使用既定方法永久保存。如果服务器本身就存在iptables相关的配置文件的话,请考虑转换格式后,将其直接写入配置文件)
ip6tables -t nat -A POSTROUTING -s fd00::/80 ! -o br+ -j MASQUERADE
ip6tables -t nat -A POSTROUTING -s fd10::/80 ! -o docker0 -j MASQUERADE复制代码
4.重启docker相关服务,尝试添加一个容器到已经创建的bridge网络(如果使用的是命令行的话则需要加一个 --network 选项后面跟上创建的网络,如果用的是docker compose文件的话直接加一个 network: 后面跟上创建的网络即可)
5.可以进入容器内命令行,试试ping任意一个IPv6网站,如果出现以下类似于以下这个例子的话,那就代表成功了
# ping -6 google.com
PING google.com (2a00:1450:4001:809::200e): 56 data bytes
64 bytes from 2a00:1450:4001:809::200e: seq=0 ttl=53 time=1.234 ms
64 bytes from 2a00:1450:4001:809::200e: seq=1 ttl=53 time=1.611 ms
64 bytes from 2a00:1450:4001:809::200e: seq=2 ttl=53 time=1.860 ms
64 bytes from 2a00:1450:4001:809::200e: seq=3 ttl=53 time=1.769 ms
--- google.com ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 12.769/16.618/19.611 ms复制代码
⭐ 请教一下搬瓦工的线路问题 by H²o #uid46242
US: Los Angeles, California (DC6 CT CN2GIA-E) [USCA_6] (current)
US: Los Angeles, California (DC8 ZNET) [USCA_8]
US: Los Angeles, California (DC9 CT CN2GIA) [USCA_9]
CA: British Columbia, Vancouver [CABC_1]
CA: British Columbia, Vancouver (CN2GIA) [CABC_6]
US: Fremont, California [USCA_FMT]
US: Fremont-8, California [USCA_FMT8]
HK: Hong Kong (CMI) [HKHK_3]
Japan: Osaka (Softbank) [JPOS_1]
UAE: Dubai [AEDXB_1]
请教一下国内三网访问,DC6的cn2gia好 还是 香港的[HKHK_3 或者日本JPOS_1好呢
US: Los Angeles, California (DC6 CT CN2GIA-E) [USCA_6] (current)
US: Los Angeles, California (DC8 ZNET) [USCA_8]
US: Los Angeles, California (DC9 CT CN2GIA) [USCA_9]
CA: British Columbia, Vancouver [CABC_1]
CA: British Columbia, Vancouver (CN2GIA) [CABC_6]
US: Fremont, California [USCA_FMT]
US: Fremont-8, California [USCA_FMT8]
HK: Hong Kong (CMI) [HKHK_3]
Japan: Osaka (Softbank) [JPOS_1]
UAE: Dubai [AEDXB_1]
请教一下国内三网访问,DC6的cn2gia好 还是 香港的[HKHK_3 或者日本JPOS_1好呢
⭐ 带gmail原邮出搬瓦工plan v1 by forward_99 #uid54197
1月13日到期(有七天付款时间),年付92.49刀,2G40G,1T流量,可切换以下机房,价格250元,带gmail原邮,有意私信。
AU: Sydney [AUSYD_1]
US: New York [USNY_2]
US: New Jersey [USNJ]
EU: Amsterdam, Netherlands [EUNL_3]
EU: Amsterdam, Netherlands (China Unicom Premium) [EUNL_9]
US: Los Angeles, California (DC2 AO) [USCA_2]
US: Los Angeles, California (DC3 CN2) [USCA_3]
US: Los Angeles, California (DC4 MCOM) [USCA_4]
US: Los Angeles, California (DC6 CT CN2GIA-E) [USCA_6] (current)
US: Los Angeles, California (DC8 ZNET) [USCA_8]
US: Los Angeles, California (DC9 CT CN2GIA) [USCA_9]
CA: British Columbia, Vancouver [CABC_1]
CA: British Columbia, Vancouver (CN2GIA) [CABC_6]
US: Fremont, California [USCA_FMT]
US: Fremont-8, California [USCA_FMT8]
HK: Hong Kong (CMI) [HKHK_3]
Japan: Osaka (Softbank) [JPOS_1]
UAE: Dubai [AEDXB_1]
----------
✍️ 溢价收带原始邮箱光圈80hkd/月
1月13日到期(有七天付款时间),年付92.49刀,2G40G,1T流量,可切换以下机房,价格250元,带gmail原邮,有意私信。
AU: Sydney [AUSYD_1]
US: New York [USNY_2]
US: New Jersey [USNJ]
EU: Amsterdam, Netherlands [EUNL_3]
EU: Amsterdam, Netherlands (China Unicom Premium) [EUNL_9]
US: Los Angeles, California (DC2 AO) [USCA_2]
US: Los Angeles, California (DC3 CN2) [USCA_3]
US: Los Angeles, California (DC4 MCOM) [USCA_4]
US: Los Angeles, California (DC6 CT CN2GIA-E) [USCA_6] (current)
US: Los Angeles, California (DC8 ZNET) [USCA_8]
US: Los Angeles, California (DC9 CT CN2GIA) [USCA_9]
CA: British Columbia, Vancouver [CABC_1]
CA: British Columbia, Vancouver (CN2GIA) [CABC_6]
US: Fremont, California [USCA_FMT]
US: Fremont-8, California [USCA_FMT8]
HK: Hong Kong (CMI) [HKHK_3]
Japan: Osaka (Softbank) [JPOS_1]
UAE: Dubai [AEDXB_1]
----------
✍️ 溢价收带原始邮箱光圈80hkd/月
⭐ 宝塔8.0.5资源占用翻倍,问下AMH资源占用如何? by im2828 #uid51721
宝塔8.0.5资源占用翻倍,问下AMH资源占用如何?
我现在还在用7.9的宝塔,宝塔不回退,下次换服务器只能用AMH了。
----------
✍️ 落英缤纷:当你看到波涛汹涌时,想的不是大海,说明你长大了
宝塔8.0.5资源占用翻倍,问下AMH资源占用如何?
我现在还在用7.9的宝塔,宝塔不回退,下次换服务器只能用AMH了。
----------
✍️ 落英缤纷:当你看到波涛汹涌时,想的不是大海,说明你长大了
⭐ 有没有用CloudPanel面板的大佬?我搬瓦工nginx反代站点报错 by Wency #uid57857
有没有用CloudPanel面板的大佬?我搬瓦工nginx反代站点报错502
搬瓦工上nginx反代军哥lnmp的就没问题~
有没有用CloudPanel面板的大佬?我搬瓦工nginx反代站点报错502
搬瓦工上nginx反代军哥lnmp的就没问题~
⭐ 挺聪明啊! 部分事发地和冻结地警方对此不予立案 by 日本华人论坛 #uid22116
https://hostloc.com/thread-1262743-1-2.html
部分事发地和冻结地警方对此不予立案
外地来这配合的都是因为本人有人被骗了,把本地人的案子立案,不理外地的,
1. 外地的立案了,要去抓骗子,会降低破案率。影响自己。
2. 外地的不立案,可能部分就无奈退款了=本地人诈骗金额全部追回=破案率大涨,本地人送锦旗,YYDS!
----------
✍️ 北约峰会报告:X国用对抗性词语和不实资讯,以北约盟国为目标。损害盟国安全!笑尿!简中网不就是干这个的吗?
https://hostloc.com/thread-1262743-1-2.html
部分事发地和冻结地警方对此不予立案
外地来这配合的都是因为本人有人被骗了,把本地人的案子立案,不理外地的,
1. 外地的立案了,要去抓骗子,会降低破案率。影响自己。
2. 外地的不立案,可能部分就无奈退款了=本地人诈骗金额全部追回=破案率大涨,本地人送锦旗,YYDS!
----------
✍️ 北约峰会报告:X国用对抗性词语和不实资讯,以北约盟国为目标。损害盟国安全!笑尿!简中网不就是干这个的吗?
⭐ 出Chicagovps的9刀款,60元 by wisdomtiger #uid58072
配置1核768内存15G盘,330T/月
ip23.94.***.* ,LA-cloud-04区
2024年11月23日到期
60元出。邮箱是主力QQ,只能给账号密码。测试看我以前旧帖。
----------
✍️ 我的博客
配置1核768内存15G盘,330T/月
ip23.94.***.* ,LA-cloud-04区
2024年11月23日到期
60元出。邮箱是主力QQ,只能给账号密码。测试看我以前旧帖。
----------
✍️ 我的博客
⭐ 突然想起有个撞了护栏 要赔4000元的大佬 最后怎么处理了? by v2ex站长小心眼 #uid22118
突然想起有个撞了护栏 要赔4000元的大佬 最后怎么处理了?
----------
✍️ China牛;厉害了我的国;此生无悔入华夏,来生还做中国人(不是小粉红!)
突然想起有个撞了护栏 要赔4000元的大佬 最后怎么处理了?
----------
✍️ China牛;厉害了我的国;此生无悔入华夏,来生还做中国人(不是小粉红!)
⭐ Microsoft 365 E5 Developer 这个 现在还能注册不 by uzz #uid43990
此订阅现在被禁用,直到2024/1/15,你的数据将被删除。 了解订阅状态
购买更多许可证或取消分配。分配的许可证多于可用许可证。 取消分配许可证
过期日期
2023/11/14
延长结束日期
----------
✍️ 1H1G1TB带宽,注册就送你100刀,名额有限,速度来抢
此订阅现在被禁用,直到2024/1/15,你的数据将被删除。 了解订阅状态
购买更多许可证或取消分配。分配的许可证多于可用许可证。 取消分配许可证
过期日期
2023/11/14
延长结束日期
----------
✍️ 1H1G1TB带宽,注册就送你100刀,名额有限,速度来抢
⭐ 三星手机再也不是中国的形状了。 by idnew #uid51566
不是了,再也不是了。
今天去三星店,发现后面印着的赫然是越南制造。
本来想买来着,后来想这不是便宜泰国人嘛。果断走人。
好吧,其实就是去三星售后店让售后帮看下三星电池还剩多少电量。
三年多了了还剩68%,不得不说质量不错,本来想换,现在省了。
另外,有点伤自尊的是,让对方帮我测了一下回收价值多少。
大家猜多少,还不到100元。哈哈,好难堪啊。
不是了,再也不是了。
今天去三星店,发现后面印着的赫然是越南制造。
本来想买来着,后来想这不是便宜泰国人嘛。果断走人。
好吧,其实就是去三星售后店让售后帮看下三星电池还剩多少电量。
三年多了了还剩68%,不得不说质量不错,本来想换,现在省了。
另外,有点伤自尊的是,让对方帮我测了一下回收价值多少。
大家猜多少,还不到100元。哈哈,好难堪啊。
⭐ 为什么小区保安对外卖员很凶不好说话感觉 by okyok123 #uid16926
今天送一个高档小区,外卖员都不让进太垃圾了还不如村屋,里面的业主就像圈子里的杨,太不方便了,我不会买这种小区
----------
✍️ 用rn搭建的发卡网
今天送一个高档小区,外卖员都不让进太垃圾了还不如村屋,里面的业主就像圈子里的杨,太不方便了,我不会买这种小区
----------
✍️ 用rn搭建的发卡网