09 2018 档案

摘要:首页先查看全局配置:git config --list git config --local --list 法一:使用命令修改git的用户名和提交的邮箱 1)修改全局 如果你要修改当前全局的用户名和邮箱时,需要在上面的两条命令中添加一个参数,--global,代表的是全局。 命令分别为: git config --global user.name 你的目标用户名; git con... 阅读全文
posted @ 2018-09-21 09:21 王默默 阅读(4104) 评论(0) 推荐(1)
摘要:$postData['file'] = "@".getcwd()."/../attachment/qianbao/{$customer_id}.zip"; $this->log->info("Qianbao file path:".$postData['file']); //$postData['sign'] = bin2hex(md5($str_sign)); //'file' => '@d... 阅读全文
posted @ 2018-09-20 12:07 王默默 阅读(1228) 评论(0) 推荐(0)
摘要:1. 停止命令 pkill php-fpm 2.重启或启动命令 php-fpm -R 阅读全文
posted @ 2018-09-15 09:50 王默默 阅读(20923) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2018-09-10 15:32 王默默 阅读(10699) 评论(0) 推荐(0)