摘要:
使用composer构建的php框架 github: https://github.com/Ev2le0/LeoFramework 实现功能: 1)路由 2)ORM 3)视图 阅读全文
posted @ 2016-05-22 18:18
逝o0
阅读(189)
评论(0)
推荐(0)
摘要:
安装: pip install requests 使用: import requests HTTP请求:GET、POST、PUT、DELETE、HEAD、OPTIONS 1) get res = requests.get("https://github.com/timeline.json") 2) 阅读全文
posted @ 2016-05-22 17:33
逝o0
阅读(87345)
评论(1)
推荐(0)