通过ajax传文件 html页面 视图函数 bootstrap sweetalert弹出框(ajax) html 视图函数 传json文件注意事项 ...
分类:
Web程序 时间:
2019-10-28 20:57:54
阅读次数:
178
# 需求: 编写爬虫项目与Django项目详解和, 将爬取到的数据展示到前端页面上 # spider编写:import scrapyfrom dl.items import DlItemclass PSpider(scrapy.Spider): name = 'p' # allowed_domain ...
分类:
其他好文 时间:
2019-10-28 20:55:33
阅读次数:
68
(1)检查系统中是否已安装 MySQL。rpm -qa | grep mysql 返回空值的话,就说明没有安装 MySQL 。注意:在新版本的CentOS7中,默认的数据库已更新为了Mariadb,而非 MySQL,所以执行 yum install mysql 命令只是更新Mariadb数据库,并不 ...
分类:
数据库 时间:
2019-10-28 17:43:40
阅读次数:
84
centos 8 出来已经很久了,可各个镜像站的帮助文档迟迟不更新。 只能自己动手了,这里以阿里云为例 ...
分类:
其他好文 时间:
2019-10-28 14:40:56
阅读次数:
1010
https://github.com/sockjs/sockjs-client https://socket.io/ https://github.com/gimite/web-socket-js https://juejin.im/post/5aef0e9c518825673a20754d 方案 ...
分类:
Web程序 时间:
2019-10-28 12:20:19
阅读次数:
78
在大多数编排得好一点的脚本或者程序里面都有这段if __name__ == 'main': ,这段代码的功能: 一个python的文件有两种使用的方法,第一是直接作为脚本执行,第二是import到其他的python脚本中被调用(模块重用)执行。因此if __name__ == 'main': 的作用 ...
分类:
其他好文 时间:
2019-10-28 12:19:14
阅读次数:
50
几乎每个程序员都知道github,但是知道目前上面有多少repositories的估计没几个。
Z哥今天去看了下,最新的数量显示是1.39亿个。
而这个数字在2008年那会只是3.3万个。 ...
分类:
其他好文 时间:
2019-10-28 10:32:09
阅读次数:
77
文章中参考使用了多个博客的资料,汇总而成!其流程准确性被人亦本人实践! https://blog.csdn.net/qq_35206261/article/details/81321201 https://www.cnblogs.com/qianniao12/p/8011222.html https ...
分类:
数据库 时间:
2019-10-28 10:30:29
阅读次数:
111
一. 整体计划安排 | 主要任务 |计划时间 | | | 项目选题 |第七周 | 需求分析 | 第八周 | 安排分工 |第九周 | 具体编写 |第十,十一,十二周 | 优化完善 | 第十三周 二. 团队分工 模块名 | 具体内容 | 登录注册 | 实现用户注册登录 个人信息 | 用户登录后可在此界面 ...
分类:
其他好文 时间:
2019-10-28 01:01:22
阅读次数:
88
begin declare i int; i :=1; for i in 1..10 loop insert into table_name values (i,now()); i=i+1; end loop; end; ...
分类:
数据库 时间:
2019-10-28 00:41:31
阅读次数:
224