-
Flask Web开发
全面介绍如何基于python框架flask进行web开发。第一部分是flask介绍,介绍使用flask框架及扩展web程序的必备知识;第二部分,给出一些实例;第三部分,介绍发布应用之前必须考虑的事项。(This paper introduces how to develop web based on Python framework flask. The first part is the introduction of flask, introducing the necessary knowledge of using the flask framework and extending the web program; the second part, giving some examples; the third part, introducing the issues that must be considered before the release of the application.)
- 2018-05-07 10:07:17下载
- 积分:1
-
python、session
#!/usr/bin/env python# -*- coding: utf-8 -*-import webweb.config.debug = Falseurls = ( "/count", "count", "/reset", "reset")app = web.application(urls, locals())session = web.session.Session(app, web.session.DiskStore("sessions"), initializer={"count": 0})class count: def GET(self): session.count += 1 return str(session.count)class reset: def GET(self): session.kill() return ""if __name__ == "__main__": app.run()
- 2022-03-07 21:05:44下载
- 积分:1
-
light0
这是一个光照效果的演示程序,实现真实感绘制,底层是opengl设置,对要进行三维编程有参考价值(This is a demo program lighting effects to achieve photorealistic rendering, opengl set the bottom is on to have a reference value of three-dimensional programming)
- 2009-05-20 10:00:44下载
- 积分:1
-
opengl的材质应用的小程须
opengl的材质应用的小程须-opengl application of the material to be small way
- 2022-01-23 10:07:22下载
- 积分:1
-
Python批量重命名
python对文件进行批量改名用到的是os模块中的listdir方法和rename方法。 os.listdir(dir) :获取指定目录下的所有子目录和文件名 os.rename(原文件名,新文件名)
- 2022-04-07 09:28:37下载
- 积分:1
-
huituaaa
常见的绘图命令大汇总,即源代码程序,建模时可使用(Large aggregate common drawing commands that program source code, can be used when modeling)
- 2013-11-01 18:49:54下载
- 积分:1
-
car
看到一辆双层巴士,按l键可以开启灯光,按o键关闭灯光。简单的opengl练习程序(See a double-decker bus, press l can turn on lights, press o key to turn off the lights. Simple opengl exercises procedures)
- 2020-09-04 14:58:06下载
- 积分:1
-
ulceks-control-cache
基于matlab的正弦波波形显示仿真源代码 推荐给大家(Sinusoidal waveform display simulation based on matlab source to recommend to you)
- 2017-05-17 05:16:35下载
- 积分:1
-
opengl 的问题
0 代码 HTML 转换器是一个方便的工具,对于 web 开发人员,使您可以轻松地转换为常规 HTML 代码 ASP、 PHP、 Perl、 JSP 或 JavaScript。只是输入的 HTML 代码或加载 HTML 文件并选择输出格式-转换后的代码...0 代码 HTML 转换器是一个方便的工具,对于 web 开发人员,使您可以轻松地转换为常规 HTML 代码 ASP、 PHP、 Perl、 JSP 或 JavaScript。只是输入的 HTML 代码或加载 HTML 文件并选择输出格式-转换后的代码...0 代码 HTML 转换器是一个方便的工具,对于 web 开发人员,使您可以轻松地转换为常规 HTML 代码 ASP、 PHP、 Perl、 JSP 或 JavaScript。只是输入的 HTML 代码或加载 HTML 文件并选择输出格式-转换后的代码...
- 2023-01-24 18:40:04下载
- 积分:1
-
LM
说明: LM算法实例,总结前人的做的一些改进,供初级的学习,大家一起找毛病(LMLM algorithm example, summarize the predecessors to do some improvement, for the primary learning, we find fault together)
- 2019-01-01 22:37:06下载
- 积分:1