2015年9月2日
摘要: 常用的功能测试:#! -*- coding:utf-8 -*-import strings = 'Yes! This is a string'print '原字符串:' + sprint '小写:' + s.lower()print '大写:' + s.upper()print '大写和小写转换:'... 阅读全文
posted @ 2015-09-02 09:50 gcczhongduan 阅读(285) 评论(0) 推荐(0)
摘要: 1.给root所有授权的帐户sql才干grant all privileges on *.* to root@"%" identified by ".";flush privileges;2.建立bat批处理文件@echo offset path=%path%;D:\Program Files\My... 阅读全文
posted @ 2015-09-02 08:58 gcczhongduan 阅读(190) 评论(0) 推荐(0)