VSCode连接远程服务器时卡在审核(check)log.txt和pid.txt

作者抱怨VSCode频繁更新导致兼容性问题,远程服务器连接困难,尤其是scp功能缺陷。文章分享了三种解决方法,包括临时关闭执行服务器、手动下载旧版本文件和调整插件版本。

诸神缄默不语-个人优快云博文目录

VSCode就NM跟SB一样天天搁那儿更新,瞎JB更新,每次更新都要出一次兼容性问题,远程服务器不能连公网就上不去了,也没有显式提示,错误很明显就是在下载不了文件,用VSCode内置的scp代码根本就跟死了一样一动也不动,连个进度条都没有,就不能起码提醒一下用户到底该干啥?微软程序员是不是有病?微软程序员是不是都要转设计了,用心画UI,用脚写输出是吧?

这次的bug是我又双叒叕更新了VSCode(我就是这么贱,我服了,我是微软孝子),连接服务器的时候一开始报Setting up SSH Host IP地址: Copying VS Code Server to host with scp,我通过这篇1中提到的方法试图直接将本地C:\Users\Administrator\AppData\Local\Temp中存储的文件上传到VSCode提示的位置,结果VSCode一顿操作猛如虎,最后Remote - SSH输出这玩意儿:

[19:09:00.037] [server] Checking /home/user_name/.vscode-server/cli/servers/Stable-commit_id/log.txt and /home/user_name/.vscode-server/cli/servers/Stable-commit_id/pid.txt for a running server...
[19:09:00.538] [server] Installing and setting up Visual Studio Code Server...

这台服务器不能上公网,这两个文件根本就没有新建成功。我用一台能上的服务器上了一下,发现log.txt就是日志文件,pid.txt就是pid(什么废话文学)
错误原因就是没有下载成功……反正各种文件。之所以不能直接用1中的方法手动上传文件是因为VSCode不讲武德,偷袭,又换了服务器文件处理路径!
不管是直接复制别的服务器的log.txt和pid.txt还是直接复制.vscode-server/cli/servers/Stable-commit_id过来都是没用的,直接跳过中间debug的过程来到最后解决问题环节吧:

方法一(我采用的方法):设置remote.SSH.useExecServer为false
随便打开一个能打开的环境,在工作区中搜索并取消勾选:
在这里插入图片描述
然后重开服务器的窗口,直接套用1中介绍过的方法来解决就行。(刚刚成功打开的服务器也得重开,因为这个修改是对全局有效的)

这个简单来说就是把服务器文件路径换成之前的版本。

方法二(我没试过):来自https://github.com/microsoft/vscode-remote-release/issues/8926#issuecomment-1711090630
下载https://update.code.visualstudio.com/commit:{commit_ID}/server-linux-x64/stable(commit_id获取方式也见1。如果之前折腾了半天其实也会自动新建Stable-commit_id文件,那个就是的),解压到.vscode-server/cli/servers/Stable-{commit_ID}/server目录
下载https://update.code.visualstudio.com/commit:{commit_ID}/cli-alpine-x64/stable,将其中的code文件(其实就这一个文件)重命名为code-{commit_ID},放到.vscode-server目录

方法三:降低VSCode或者Remote - SSH插件版本
见参考资料吧。

本文撰写过程中参考的资料:

  1. [Remote-SSH Bug]: Remote-SSH 0.106.1 gets stuck downloading the server · Issue #8926 · microsoft/vscode-remote-release:这里面还有一哥们问题是服务器tar的版本没更新,但是显然这跟我的情况不一样。
  2. visual studio code - Remote SSH connection hangs at “Downloading vscode server step” after updating VScode to 1.82.0 version - Stack Overflow

  1. VSCode连接远程服务器时无法下载或上传vscode-server ↩︎ ↩︎ ↩︎ ↩︎

