摘要:
DELIMITER // create PROCEDURE insert_logs_test(in loop_times INT) BEGIN DECLARE var INT DEFAULT 0; DECLARE l_datetime datetime DEFAULT '2016-03-31 16:00:00'; WHILE var < loop_times DO insert INT... 阅读全文
摘要:
个人理解,不对的地方,欢迎指正 1、WSGI web service gate intervice WSGI itself is a protocol or convention that ensures that your web application can speak with the we 阅读全文