摘要: 1. 进程 # 这段代码在pycharm中可能不出结果,可以放到cmd中运行 import threading import multiprocessing import time def subTest(): print('This is in Process:%s thread: %s' % ( 阅读全文
posted @ 2019-12-03 22:06 wztshine 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 语法: CREATE FUNCTION <函数名> ( [ <参数1> <类型1> [ , <参数2> <类型2>] ] … ) RETURNS <类型> # 返回的数据类型 return <函数主体> e.g. mysql> set global log_bin_trust_function_cr 阅读全文
posted @ 2019-12-03 16:03 wztshine 阅读(129) 评论(0) 推荐(0) 编辑