登录
首页 » Python » testproject

testproject

于 2019-01-08 发布 文件大小:894KB
0 240
下载积分: 1 下载次数: 1

代码说明:

  用户注册登录,爬虫,echarts数据可视化(User registration, crawler, echarts data visualization)

文件列表:

testproject, 0 , 2018-10-19
testproject\.idea, 0 , 2018-10-19
testproject\.idea\inspectionProfiles, 0 , 2018-10-19
testproject\.idea\inspectionProfiles\profiles_settings.xml, 128 , 2018-09-26
testproject\.idea\misc.xml, 300 , 2018-09-26
testproject\.idea\modules.xml, 274 , 2018-09-26
testproject\.idea\testproject.iml, 625 , 2018-09-26
testproject\.idea\workspace.xml, 723 , 2018-09-26
testproject\app.py, 3471 , 2018-10-18
testproject\controller, 0 , 2018-10-19
testproject\controller\userctrl.py, 4654 , 2018-10-18
testproject\controller\__pycache__, 0 , 2018-10-19
testproject\controller\__pycache__\userctrl.cpython-36.pyc, 3226 , 2018-10-18
testproject\dao, 0 , 2018-10-19
testproject\dao\basedao.py, 3526 , 2018-09-26
testproject\dao\userdao.py, 2983 , 2018-10-11
testproject\dao\__init__.py, 0 , 2018-09-26
testproject\dao\__pycache__, 0 , 2018-10-19
testproject\dao\__pycache__\basedao.cpython-36.pyc, 2749 , 2018-09-26
testproject\dao\__pycache__\userdao.cpython-36.pyc, 2812 , 2018-10-11
testproject\dao\__pycache__\__init__.cpython-36.pyc, 124 , 2018-09-26
testproject\entity, 0 , 2018-10-19
testproject\entity\user.py, 455 , 2018-09-26
testproject\entity\__pycache__, 0 , 2018-10-19
testproject\entity\__pycache__\user.cpython-36.pyc, 887 , 2018-09-26
testproject\logger, 0 , 2018-10-19
testproject\logger\syslogger.py, 1912 , 2018-09-18
testproject\logger\__init__.py, 0 , 2018-09-18
testproject\logger\__pycache__, 0 , 2018-10-19
testproject\logger\__pycache__\syslogger.cpython-36.pyc, 863 , 2018-09-26
testproject\logger\__pycache__\__init__.cpython-36.pyc, 127 , 2018-09-26
testproject\service, 0 , 2018-10-19
testproject\service\userservice.py, 275 , 2018-10-18
testproject\service\__pycache__, 0 , 2018-10-19
testproject\service\__pycache__\userservice.cpython-36.pyc, 642 , 2018-10-18
testproject\static, 0 , 2018-10-19
testproject\static\index_video_face.jpg, 277793 , 2018-08-16
testproject\static\js, 0 , 2018-10-19
testproject\static\js.js, 3 , 2018-09-27
testproject\static\js\echarts.js, 2407380 , 2018-08-21
testproject\static\js\jquery-3.2.1.min.js, 86659 , 2018-08-21
testproject\static\js\jquery.min.js, 92593 , 2018-05-22
testproject\static\style.css, 3 , 2018-09-27
testproject\templates, 0 , 2018-10-19
testproject\templates\index.html, 1480 , 2018-10-09
testproject\templates\jquerydata.html, 9999 , 2018-10-17
testproject\templates\main.html, 1806 , 2018-10-11
testproject\templates\modify.html, 138 , 2018-09-27
testproject\templates\register.html, 3814 , 2018-10-10
testproject\utils, 0 , 2018-09-26
testproject\__pycache__, 0 , 2018-10-19
testproject\__pycache__\app.cpython-36.pyc, 1819 , 2018-10-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • audio and speech compression,image restoration,ezw tree using trellis codes
    audio and speech compression,image restoration,ezw tree using trellis codes
    2022-01-25 23:20:56下载
    积分:1
  • SLIC1
    说明:  对图像进行区域分割,把图像分割成一个个区域,并进行区域合并(The image is segmented into regions, and the regions are merged)
    2020-05-24 20:02:05下载
    积分:1
  • VC++离散数学求集合程序源码
    VC++离散数学求集合程序源码,作者:水世界工作室出品,用C++实现离散数学中的求集合这一公式,可实现求交集、并集、差积、笛卡儿乘积、清零等功能。
    2022-04-09 23:41:22下载
    积分:1
  • 解决光驱图标消失问题,自编批处理修复解决!
    解决光驱图标消失问题,自编批处理修复解决!-Solve the problem of drive icon disappeared, self-repair solution batch!
    2022-03-10 22:51:12下载
    积分:1
  • VC++资源管理器-无限级树型菜单
    一个比较早的代码了,VC++资源管理器-无限级树形菜单,本程序所用压缩函数库在子目录zipfunc中,在zipfunc目录下,有两个子目录分别包含Release版和Debug版的zipfunc.lib,两者都是共享链接库编译生成.同样,主程序的链接也必须用共享链接库设置.如要生成静态链接库程序,则必须重新编译zipfunc.lib,使之也生成静态链接库文件.   主工程中的CZip类和CUnZip类,是直接使用压缩库函数构造的.编译后不需要额外的文件支持.   具体可见工程设置中的Link选项和C++ ->Preprocessor -> Additional include directories选项以及CZip类和CUnZip类的头文件.   ZipFunc.lib是WinZip的原版.独立使用CZip类压缩出来的文件完全可以用WinZip来解压缩,一点问题也没有.   新版程序支持文件关联,具体代码见CNoteApp类的初始化函数和CNoteDlg类的初始化函数.为了方便期间,本程序没有使用注册表编程.文件关联的实现可以对生成的数据文件使用打开方式关联,一次就OK了.
    2022-11-18 07:35:04下载
    积分:1
  • psiphon-101-multi-win
    windows version of psiphon vpn
    2017-12-27 19:03:18下载
    积分:1
  • visible_light
    说明:  可见光通信代码仿真。可以在matlab上进行matlab仿真。(Visible Optical Communication Simulation Code)
    2021-04-19 23:38:50下载
    积分:1
  • This is a Visual C++ with the preparation of the Sokoban game, deficiencies, wil...
    这是一个用Visual C++编写的推箱子游戏,不足之处,见谅。-This is a Visual C++ with the preparation of the Sokoban game, deficiencies, will be forgiven.
    2022-11-19 20:05:03下载
    积分:1
  • 在遥感应用领域,植被指数已广泛用来定性和定量评价植被覆盖及生长活力。由于植被光谱表现为植被、土壤亮度、环境影响、阴影、土壤颜色和湿度复杂混合反应,而且受大气空...
    在遥感应用领域,植被指数已广泛用来定性和定量评价植被覆盖及其生长活力。由于植被光谱表现为植被、土壤亮度、环境影响、阴影、土壤颜色和湿度复杂混合反应,而且受大气空间―时相变化的影响,因此植被指数没有一个普遍的值,其研究经常表明不同的结果。-in the field of remote sensing applications, vegetation index has been widely used for the qualitative and quantitative evaluation of the growth of vegetation cover and its vitality. As the spectral performance of the vegetation cover, soil brightness, environmental impact, shadow, color and soil moisture complex mixed reaction and by the atmospheric space-phase change, vegetation index therefore not a universal value, its regular show different results.
    2022-03-24 11:19:22下载
    积分:1
  • 2017.12.01 FHN模型程序
    利用差分算法计算分数阶FHN方程和狄利克雷(Dirichlet)零边界条件: , 其中,数值仿真过程中需要对参数、和、进行选取。区域离散在空间方向取为个点,时间方向的步长为, 截止时间为T=1000。 2.程序 FHN_CG 是采用共轭梯度法求解线性代数方程组 Au=b。 程序 FHN_MG 是采用多重网格算法求解线性代数方程组Au=b(Using the difference algorithm to calculate the fractional FHN equation,The fractional FHN equation and the de Lickley (Dirichlet) zero boundary condition are calculated by the difference algorithm.In the process of numerical simulation, we need to select parameters, sum, and. The area discreteness is taken as a point in the direction of space, and the time step is T_1000.The 2. program FHN_CG uses the conjugate gradient method to solve the linear algebraic equation group Au_b.Program FHN_MG is a multi grid algorithm for solving linear algebraic equation group Au_b)
    2020-12-19 22:59:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载