- 博客(8)
- 资源 (10)
- 收藏
- 关注
原创 CentOS7安装Python3.7.5
yum -y install wgetyum -y install gccyum -y install zlib*wget https://www.python.org/ftp/python/3.7.5/Python-3.7.5.tgztar -zxvf Python-3.7.5.tgzcd Python-3.7.5./configure --prefix=/usr/local/pyt...
2019-10-17 16:33:57 369
原创 JAVA实现RSA加密解密(支持中文)
import org.apache.commons.codec.binary.Base64;import javax.crypto.Cipher;import java.security.KeyFactory;import java.security.KeyPair;import java.security.KeyPairGenerator;import java.security.No...
2019-10-11 16:37:23 1382
原创 Windows下Python3使用Tesseract-OCR进行图片识别
1、Tesseract OCR下载安装: https://github.com/tesseract-ocr/tesseract2、pip3 install pytesseract3、python代码:#coding:utf-8from PIL import Imageimport pytesseractdef recognize_captcha(img_path): im ...
2019-08-08 11:08:58 269
原创 AIX 6.1安装Python2.7.10-1
可根据系统实际情况升级Python版本,只不过依赖包可能要多些。本次选择python-2.7.10-1,因为pip安装要求Python 2 >=2.7.9 or Python 3 >=3.4(https://pip.pypa.io/en/stable/installing/)。##1、下载
2019-01-30 10:11:30 1350
QODBC Driver 5.5.1
2017-12-05
qt5.5 msvc2010 oracle11.2 oci
2017-08-23
《程序员》杂志2012年第08期
2012-11-05
Oracle 11g Release 2 RAC集群系统在 Solaris10_x86_64和 Openfiler 网络共享存储上的安装
2010-12-05
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人