1.AnnotationDb-objects 是R中所有注释包的最基础的class,可用于各种数据库中ID转换,常用的三个函数select, columns和keys,saveDb(保存AnnotationDb object),loadDb,species(shows the genus and s ...
分类:
其他好文 时间:
2018-09-20 22:56:29
阅读次数:
276
#Byte-compiled/optimized/DLLfiles__pycache__/*.py[cod]*$py.class#Cextensions*.so#Distribution/packaging.Pythonbuild/develop-eggs/dist/downloads/eggs/.eggs/lib/lib64/parts/sdist/var/wheels/*.egg-info/.
分类:
其他好文 时间:
2018-09-17 13:30:18
阅读次数:
196
PHP编译参考为了减少不必要的支持库报错,最好先安装执行编译前需要的支持库软件yuminstall-ynet-snmpnet-snmp-devellibcurl-devellibevent-develjava*openldap-devel&&cp-frp/usr/lib64/libldap*/usr/lib/php编译安装参数参考```./configure--prefix=/us
分类:
Web程序 时间:
2018-09-12 23:54:42
阅读次数:
375
安装opencc 出现下面问题 解决 在系统中找到了相关文件 Bash Bash 因为是64位系统,尝试在 lib64 目录下建立一个链接文件 Bash Bash 再次查看 OpenCC 版本,没有报错了 Bash Bash 参考 :http://blog.41ms.com/post/54.html ...
分类:
Web程序 时间:
2018-09-07 11:54:36
阅读次数:
731
如下两个库文件必须先备份,因系统内部分工具(如yum、wget等)依赖此库,而新版OpenSSL不包含这两个库cp /usr/lib64/libcrypto.so.10 /usr/lib64/libcrypto.so.10.old cp /usr/lib64/libssl.so.10 /usr/li ...
分类:
其他好文 时间:
2018-09-05 17:56:44
阅读次数:
212
python标准库位置(一般是string.py所在的位置,也可以whereispython找找)C:\Python27\Lib/usr/lib64/python2.6第三方库位置(一般为site-packages位置)C:\Python27\Lib\site-packages/usr/lib/python2.6/site-packages
分类:
编程语言 时间:
2018-09-03 17:47:11
阅读次数:
189
使用 find / -name libfdfsclient* 然后再 cp /usr/lib64/libfdfsclient.so /usr/lib/ 拷贝即可 ...
分类:
其他好文 时间:
2018-09-01 15:55:12
阅读次数:
102
squid代理加用户认证 用authentication helpers添加身份验证有如下几种认证方式 :=> NCSA: Uses an NCSA-style username and password file.=> LDAP: Uses the Lightweight Directory Ac ...
分类:
其他好文 时间:
2018-08-28 01:06:14
阅读次数:
197
python3.7:errorwhileloadingsharedlibraries:libpython3.7m.so.1.0:cannotopensharedobjectfile:Nosuchfileordirectory解决办法:进入源码包,拷贝文件。[root@stackPython-3.7.0]#cplibpython3.7m.so.1.0/usr/lib64
分类:
编程语言 时间:
2018-08-27 21:19:51
阅读次数:
594
1.在官网https://www.mongodb.org/dl/linux/x86_64下载对应的安装压缩包,我用的是3.2.5,建议使用此版本,版本越高,可能会出现其它未知问题,比如需要glibc高版本,通过 ll /lib64/libc.so.6能查看本机版本为/lib64/libc.so.6 ...
分类:
数据库 时间:
2018-08-21 16:33:55
阅读次数:
240