python 字符串操作通用异常处理


#!/bin/env python

-- coding: utf-8 --

import json

a={}
a['name'] = "test"
a['age'] = '18'
b="fdsfdsfdsfd"
a1=[]
a1.append(a)

try:
str1=json.d[......]

查看更多内容

Posted in DEVOPS | python 字符串操作通用异常处理已关闭评论

Want to be more creative? Go for a walk

The creative process — you know this — from the first idea to the final product, is a long process. It’s super-iterative, lots of refinement, blood,[……]

查看更多内容

Posted in TED 演讲 | Want to be more creative? Go for a walk已关闭评论