2014年6月14日
摘要: 一.class Human(object): Age = 0 Name = ["li", "Lei"]a = Human()b = Human()a.Age += 1print a.Ageprint b.Agea.Name[0] = "Wang"print a.Nameprint b.N... 阅读全文
posted @ 2014-06-14 22:50 肖恒 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 第一步,在shell终端键入命令:mysql -u root -p第二步,进入mysql之后,键入use mysql;(这一步一定要,分号也不能省)第三步,再键入UPDATE user SET Password = PASSWORD('123456') WHERE user = 'debian-sy... 阅读全文
posted @ 2014-06-14 17:43 肖恒 阅读(973) 评论(0) 推荐(0) 编辑