无法登录的原因是?[13:40:28.422] Log Level: 2 [13:40:28.424] remote-ssh@0.76.1 [13:40:28.424] win32 x64 [13:40:28.429] SSH Resolver called for "ssh-remote+112.74.167.19", attempt 1 [13:40:28.429] "remote.SSH.useLocalServer": false [13:40:28.429] "remote.SSH.showLoginTerminal": false [13:40:28.430] "remote.SSH.remotePlatform": {"112.74.167.19":"linux"} [13:40:28.430] "remote.SSH.path": undefined [13:40:28.430] "remote.SSH.configFile": undefined [13:40:28.430] "remote.SSH.useFlock": true [13:40:28.430] "remote.SSH.lockfilesInTmp": false [13:40:28.430] "remote.SSH.localServerDownload": auto [13:40:28.430] "remote.SSH.remoteServerListenOnSocket": false [13:40:28.430] "remote.SSH.showLoginTerminal": false [13:40:28.430] "remote.SSH.defaultExtensions": [] [13:40:28.430] "remote.SSH.loglevel": 2 [13:40:28.431] "remote.SSH.enableDynamicForwarding": true [13:40:28.431] "remote.SSH.enableRemoteCommand": false [13:40:28.431] "remote.SSH.serverPickPortsFromRange": {} [13:40:28.431] "remote.SSH.serverInstallPath": {} [13:40:28.462] SSH Resolver called for host: 112.74.167.19 [13:40:28.462] Setting up SSH remote "112.74.167.19" [13:40:28.467] Using commit id "b3e4e68a0bc097f0ae7907b217c1119af9e03435" and quality "stable" for server [13:40:28.469] Install and start server if needed [13:40:28.471] Checking ssh with "ssh -V" [13:40:28.518] > OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2 [13:40:28.521] Running script with connection command: ssh -T -D 64092 "112.74.167.19" bash [13:40:28.524] Terminal shell path: C:\WINDOWS\System32\cmd.exe [13:40:28.703] > [?9001h[?1004h [13:40:28.703] Got some output, clearing connection timeout [13:40:29.014] > user@112.74.167.19's password:]0;C:\WINDOWS\System32\cmd.exe [13:40:29.015] Showing password prompt [13:40:30.257] Got password response [13:40:30.257] "install" wrote data to terminal: "*********" [13:40:30.273] > [13:40:30.550] > 801112208243: running [13:40:30.597] > Acquiring lock on /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435/vscode-remote-lock.user.b3e4e68a0bc097f0ae7907b217c1119af9e03435 > Found existing installation at /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435... > Checking /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.log and /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.pid for a running server > Looking for server with pid: 29186 [13:40:30.613] > Found running server... > > * > * Reminder: You may only use this software with Visual Studio family products, > * as described in the license (https://go.microsoft.com/fwlink/?linkid=2077057) > * > [13:40:30.628] > Checking server status on port 36681 with wget801112208243: start > exitCode==28== > listeningOn==36681== > osReleaseId==centos== > arch==x86_64== > tmpDir==/run/user/1001== > platform==linux== > unpackResult==== > didLocalDownload==0== > downloadTime==== > installTime==== > extInstallTime==== > serverStartTime==== > 801112208243: end [13:40:30.628] Received install output: exitCode==28== listeningOn==36681== osReleaseId==centos== arch==x86_64== tmpDir==/run/user/1001== platform==linux== unpackResult==== didLocalDownload==0== downloadTime==== installTime==== extInstallTime==== serverStartTime==== [13:40:30.629] Server status check failed - waiting and retrying [13:40:30.642] > [13:40:31.633] Running script with connection command: ssh -T -D 64092 "112.74.167.19" bash [13:40:31.635] Terminal shell path: C:\WINDOWS\System32\cmd.exe [13:40:31.808] > [?9001h[?1004h [13:40:31.809] Got some output, clearing connection timeout [13:40:32.156] "install" terminal command done [13:40:32.157] Install terminal quit with output: [13:40:32.162] > user@112.74.167.19's password:]0;C:\WINDOWS\System32\cmd.exe [13:40:32.162] Showing password prompt [13:40:32.580] Got password response [13:40:32.580] "install" wrote data to terminal: "*********" [13:40:32.592] > [13:40:32.835] > 801112208243: running [13:40:32.878] > Acquiring lock on /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435/vscode-remote-lock.user.b3e4e68a0bc097f0ae7907b217c1119af9e03435 [13:40:32.901] > Found existing installation at /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435... > Checking /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.log and /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.pid for a running server > Looking for server with pid: 29186 [13:40:32.921] > Found running server... > > * > * Reminder: You may only use this software with Visual Studio family products, > * as described in the license (https://go.microsoft.com/fwlink/?linkid=2077057) > * > [13:40:32.930] > Checking server status on port 36681 with wget > > 801112208243: start > exitCode==28== > listeningOn==36681== > osReleaseId==centos== > arch==x86_64== > tmpDir==/run/user/1001== > platform==linux== > unpackResult==== > didLocalDownload==0== > downloadTime==== > installTime==== > extInstallTime==== > serverStartTime==== > 801112208243: end [13:40:32.930] Received install output: exitCode==28== listeningOn==36681== osReleaseId==centos== arch==x86_64== tmpDir==/run/user/1001== platform==linux== unpackResult==== didLocalDownload==0== downloadTime==== installTime==== extInstallTime==== serverStartTime==== [13:40:32.930] Server status check failed - waiting and retrying [13:40:32.946] > [13:40:33.936] Running script with connection command: ssh -T -D 64092 "112.74.167.19" bash [13:40:33.938] Terminal shell path: C:\WINDOWS\System32\cmd.exe [13:40:34.109] > [?9001h[?1004h [13:40:34.109] Got some output, clearing connection timeout [13:40:34.457] "install" terminal command done [13:40:34.457] Install terminal quit with output: [13:40:34.459] > user@112.74.167.19's password:]0;C:\WINDOWS\System32\cmd.exe [13:40:34.459] Showing password prompt [13:40:34.951] Got password response [13:40:34.951] "install" wrote data to terminal: "*********" [13:40:34.962] > [13:40:35.208] > 801112208243: running [13:40:35.243] > Acquiring lock on /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435/vscode-remote-lock.user.b3e4e68a0bc097f0ae7907b217c1119af9e03435 [13:40:35.251] > Found existing installation at /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435... > Checking /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.log and /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.pid for a running server [13:40:35.268] > Looking for server with pid: 29186 > Found running server... [13:40:35.283] > > * > * Reminder: You may only use this software with Visual Studio family products, > * as described in the license (https://go.microsoft.com/fwlink/?linkid=2077057) > * > > Checking server status on port 36681 with wget > > 801112208243: start > exitCode==28== > listeningOn==36681== > osReleaseId==centos== > arch==x86_64== > tmpDir==/run/user/1001== > platform==linux== > unpackResult==== > didLocalDownload==0== > downloadTime==== > installTime==== > extInstallTime==== > serverStartTime==== > 801112208243: end [13:40:35.283] Received install output: exitCode==28== listeningOn==36681== osReleaseId==centos== arch==x86_64== tmpDir==/run/user/1001== platform==linux== unpackResult==== didLocalDownload==0== downloadTime==== installTime==== extInstallTime==== serverStartTime==== [13:40:35.283] Server status check failed - waiting and retrying [13:40:35.301] > [13:40:36.289] Running script with connection command: ssh -T -D 64092 "112.74.167.19" bash [13:40:36.291] Terminal shell path: C:\WINDOWS\System32\cmd.exe [13:40:36.468] > [?9001h[?1004h [13:40:36.468] Got some output, clearing connection timeout [13:40:36.807] "install" terminal command done [13:40:36.807] Install terminal quit with output: [13:40:36.815] > user@112.74.167.19's password:]0;C:\WINDOWS\System32\cmd.exe [13:40:36.815] Showing password prompt [13:40:37.396] Got password response [13:40:37.397] "install" wrote data to terminal: "*********" [13:40:37.407] > [13:40:37.651] > 801112208243: running [13:40:37.697] > Acquiring lock on /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435/vscode-remote-lock.user.b3e4e68a0bc097f0ae7907b217c1119af9e03435 [13:40:37.713] > Found existing installation at /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435... > Checking /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.log and /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.pid for a running server > Looking for server with pid: 29186 [13:40:37.731] > Found running server... > > * > * Reminder: You may only use this software with Visual Studio family products, > * as described in the license (https://go.microsoft.com/fwlink/?linkid=2077057) > * > [13:40:37.745] > Checking server status on port 36681 with wget801112208243: start > exitCode==28== > listeningOn==36681== > osReleaseId==centos== > arch==x86_64== > tmpDir==/run/user/1001== > platform==linux== > unpackResult==== > didLocalDownload==0== > downloadTime==== > installTime==== > extInstallTime==== > serverStartTime==== > 801112208243: end [13:40:37.745] Received install output: exitCode==28== listeningOn==36681== osReleaseId==centos== arch==x86_64== tmpDir==/run/user/1001== platform==linux== unpackResult==== didLocalDownload==0== downloadTime==== installTime==== extInstallTime==== serverStartTime==== [13:40:37.745] Server status check failed - waiting and retrying [13:40:38.756] Running script with connection command: ssh -T -D 64092 "112.74.167.19" bash [13:40:38.758] Terminal shell path: C:\WINDOWS\System32\cmd.exe [13:40:38.929] > [?9001h[?1004h [13:40:38.929] Got some output, clearing connection timeout [13:40:39.274] "install" terminal command done [13:40:39.274] Install terminal quit with output: [13:40:39.279] > user@112.74.167.19's password:]0;C:\WINDOWS\System32\cmd.exe [13:40:39.280] Showing password prompt [13:40:39.886] Got password response [13:40:39.886] "install" wrote data to terminal: "*********" [13:40:39.897] > [13:40:40.139] > 801112208243: running [13:40:40.176] > Acquiring lock on /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435/vscode-remote-lock.user.b3e4e68a0bc097f0ae7907b217c1119af9e03435 [13:40:40.195] > Found existing installation at /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435... [13:40:40.208] > Checking /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.log and /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.pid for a running server > Looking for server with pid: 29186 > Found running server... [13:40:40.223] > > * > * Reminder: You may only use this software with Visual Studio family products, > * as described in the license (https://go.microsoft.com/fwlink/?linkid=2077057) > * > > Checking server status on port 36681 with wget > > 801112208243: start > exitCode==28== > listeningOn==36681== > osReleaseId==centos== > arch==x86_64== > tmpDir==/run/user/1001== > platform==linux== > unpackResult==== > didLocalDownload==0== > downloadTime==== > installTime==== > extInstallTime==== > serverStartTime==== > 801112208243: end [13:40:40.223] Received install output: exitCode==28== listeningOn==36681== osReleaseId==centos== arch==x86_64== tmpDir==/run/user/1001== platform==linux== unpackResult==== didLocalDownload==0== downloadTime==== installTime==== extInstallTime==== serverStartTime==== [13:40:40.223] Server status check failed - waiting and retrying [13:40:40.239] > [13:40:41.234] Running script with connection command: ssh -T -D 64092 "112.74.167.19" bash [13:40:41.236] Terminal shell path: C:\WINDOWS\System32\cmd.exe [13:40:41.408] > [?9001h[?1004h [13:40:41.408] Got some output, clearing connection timeout [13:40:41.761] "install" terminal command done [13:40:41.762] Install terminal quit with output: [13:40:41.766] > user@112.74.167.19's password:]0;C:\WINDOWS\System32\cmd.exe [13:40:41.766] Showing password prompt [13:40:42.369] Got password response [13:40:42.369] "install" wrote data to terminal: "*********" [13:40:42.379] > [13:40:42.633] > 801112208243: running [13:40:42.682] > Acquiring lock on /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435/vscode-remote-lock.user.b3e4e68a0bc097f0ae7907b217c1119af9e03435 [13:40:42.702] > Found existing installation at /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435... > Checking /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.log and /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.pid for a running server > Looking for server with pid: 29186 [13:40:42.717] > Found running server... > > * > * Reminder: You may only use this software with Visual Studio family products, > * as described in the license (https://go.microsoft.com/fwlink/?linkid=2077057) > * > [13:40:42.733] > Checking server status on port 36681 with wget801112208243: start > exitCode==28== > listeningOn==36681== > osReleaseId==centos== > arch==x86_64== > tmpDir==/run/user/1001== > platform==linux== > unpackResult==== > didLocalDownload==0== > downloadTime==== > installTime==== > extInstallTime==== > serverStartTime==== > 801112208243: end [13:40:42.733] Received install output: exitCode==28== listeningOn==36681== osReleaseId==centos== arch==x86_64== tmpDir==/run/user/1001== platform==linux== unpackResult==== didLocalDownload==0== downloadTime==== installTime==== extInstallTime==== serverStartTime==== [13:40:42.733] Server status check failed - waiting and retrying [13:40:43.742] Running script with connection command: ssh -T -D 64092 "112.74.167.19" bash [13:40:43.743] Terminal shell path: C:\WINDOWS\System32\cmd.exe [13:40:43.917] > [?9001h[?1004h [13:40:43.917] Got some output, clearing connection timeout [13:40:44.256] "install" terminal command done [13:40:44.256] Install terminal quit with output: [13:40:44.261] > user@112.74.167.19's password:]0;C:\WINDOWS\System32\cmd.exe [13:40:44.261] Showing password prompt [13:40:45.151] Got password response [13:40:45.151] "install" wrote data to terminal: "*********" [13:40:45.162] > [13:40:45.411] > 801112208243: running [13:40:45.451] > Acquiring lock on /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435/vscode-remote-lock.user.b3e4e68a0bc097f0ae7907b217c1119af9e03435 [13:40:45.473] > Found existing installation at /home/user/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435... > Checking /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.log and /home/user/.vscode-server/.b3e4e68a0bc097f0ae7907b217c1119af9e03435.pid for a running server > Looking for server with pid: 29186 [13:40:45.490] > Found running server... > > * > * Reminder: You may only use this software with Visual Studio family products, > * as described in the license (https://go.microsoft.com/fwlink/?linkid=2077057) > * > [13:40:45.504] > Checking server status on port 36681 with wget [13:40:45.517] > > 801112208243: start > exitCode==28== > listeningOn==36681== > osReleaseId==centos== > arch==x86_64== > tmpDir==/run/user/1001== > platform==linux== > unpackResult==== > didLocalDownload==0== > downloadTime==== > installTime==== > extInstallTime==== > serverStartTime==== > 801112208243: end [13:40:45.518] Received install output: exitCode==28== listeningOn==36681== osReleaseId==centos== arch==x86_64== tmpDir==/run/user/1001== platform==linux== unpackResult==== didLocalDownload==0== downloadTime==== installTime==== extInstallTime==== serverStartTime==== [13:40:45.518] Server status check failed - waiting and retrying [13:40:46.532] Running script with connection command: ssh -T -D 64092 "112.74.167.19" bash [13:40:46.533] Terminal shell path: C:\WINDOWS\System32\cmd.exe [13:40:46.703] > [?9001h[?1004h [13:40:46.703] Got some output, clearing connection timeout [13:40:47.039] "install" terminal command done [13:40:47.040] Install terminal quit with output: [13:40:47.045] > user@112.74.167.19's password:]0;C:\WINDOWS\System32\cmd.exe [13:40:47.045] Showing password prompt [13:40:47.641] Password dialog canceled [13:40:47.642] "install" terminal command canceled [13:40:47.642] Resolver error: Error: Connecting was canceled at f.Canceled (c:\Users\forest\.vscode\extensions\ms-vscode-remote.remote-ssh-0.76.1\out\extension.js:1:586237) at c:\Users\forest\.vscode\extensions\ms-vscode-remote.remote-ssh-0.76.1\out\extension.js:1:681160 [13:40:47.646] ------
08-14
在使用 **VSCode** 连接远程服务器时,如果下载某个软件过程中出现进度停滞问题,可以尝试以下几种解决方案: ### 1. 检查网络连接 确保本地与远程服务器之间的网络连接稳定。可以通过 `ping` 或 `traceroute` 命令检查网络延迟丢包情况。 ```bash ping <remote-server-ip> ``` 如果发现网络不稳定,建议切换网络环境或联系网络服务提供商。 ### 2. 调整 VSCode Remote - SSH 设置 VSCode 的 Remote - SSH 扩展允许用户通过 SSH 连接远程服务器并进行开发。如果下载过程中出现顿,可以尝试调整相关设置: - 在 `settings.json` 中增加超时时间: ```json "remote.SSH.remoteCommand": "none", "remote.SSH.showLoginTerminal": true, "remote.SSH.useLocalServer": false ``` ### 3. 使用本地终端进行下载 如果 VSCode 的下载功能持续出现问题,可以直接使用本地终端或远程服务器的命令行工具(如 `wget` 或 `curl`)进行下载,然后通过 `scp` 或其他方式将文件传输到目标位置。 ```bash wget http://example.com/software.tar.gz scp software.tar.gz user@remote:/path/to/destination ``` ### 4. 清理缓存并重新启动 VSCode 有时,VSCode 的缓存可能导致某些操作顿。可以尝试清理缓存并重新启动 VSCode: - 删除 VSCode 的缓存目录(通常位于 `~/.vscode-server/data/CachedData`)。 - 重新启动 VSCode 并重新连接远程服务器。 ### 5. 更新 VSCode 扩展 确保 VSCode 及其所有扩展都已更新到最新版本。旧版本可能存在兼容性问题或性能缺陷。 - 在 VSCode 中,点击左下角的齿轮图标,选择 "Check for Updates"。 - 确保 Remote - SSH 扩展也已更新到最新版本。 ### 6. 检查远程服务器资源使用情况 如果远程服务器的系统资源(如内存或 CPU)接近极限,可能会导致下载过程顿。可以使用以下命令检查资源使用情况: ```bash top free -h df -h ``` 如果发现资源不足,可以尝试关闭不必要的进程或升级服务器配置。 ### 7. 使用代理或镜像源 如果下载速度缓慢是由于源服务器的问题,可以尝试使用代理或更换为更快的镜像源。例如,在 Linux 系统中,可以修改 `/etc/apt/sources.list` 文件以使用国内镜像。 ### 8. 调试日志分析 启用调试模式以获取更多关于下载停滞的日志信息。这有助于定位具体问题: - 在 VSCode 中,打开命令面板(Ctrl+Shift+P),输入 "Remote-SSH: Kill VS Code Server on Host",然后重新连接。 - 查看输出日志(Output Log)中的详细信息,寻找可能的错误提示。
评论 6
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

诸神缄默不语

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值