1. Download OpenSSL source code from https://github.com/openssl/openssl/releases. 2. Download and install ActivePerl from https://www.activestate.com/ ...
分类:
其他好文 时间:
2020-01-30 12:56:22
阅读次数:
110
lunrjs https://github.com/olivernn/lunr.js Lunr.js is a small, full-text search library for use in the browser. It indexes JSON documents and provides ...
分类:
Web程序 时间:
2020-01-30 09:49:17
阅读次数:
85
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
Given two sets of integers, the similarity of the sets is defined to be /, where N?c?? is the number of distinct common numbers shared by the two sets ...
分类:
其他好文 时间:
2020-01-29 21:54:49
阅读次数:
84
实际集成 获取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
问题描述: 打开便签时提示“部分便笺的元数据已被损坏” 解决方法: win+R 输入regedit.exe 运行regsvr32 C:\Program" "Files\Common" "Files\Microsoft" "Shared\ink\InkObj.dll 来自知乎上大佬的简单粗暴的方法(虽 ...
用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