摘要:
用于实现文件共享 netstat -apn|grep smb 可以按到 smb服务,需要开启139 、445端口号 firewall-cmd --zone=public --add-port=901/tcp --permanentfirewall-cmd --zone=public --add-po 阅读全文
摘要:
转载 http://zhidao.baidu.com/question/648082470188591685.html#281447-youdao-1-37589-e89b8cd5d22c19bc43c98d3f4cec6bb0 阅读全文
摘要:
1.unix时间戳的使用unix_timesamp、from_unixtime 函数 和datatime_format函数。// 从datetime 类型取做整形 unixtime时间戳;select unix_timestamp( datetime ) from examplestables;//... 阅读全文