J2SE(Java 2 Platform Standard Edition) J2ME(Java 2 Platform Micro Edtion) J2EE(Java 2 Platform Enterprise Edition) Java语言特点:开源 跨平台(JVM) 面向对象等 JRE与JDK ...
分类:
编程语言 时间:
2020-05-31 17:50:57
阅读次数:
64
by 闲欢 之前我们用了 urllib 库,这个作为入门的工具还是不错的,对了解一些爬虫的基本理念,掌握爬虫爬取的流程有所帮助。入门之后,我们就需要学习一些更加高级的内容和工具来方便我们的爬取。那么这一节来简单介绍一下 requests 库的基本用法。 介绍 首先让我们来看 Requests 官方的 ...
分类:
其他好文 时间:
2020-05-31 16:06:53
阅读次数:
48
源码包安装了openssl,但是执行 ./configure后,make的时候不通过,报:/usr/local/ssl/.openssl/include/openssl/ssl.h] Error 127
分类:
其他好文 时间:
2020-05-30 21:54:44
阅读次数:
171
1 说明 本文主要介绍一些简单的、常用的gdb调试技巧。 环境:GNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6_4.1) 参考文档:《gdb调试技巧》 作者不详 2 测试代码 1 #include <stdio.h> 2 3 int test_f ...
分类:
数据库 时间:
2020-05-30 19:52:17
阅读次数:
69
替换中科大源 替换brew.git: cd "$(brew --repo)" git remote set-url origin https://mirrors.ustc.edu.cn/brew.git 替换homebrew-core.git: cd "$(brew --repo)/Library/ ...
分类:
其他好文 时间:
2020-05-30 15:56:43
阅读次数:
71
解释 Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equ ...
分类:
其他好文 时间:
2020-05-30 13:10:31
阅读次数:
99
1.jQuery概诉 1.1 javaScript库 仓库:可以把很多东西放到这个仓库里面,找东西只需要到仓库里面查找到就可以了 javaScript库:即library,是一个封装好的特定的集合(方法和函数)。 从封装一大堆函数的角度理解库,就是在这个库中,封装了很多预先定义好的函数在里面,比如动 ...
分类:
Web程序 时间:
2020-05-30 10:31:47
阅读次数:
74
首先分析问题 打完的jar包,编译的后class跟java文件不一致,原因是重新打包后还是引用之前的java文件,不能重新加载新生成的jar。 解决方案 方案一 IDEA 工具,点击File 》invalidate caches /restart,重启IDEA看是否解决问题。 方案二 重新构建项目, ...
分类:
其他好文 时间:
2020-05-30 00:59:49
阅读次数:
69
hashlib — Secure hashes and message digests — Python 3.8.3 documentation https://docs.python.org/3.8/library/hashlib.html For better multithreading pe ...
分类:
编程语言 时间:
2020-05-29 21:46:45
阅读次数:
110
hashlib 安全哈希与消息摘要 — Python 3.8.3 文档 https://docs.python.org/zh-cn/3.8/library/hashlib.html hashlib — Secure hashes and message digests — Python 3.8.3 ...
分类:
其他好文 时间:
2020-05-29 21:39:08
阅读次数:
107