kitar's recent timeline updates
kitar

kitar

V2EX member #191027, joined on 2016-09-09 11:54:09 +08:00
kitar's recent replies
<button onclick="newMonitorModal(0)">新建调度</button>

function newMonitorModal(id_) {
$('#modal-content').html("");
$.get(
"{{ url_for('mt.NewMonitor') }}",
{
id: id_
},
function (response) {
$('#modal-content').html(response);
}
}
);
}
processes
flask 启动的时候可以设置--progress 参数,可以设置允许的并发数
@hosiet 这两个好像没啥区别吧
Nov 4, 2016
Replied to a topic by crytis Python __init__.py 除了 包的作用,还有什么?
建议你看下 python 的库源码,看看别人怎么用__init__
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2545 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 09:19 · PVG 17:19 · LAX 02:19 · JFK 05:19
♥ Do have faith in what you're doing.