09 2018 档案
摘要:首页先查看全局配置:git config --list git config --local --list 法一:使用命令修改git的用户名和提交的邮箱 1)修改全局 如果你要修改当前全局的用户名和邮箱时,需要在上面的两条命令中添加一个参数,--global,代表的是全局。 命令分别为: git config --global user.name 你的目标用户名; git con...
阅读全文
摘要:$postData['file'] = "@".getcwd()."/../attachment/qianbao/{$customer_id}.zip"; $this->log->info("Qianbao file path:".$postData['file']); //$postData['sign'] = bin2hex(md5($str_sign)); //'file' => '@d...
阅读全文
摘要:1. 停止命令 pkill php-fpm 2.重启或启动命令 php-fpm -R
阅读全文
摘要:1. 时间:02-AUG-18 17:01:34 转成正常 年月日 时分秒 select to_char(to_timestamp('02-AUG-18 17:01:34', 'dd-mon-yy,hh24:mi:ss') ,'YYYY-MM-DD hh24:mi:ss') from dual; 2
阅读全文
浙公网安备 33010602011771号