一、用python爬取一个求职网页的一些信息 网页截图如下: 代码: import requests from bs4 import BeautifulSoup import io import sys sys.stdout=io.TextIOWrapper(sys.stdout.buffer,en ...
分类:
编程语言 时间:
2019-11-11 09:34:50
阅读次数:
91
[TOC] 总所周知,Emacs是神的编译器!!! 参考文献 咕咕日报:https://www.luogu.org/blog/Arthas gray/emacs wei ru men xue xi bi ji wiki:https://oi wiki.org/intro/editor/emacs/ ...
分类:
系统相关 时间:
2019-11-10 15:58:52
阅读次数:
98
问题描述: Request Method: GETRequest URL: http://127.0.0.1:8000/admin/booktest/bookinfo/Django Version: 1.8.2Exception Type: TypeErrorException Value: exp ...
分类:
其他好文 时间:
2019-11-10 13:56:23
阅读次数:
95
1.背景 java复制文件的方式其实有很多种,可以分为 传统的字节流读写复制FileInputStream,FileOutputStream,BufferedInputStream,BufferedOutputStream 传统的字符流读写复制FileReader,FileWriter,Buffer ...
分类:
编程语言 时间:
2019-11-09 20:02:59
阅读次数:
98
Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory buffer, or ...
分类:
其他好文 时间:
2019-11-09 09:53:35
阅读次数:
106
package test; import java.io.*; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.*; import java.util.zip.InflaterInput ...
分类:
其他好文 时间:
2019-11-08 23:58:21
阅读次数:
157
经过我个人的调查,发现,在今后的大数据道路上,集合、线程、网络编程变得尤为重要,为什么? 因为大数据大数据,我们必然要对数据进行处理,而这些数据往往是以集合形式存放,掌握对集合的操作非常重要。 在学习集合前,我们先看对象数组: 这是对象数组在创建到赋值到遍历的过程,其中我们遇到了一个数组的硬性问题: ...
分类:
其他好文 时间:
2019-11-08 21:23:52
阅读次数:
108
1> SQL ordered by Gets select * from (select substr(sql_text,1,40) sql, buffer_gets, executions, buffer_gets/executions "Gets/Exec", hash_value,addres ...
分类:
数据库 时间:
2019-11-08 15:09:18
阅读次数:
106
情况说明:centos系统,buff/cache占用过高,导致服务器内存居高不下,但是通过top查看系统进程并无过多占用内存实际情况:处理步骤:1.执行sync命令;sync2.执行释放内存命令:echo3>/proc/sys/vm/drop_caches命令解释:sync指令会将存于buffer中的资料强制写入硬盘中。echo1>/proc/sys/vm/drop_caches:表示
分类:
系统相关 时间:
2019-11-06 20:05:28
阅读次数:
289
音视频流媒体硬解码是指不使用CPU进行编码,使用显卡GPU,专用的DSP、FPGA、ASIC芯片等硬件进行编码。编码框架Video ToolBox和AudioToolbox。 EasyRTMP是结合了多种音视频缓存及网络技术的一个rtmp直播推流端,包括:圆形缓冲区(circular buffer) ...
分类:
移动开发 时间:
2019-11-06 16:57:53
阅读次数:
132