登录
首页 » WINDOWS » ruanjiankeshe

ruanjiankeshe

于 2017-06-15 发布 文件大小:236KB
0 164
下载积分: 1 下载次数: 5

代码说明:

  python flask 模板编写的网页,应于软件课程设计。(the web developed by flask ,for the software desigh)

文件列表:

ruanjiankeshe
ruanjiankeshe\.idea
ruanjiankeshe\.idea\.name
ruanjiankeshe\.idea\encodings.xml
ruanjiankeshe\.idea\misc.xml
ruanjiankeshe\.idea\modules.xml
ruanjiankeshe\.idea\ruanjiankeshe.iml
ruanjiankeshe\.idea\workspace.xml
ruanjiankeshe\ruanjiankeshe.py
ruanjiankeshe\sample.py
ruanjiankeshe\static
ruanjiankeshe\static\bootstrap.min.css
ruanjiankeshe\static\bootstrap.min.js.下载
ruanjiankeshe\static\css
ruanjiankeshe\static\css\bootstrap.min.css
ruanjiankeshe\static\css\first.css
ruanjiankeshe\static\css\site.css
ruanjiankeshe\static\css\style.css
ruanjiankeshe\static\css\unite.css
ruanjiankeshe\static\first.css
ruanjiankeshe\static\jquery.min.js.下载
ruanjiankeshe\static\log-out.js.下载
ruanjiankeshe\static\loginstyle.css
ruanjiankeshe\static\site.css
ruanjiankeshe\static\style.css
ruanjiankeshe\static\unite.css
ruanjiankeshe\static\uploads
ruanjiankeshe\templates
ruanjiankeshe\templates\employee.html
ruanjiankeshe\templates\first.html
ruanjiankeshe\templates\Flasky.html
ruanjiankeshe\templates\Flasky_files
ruanjiankeshe\templates\Flasky_files\bootstrap.min.css
ruanjiankeshe\templates\Flasky_files\bootstrap.min.js.下载
ruanjiankeshe\templates\Flasky_files\jquery.min.js.下载
ruanjiankeshe\templates\Flasky_files\log-out.js.下载
ruanjiankeshe\templates\Flasky_files\style.css
ruanjiankeshe\templates\Flasky_files\unite.css
ruanjiankeshe\templates\form.html
ruanjiankeshe\templates\images
ruanjiankeshe\templates\images\hand.png
ruanjiankeshe\templates\images\left-handing.png
ruanjiankeshe\templates\images\left_hand.png
ruanjiankeshe\templates\images\password.png
ruanjiankeshe\templates\images\right_hand.png
ruanjiankeshe\templates\images\right_handing.png
ruanjiankeshe\templates\images\tou.png
ruanjiankeshe\templates\images\username.png
ruanjiankeshe\templates\index.html
ruanjiankeshe\templates\js
ruanjiankeshe\templates\js\jquery-1.7.1.js
ruanjiankeshe\templates\product.html
ruanjiankeshe\templates\sensor.html

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

发表评论

0 个回复

  • qhqqmcym330
    一款恶搞软件,可以恶搞你的朋友或者网友电脑,非常好用~(A spoof software, you can spoof your friends or computer users, very easy to use ~)
    2016-04-01 21:14:29下载
    积分:1
  • Text-Matching-master
    说明:  在LCQMC数据集上的=测试几种常见的语义匹配模型(Text matching models on LCQMC datasets)
    2020-11-05 20:29:50下载
    积分:1
  • svpwm_simulink
    说明:  永磁同步电机SVPWM C代码,可以直接匹配嵌入式系统(The C code of SVPWM can match the embedded system directly.)
    2019-12-18 15:56:38下载
    积分:1
  • WINSOCK序设计共分为客户端和服务器端序两部分,要求实现功能:服务器端要能监听客户端连接请求,为客户端的连接请求建立SOCKET队列,处理各个客户端发送...
    WINSOCK程序设计共分为客户端和服务器端程序两部分,要求实现功能:服务器端要能监听客户端连接请求,为客户端的连接请求建立SOCKET队列,处理各个客户端发送的数据,并向响应客户端发送应答信息,更新服务器端的端口号。-Winsock program design consists of client and server-side procedures in two parts, requires the function : server can be monitored to client requests for the client to establish a link SOCKET queue handle all the client to send data to respond to a client sent response information update service Works on the port side.
    2022-01-27 10:18:43下载
    积分:1
  • iText-Chinese-help-documentatio
    生成pdf文档工具软件Itex中文开发帮助文档,英语菜鸟开发人员的助手(Generated pdf document tool software Itex Chinese developers help documentation, English rookie developers assistant)
    2013-01-22 10:20:21下载
    积分:1
  • ClockTree
    The Clock Tree Optimization,主要介绍ASIC后端设计中的时序偏差以及时钟树综合,是IC设计人士必不可少的知识(The Clock Tree Optimization, the main back-end ASIC design introduction timing deviation and clock tree synthesis, is essential to IC design knowledge)
    2008-05-21 15:41:33下载
    积分:1
  • 基于labview的MPU6050卡尔曼滤波
    基于labview的MPU6050卡尔曼滤波(MPU6050 Calman filtering based on LabVIEW)
    2017-09-01 04:55:03下载
    积分:1
  • xcEduService01
    说明:  后端学成网站代码,教育网站模型,提供了后端的基础框架的搭建等(Backend Learning Website Code, Educational Website Model)
    2019-06-05 20:07:14下载
    积分:1
  • C-notes
    C 语言常见问题集,本书共20章,原著:Steve Summit,翻译:朱群英, 孙云。这不是一本普通的基础入门书籍,他把所有C中可能遇见的难点,容易出错的地方全部收集其中,通俗易懂 第一章:声明和初始化 第二章:结构、联合和枚举 第三章:表达式 第四章:指针 第五章:空(null) 指针 第六章:数组和指针 第七章:内存分配 第八章:字符和字符串 第九章:布尔表达式和变量 第十章:C 预处理器 第十一章:ANSI/ISO 标准C 第十二章:标准输入输出库 第十三章:库函数 第十四章:浮点运算 第十五章:可变参数 第十六章:奇怪的问题 第十七章:风格 第十八章:工具和资源 第十九章:系统依赖 第十章:杂项(C language FAQ, book has 20 chapters, original: Steve Summit, translation: Zhu heroes, Sun Yun. This was not an ordinary introductory books, he may meet all the difficulties C, error-prone areas to collect them all, easily understood Chapter One: Declaration and initialization Chapter II: Structure, joint and enumeration Chapter III: expression Chapter IV: Pointer Chapter V: empty (null) pointer Chapter: Arrays and Pointers Chapter VII: memory allocation Chapter VIII: Characters and strings Chapter IX: Boolean expressions and variables Chapter X: C preprocessor Chapter XI: ANSI/ISO standard C Chapter XII: standard input output library Chapter XIII: Library Functions Chapter XIV: floating-point operations Chapter XV: Variable parameters Chapter XVI: strange question XVII: Style Chapter XVIII: Tools and resources XIX: system dependent Chapter X: Miscellaneous)
    2010-09-21 23:24:48下载
    积分:1
  • Broadcast channel user selection
    说明:  关于广播信道模型MATLAB代码,有信道反馈模型,用户对信道选择(With regard to the broadcasting channel model MATLAB code, there is a channel feedback model, the user chooses the channel.)
    2019-05-15 17:26:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载