Lv.的博客
摘要: MySql数据库导出csv文件命令: mysql> select first_name,last_name,email from account into outfile 'e://output1.csv' fields terminated by ','optionally enclosed by 阅读全文
posted @ 2017-01-11 17:04 Avatarx 阅读(8645) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 8 9 10 11 ifconfig eth0 down ifconfig eth0 hw ether 01:02:03:04:05:06 ifconfig eth0 192.168.0.114 netmask 255.255.255.0 up ifconfig eth0 阅读全文
posted @ 2017-01-11 10:56 Avatarx 阅读(1862) 评论(0) 推荐(1) 编辑