1、JDK安装路径: 查看JDK路径的命令:/usr/libexec/java_home -V默认JDK1.6(Apple自带JDK)路径: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home默认JDK1.7、1.8(Or ...
分类:
系统相关 时间:
2020-01-30 09:46:28
阅读次数:
81
" " " " Nightmare Nightmare is a high level browser automation library from "Segment" . The goal is to expose a few simple methods that mimic user act ...
分类:
Web程序 时间:
2020-01-29 23:35:58
阅读次数:
1385
实际集成 获取restTemplate实例,封装方法 增加一个MessageConverter 参考 简介: spring框架提供的RestTemplate类可用于在应用中调用rest服务,它简化了与http服务的通信方式,统一了RESTful的标准,封装了http链接,我们只需要传入url及返回值 ...
分类:
编程语言 时间:
2020-01-29 21:40:39
阅读次数:
119
今天重装了IDEA,发现IDEA启动不了,点击IDEA无反应,使用命令行启动idea,然后看看具体的错误,具体的启动方案就是:打开finder->应用程序->idea.app->右键->显示包内容->然后MaxOS->双击shell脚本(idea),这样就能看到一部分信息,这里要仔细分析。 最后,我 ...
分类:
系统相关 时间:
2020-01-29 19:57:28
阅读次数:
428
用Python生成自己专属的手机春节壁纸 效果: 到 准备工作: 需要用到python的第三方图像处理库: PIL(Python Image Library) 。 python 2.X : PIL python 3.X : pillow 1 __author__ = 'MaZW' 2 # -*- c ...
分类:
其他好文 时间:
2020-01-28 23:25:23
阅读次数:
98
RepeatMasker软件是library-based,通过相似性比对来识别重复序列,可以屏蔽序列中转座子重复序列和低复杂度序列(默认将其替换成N)。使用数据库Dfam和Repbase The Dfam database is a collection of Repetitive DNA elem ...
分类:
其他好文 时间:
2020-01-28 17:31:21
阅读次数:
105
关于 time.h https://www.runoob.com/cprogramming/c-standard-library-time-h.html #include <iostream> #include <ctime> using namespace std; int main() { st ...
分类:
编程语言 时间:
2020-01-27 23:34:48
阅读次数:
193
A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstracts, publishers, and published years ...
分类:
其他好文 时间:
2020-01-27 14:08:44
阅读次数:
84
unittest简单介绍 单元测试框架 还可以适用WEB自动化测试用例的开发与执行 提供丰富的断言方法 官方文档:https://docs.python.org/zh-cn/3/library/unittest.html unittest基础使用 1 # 导入unittest模块 2 import ...
分类:
编程语言 时间:
2020-01-27 13:57:11
阅读次数:
83
STL - Standard Template Library , 是C++标准里面规定的模板库接口规范,但它只是接口规范,没有规定具体怎么实现。 STL是C++标准的一部分,所以每个C++编译器都会至少带一份STL实现。当然除了这些C++编译器带的实现外,还有一些独立的STL实现。 GNU STL ...
分类:
其他好文 时间:
2020-01-26 14:31:34
阅读次数:
100