摘要: from flask import Flask from flask_cors import CORS app = Flask(__name__) CORS(app) @app.route("/") def helloWorld(): return "Hello, cross-origin-worl 阅读全文
posted @ 2018-08-22 18:32 bingo彬哥 阅读(1289) 评论(0) 推荐(0) 编辑
摘要: ``` search ⇒ find something anywhere in the string and return a match object. match ⇒ find something at the beginning of the string and return a match object. # example code: string_with_newlines = "... 阅读全文
posted @ 2018-08-22 18:15 bingo彬哥 阅读(498) 评论(0) 推荐(0) 编辑
摘要: jupyter notebook快捷键的使用 阅读全文
posted @ 2018-08-22 18:04 bingo彬哥 阅读(1186) 评论(0) 推荐(0) 编辑
本站总访问量