摘要:
返回参数示例 下面是一个示例: delimiter //S drop procedure if EXISTS myzrz; CREATE PROCEDURE myzrz(in pin int,out pout int, INOUT pinout int)begin declare var int ; 阅读全文
摘要:
mysql 自定义函数的使用 先查看函数功能是否开启:show variables like '%func%'; 若是未开启则:SET GLOBAL log_bin_trust_function_creators=1; 关闭则是:SET GLOBAL log_bin_trust_function_c 阅读全文
摘要:
git checkout dev git add remote mayun 添加远程库 git remote add pb git://github.com/paulboone/ticgit.git 如果遇到错误 fatal: 'origin' does not appear to be a git 阅读全文