GithubHelp home page GithubHelp logo

xiaoxiaoyao / myapp Goto Github PK

View Code? Open in Web Editor NEW
52.0 52.0 27.0 232.59 MB

随便写的各种,点链接可以进入我的知乎

Home Page: https://www.zhihu.com/people/xiaoyaowoaini/activities

License: The Unlicense

Python 4.57% HTML 18.25% CSS 0.99% Java 1.38% JavaScript 12.46% PHP 0.16% MATLAB 8.21% Shell 0.55% Jupyter Notebook 51.80% C++ 1.26% C 0.03% Go 0.08% Objective-C 0.09% Swift 0.01% TSQL 0.03% Scala 0.01% VBA 0.13%
anything-to-not-have-to-see-topics nothing nothing-to-see-here nothings students studying

myapp's People

Contributors

dependabot[bot] avatar xiaoxiaoyao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

myapp's Issues

第一个WEB服务器写完了,但是呢,还存在很多问题,比如:


###自己的思考题


1、如果WEB页面都这样写,就没法维护了,所以还得靠模板。
text = "<html><body><p>Hello, </p><h1>echo1 is " + echo1 + "</h1><h2>echo2 is " + echo2 + "</h2></body></html>" ###如果WEB页面都这样写,就没法维护了,所以还得靠模板 return web.Response(body=text.encode('utf-8'))


2、app.router.add_route妥妥的会被注入啊,XXS防不胜防,非得过滤,怎么解决?
app.router.add_route('GET', '/{echo1}/{echo2}', echo)#

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.