1.CSV文件 CSV 文件的读写: ① open() 写入必须用 指定参数 newline="" ②创建 reader() | writer() csv.reader() csv.writer() ③读写 不用 readline读 直接使用 for line in csvReader读 使用 cs ...
分类:
编程语言 时间:
2018-04-06 23:47:31
阅读次数:
230
header("Location: http://bbs. lampbrother.net"); header("refresh:0;url=./login.php"); ...
分类:
Web程序 时间:
2018-04-03 17:16:09
阅读次数:
193
Debian-based Linux distributions Add the following line to your /etc/apt/sources.list. According to your distribution, replace '<mydist>' with 'artful ...
分类:
系统相关 时间:
2018-04-03 12:56:39
阅读次数:
573
使用pycharm写html文件:首先新建工程——新建文件夹——右键新建HTML file文件 html-head: html-body: ...
分类:
Web程序 时间:
2018-03-31 23:58:21
阅读次数:
327
Confine yourself to the present. 着眼当下。 The morning wind spreads its fresh smell, we should get up and take that in, that wind lets us live, breathe, b ...
分类:
其他好文 时间:
2018-03-30 20:10:24
阅读次数:
164
一、servlet实现登录。 咱们先来看一下servlet实现注册登录。 <servlet> <servlet-name>LoginServlet</servlet-name> 3 <servlet-class>demo.servlet.LoginServlet</servlet-class> 4 ...
分类:
编程语言 时间:
2018-03-01 19:43:17
阅读次数:
184
[codeforces934D]A Determined Cleanup 试题描述 In order to put away old things and welcome a fresh new year, a thorough cleaning of the house is a must. Li ...
分类:
其他好文 时间:
2018-02-19 10:55:49
阅读次数:
262
To remember is to disengage from the present. 铭记过去就是放弃当下。 To remember the past doesn't mean we would disengage from the present. For most of us, the p ...
分类:
其他好文 时间:
2018-02-13 22:14:26
阅读次数:
182
到elasticsearch网站下载最新版本的elasticsearch 6.2.1 下载tar包,然后解压到/usr/local目录下,修改一下用户和组之后可以使用非root用户启动,启动命令 然后访问http://127.0.0.1:9200/ 接下来导入json格式的数据,数据内容如下 需要注 ...
分类:
其他好文 时间:
2018-02-13 17:58:20
阅读次数:
646
[Java拾遗二]Tomact及Http 部分总结. 前言: 刚好今天回来的很早, 总结下 Tomcat及Http的基础知识. 1, Tomcat web相关概念 web:网页的意思,网页资源包括服务器上的所有资源. web资源分类: 静态的资源:内容不会发生改变的资源 动态的资源:内容可能发生改变 ...
分类:
编程语言 时间:
2018-02-07 17:09:33
阅读次数:
255