08 2020 档案

摘要:if (self != top) { top.location.reload(); } 阅读全文
posted @ 2020-08-20 15:08 宋健安 阅读(1387) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>垂直滚动</tit 阅读全文
posted @ 2020-08-14 13:41 宋健安 阅读(1321) 评论(0) 推荐(0)
摘要:SplFileInfo用来获取文件详细信息、SplFileObject遍历、查找指定行、写入csv文件等内容 SplFileInfo用来获取文件详细信息: $file = new SplFileInfo('foo-bar.txt'); print_r(array( 'getATime' => $fi 阅读全文
posted @ 2020-08-06 09:42 宋健安 阅读(885) 评论(0) 推荐(0)
摘要:目前在官网下载java jdk的时候需要登陆,这边分享一个账号,方便下载 账号:2696671285@qq.com 密码:Oracle123 阅读全文
posted @ 2020-08-03 09:07 宋健安 阅读(642) 评论(1) 推荐(2)
摘要:在安装scrapy过程中报错,网上找了资料,记录一下 需要安装的库 pip install lxml pip install wheelpip install pyOpenSSLpip install pywin32 安装Twisted 打开https://www.lfd.uci.edu/~gohl 阅读全文
posted @ 2020-08-01 11:19 宋健安 阅读(204) 评论(0) 推荐(0)