Git忽略文件gitignore梳理
对于经常使用Git的朋友来说,.gitignore配置一定不会陌生。废话不说多了,接下来就来说说这个.gitignore的使用。
首先要强调一点,这个文件的完整文件名就是”.gitignore”,注意最前面有个“.”。一般来说每个Git项目中都需要一个“.gitignore”文件,这个文件的作用就是
...
Warning: date() :It is not safe to rely on the system's timezone settings
在执行php文件时会出现下面的错误:
123PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone
...
Mac下如何修改apache根目录
众所周知,Mac自带tomcat,并且根目录在/Library/WebServer/Document ,如果直接访问localhost就会访问到这个根目录,但是这个目录带有修改权限,那么如何解决这个问题呢,最好的办法就是修改apache的根目录,下面介绍如何修改
命令 过程中需要用到
123456s
...