摘要: num = raw_input('input is :' )#用户输入for i in range(len(num)): #循环取字符输出 print num[i]for i,ch in enumerate(num):#使用enumerate()函数 print ch 阅读全文
posted @ 2014-04-08 21:22 tim胖 阅读(146) 评论(0) 推荐(0) 编辑
摘要: TRUNCATE TABLESET IDENTITY_INSERT dbo.tbProductCN ONINSERT INTO dbo.tbProductCN ( Code , )SELECT id,Code , FROM HFORDERSERVER.dbo.tbproductcn SET IDENTITY_INSERT dbo.tbProductCN Off 阅读全文
posted @ 2014-04-08 17:38 tim胖 阅读(133) 评论(0) 推荐(0) 编辑