V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  cheneydog  ›  全部回复第 44 页 / 共 44 页
回复总数  864
1 ... 35  36  37  38  39  40  41  42  43  44  
2015-11-23 19:18:46 +08:00
回复了 atao 创建的主题 生活 V 站签到 365 天了!
后来被封号了,于是。。。
2015-11-23 11:41:41 +08:00
回复了 LeanCloudRRY 创建的主题 JavaScript 「大概也许是」目前最好的 JavaScript 异步方案 async/await
leancloud 能用来做普通的网站么?有 80 端口么?能绑定域名么?
解析到 google baidu bing 的域名 千千万,这你管不了别人的。
```python
#! /usr/bin/env python
# -*- coding: utf-8 -*-

import os
from multiprocessing import Process,freeze_support

def task():
os.system('python b.py')


if __name__ == '__main__':
freeze_support()
Process(target=task).start()
print "i am over"
```
1 ... 35  36  37  38  39  40  41  42  43  44  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5795 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 24ms · UTC 02:30 · PVG 10:30 · LAX 18:30 · JFK 21:30
Developed with CodeLauncher
♥ Do have faith in what you're doing.