摘要: 定时关机:cmd shutdown -s -t 3600 阅读全文
posted @ 2013-07-07 23:51 安娜不会苏 阅读(73) 评论(0) 推荐(0)
摘要: 查看linux进程 ps运行.sh ./XXX.shlinux服务器重启:sudo reboot 阅读全文
posted @ 2013-07-07 22:18 安娜不会苏 阅读(143) 评论(0) 推荐(0)
摘要: UUID:This is the best way I could come up with to convert a MySQL GUID/UUID generated by UUID() to a binary(16):UNHEX(REPLACE(UUID(),'-',''))And then storing it in a BINARY(16) 阅读全文
posted @ 2013-07-05 16:03 安娜不会苏 阅读(99) 评论(1) 推荐(0)