莫菲    

0

1.右键->Settings2.点击图示位置3.在文件末尾添加:[credential] helper = store4.拉取,输入账号密码后会存储5.以后再拉取时就不需要再次输入了

6年前发布  · 839 次阅读
  Git  TortoiseGit 
0

excel中时间格式如上图所示,要使用phpexcel获取正确的时间格式:$date参数为用phpexcel读取到的对应表格中的数值。public static function excelTime($date){ if(is_numeric($date)){ $n = ceil(($date - 25569) *...

6年前发布  · 782 次阅读
  phpexcel