V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  gray0  ›  全部回复第 1 页 / 共 3 页
回复总数  53
1  2  3  
美股现在是究极高点 风险太大
2 天前
回复了 v2yllhwa 创建的主题 美酒与美食 代糖与头痛
@Marain 确实是这个
3 天前
回复了 v2yllhwa 创建的主题 美酒与美食 代糖与头痛
赤藓糖醇可能会增加心脏病风险
盲猜用了 inter 版的 IDEA
21 天前
回复了 gray0 创建的主题 投资 A 股要崛起了?今天高开 1%
@markyume 之前 bilibli 听国发院黄益平讲的货币银行学,他说他们这些搞经济的根本转不了股市的钱😄
21 天前
回复了 gray0 创建的主题 投资 A 股要崛起了?今天高开 1%
@yytbob 赚了 11 个点 😄,今天准备跑路了,国庆吃点好的
21 天前
回复了 clacf 创建的主题 投资 40w,目前已经卖了 4w 了
赢麻了
24 天前
回复了 gray0 创建的主题 投资 A 股要崛起了?今天高开 1%
@easonwood91 只玩指数 十分妙哉啊 固定区间来回涨跌涨跌
难蚌
🤡
52 天前
回复了 happydayandnight 创建的主题 投资 百万资金,旗开得胜
走吧老哥 现在还来得及 真的 收手吧
@functionABC 了解下神之天平这个游戏的制作 https://www.taptap.cn/moment/345859729911712518
愿赌服输
86 天前
回复了 gosky 创建的主题 Python Python asyncio 中怎么执行 cpu 密集型任务?
何必多 BB 直接上代码

from concurrent.futures import ProcessPoolExecutor
import asyncio

async def integration_process_and_gather():
with ProcessPoolExecutor() as process_pool:
loop = asyncio.get_running_loop()
numbers = [100000000, 1, 100, 10000, 1000000, 1000, 100000]
tasks = [
loop.run_in_executor(process_pool, do_count_number, n) for n in numbers
]
[print(type(task)) for task in tasks]
results = await asyncio.gather(*tasks)
print(f"integration_hello_world {results}")
91 天前
回复了 blueeon 创建的主题 奇思妙想 开一个失业者的咖啡馆怎么样?
想给房东装修队送钱就直说,不如送我
94 天前
回复了 yinshaojun96 创建的主题 程序员 Java 写腻了 想做点小东西 有什么推荐
@goodspb 博客赚不了钱. 三大项更是学生时代应该搞的东西(35 岁迫在眉睫,不应该这么悠闲),不如赌一把,哈哈
94 天前
回复了 yinshaojun96 创建的主题 程序员 Java 写腻了 想做点小东西 有什么推荐
如果我掏出 Map map 和 JSONObject ,阁下又该如何应对?
1  2  3  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4078 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 802ms · UTC 04:09 · PVG 12:09 · LAX 21:09 · JFK 00:09
Developed with CodeLauncher
♥ Do have faith in what you're doing.