Ubuntu安装ifconfig工具
Ubuntu安装ifconfig工具 [crayon-69b96382b9c0f655574715/… 继续阅读 Ubuntu安装ifconfig工具
Ubuntu安装ifconfig工具 [crayon-69b96382b9c0f655574715/… 继续阅读 Ubuntu安装ifconfig工具
test.html
|
1 |
<a href="javascript:void(0)" οnmοuseοver="testAsync()"> |
asy.js … 继续阅读 Ajax请求中的async:false/true的作用
报错提示: PHP Fatal error: Maximum execution time of 3… 继续阅读 debian修改PHP因为执行时间太长,报500错误
|
1 2 3 4 5 6 7 8 9 10 |
1. 查看时间 date; 2. 查看硬件时间 hwclock 3. 修改时间 date -s “要修改的时间” 4. 修改硬件时间 hwclock -w 5. 同步硬件时钟(hwclock)到系统时间(date): hwclock <span class="token parameter variable">--hctosys</span> 6. 同步系统时间(date)到硬件时钟(hwclock): hwclock <span class="token parameter variable">--systohc </span> |
|
1 2 3 |
git rm -r --cached "文件夹/文件的名字" git add "文件夹/文件的名称" git commit -m "修改理由" |
|
1 |
history |
|
1 |
free -m |
|
1 |
git config core.filemode false |
方法1: (最好的方法)在php.ini里加上找到date.timezone项,设置date.tim… 继续阅读 PHP中时区设置的三种方法(timezone)
方法一:通过mysql命令行模式下动态修改 1.1 查看mysql当前时间,当前时区 [crayon… 继续阅读 MySQL修改时区改变时间