V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  zypdominate1  ›  全部回复第 1 页 / 共 2 页
回复总数  36
1  2  
1 天前
回复了 hwenzhuo000 创建的主题 经济 中国的房价真的会重走日本的老路吗?
@dyvdy 你这么狡辩,没啥意义。先区分什么是顺势而为,什么是无脑随大流。
2 天前
回复了 hwenzhuo000 创建的主题 经济 中国的房价真的会重走日本的老路吗?
@zypdominate1 房价高时,没见过网上这么多唱衰的。当时都是说房价要涨,其实本质和现在一样,涨的时候都认为还要涨(不然为什么那么多人买),跌的时候都认为要跌(不然为什么都劝不买),都是当时情景下的大聪明。
2 天前
回复了 hwenzhuo000 创建的主题 经济 中国的房价真的会重走日本的老路吗?
为什么房价高的时候,没这么聪明的人出来发表观点呢?
感觉你是吃的太饱了,想的太多,而且挺自我,觉得很多人和你一样。以后发表言论时,尽量不要用“我们”,谁都不愿意被你这种莫名其妙的想法代表。
评论都没说到点上。我觉得女生还好吧,打游戏啥的都没问题,看后续聊天还行,只不过最后女生都主动说要约时间了,结果你说“要得”,要啥啊,你回具体约哪天啊,就回两个字,啥意思,要是我也觉得你不太好
11 天前
回复了 YaD2x 创建的主题 分享发现 年终总结(2025)
作为一个从线下菜市场买菜,转到盒马、偶尔山姆的人来说,其实不用把重点放在吃喝的支出多少,菜市场买菜绝对会坑你年轻人,而且质量不一定好,不如省时省心买盒马、山姆。虽然吃喝支出没少,但是质量、品质有上升。
2025 年 12 月 31 日
回复了 wuzhanggui 创建的主题 Blogger 博客没落的时代,年底友链再换一波
你的博客 rss 订阅会报错
@yangzzzzzz 哪家啊
2025 年 11 月 29 日
回复了 LittleYe233 创建的主题 程序员 感谢华为,又打钱 1 万,美滋滋
有时候看到有些人,抱怨有的环境差、各种不好,原来是有原因的,其他的不说,就说这种垃圾破坏生态。
2025 年 11 月 29 日
回复了 LittleYe233 创建的主题 程序员 感谢华为,又打钱 1 万,美滋滋
算是看清了,一讨论就喷,一给钱就舔,没有一点硬气
2025 年 11 月 14 日
回复了 zypdominate1 创建的主题 问与答 鹤 7 PRO 25 款电视, U 盘无法使用,要咋办
@OctopusGO 目前还没其他问题,感觉还行。不过看视频、电视电影、听音乐等等,都要会员,而且要分开开会员……
@datiewang 试了下 Spotify ,体验比吃屎还难受,手机端没法开会员。挂梯子的地区和资料里的还得一样,不然有点问题。现在不知道咋回事,也听不起来。

其实之前就试过了,体验不舒服。可能是我哪里使用方式不对吧
@gray0 卧槽,大佬,你太牛逼了,来在深夜的感慨,本来都准备放弃了。感谢~

```
docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
e6590344b1a5: Pull complete
Digest: sha256:ec153840d1e635ac434fab5e377081f17e0e15afab27beb3f726c3265039cfff
Status: Downloaded newer image for hello-world:latest

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
1. The Docker client contacted the Docker daemon.
2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
(amd64)
3. The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
https://hub.docker.com/

For more examples and ideas, visit:
https://docs.docker.com/get-started/
```
@capric 貌似不支持代理?

wsl -d Ubuntu hostname -I
wsl: 检测到 localhost 代理配置,但未镜像到 WSL 。NAT 模式下的 WSL 不支持 localhost 代理。
172.20.107.81 172.17.0.1 172.18.0.1
@Lemonadeccc win 上的梯子开代理,在 wsl 中也没法 pull image 。总之,都试过了,累了
@dcsuibian 还是不行,不知道是不是我配置的有问题,我是在自己个人电脑上使用的。代理的地址要怎么配置才好,对代理不太懂。
```
cat http-proxy.conf

[Service]
Environment="HTTP_PROXY=http://192.168.1.100:8080" # HTTP 代理
Environment="HTTPS_PROXY=http://192.168.1.100:8080" # HTTPS 代理
Environment="NO_PROXY=localhost,127.0.0.1,10.0.0.0/8,.internal" # 直连的地址
mag@Mag:/etc/systemd/system/docker.service.d$ cd -
/home/mag/tools/mysql-docker

mag@Mag:~/tools/mysql-docker$ sudo systemctl daemon-reload
mag@Mag:~/tools/mysql-docker$ sudo systemctl restart docker

mag@Mag:~/tools/mysql-docker$ docker-compose up
Pulling db (mysql:8.0)...
ERROR: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: dial tcp 192.168.1.100:8080: connect: no route to host


docker run hello-world
Unable to find image 'hello-world:latest' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: dial tcp 192.168.1.100:8080: connect: no route to host
```
2024 年 12 月 10 日
回复了 lihaoyang006 创建的主题 分享创造 做了一个 AI 播客工具网站
可以做成 app 嘛,感觉很棒。
对了,想提个需求,在 Transcript 板块,
- 单击某个单词,可以弹出翻译等;
- 双击单词,从当前开始播放;
2024 年 12 月 10 日
回复了 lihaoyang006 创建的主题 分享创造 做了一个 AI 播客工具网站
好厉害啊
2024 年 12 月 2 日
回复了 tho 创建的主题 问与答 人到中年,一生中最后悔的事是什么?
@mlhorizon #14 终于遇到共鸣的人了,不容易
2024 年 12 月 1 日
回复了 dc46555ad 创建的主题 问与答 Windows PDF 阅读器推荐
@since2021 编辑后,好像没法保存文件
1  2  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   1033 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 33ms · UTC 18:36 · PVG 02:36 · LAX 10:36 · JFK 13:36
♥ Do have faith in what you're doing.