码迷,mamicode.com
首页 >  
搜索关键字:libs    ( 2094个结果
Ubuntu14 升级python3.6
#如果已经安装python3.6,删除 然后从源代码下载源代码并构建并准备构建系统: 构筑python环境,安装需要的包: 现在配置,制作,制作altinstall(重要) # 现在通过runnning验证安装 复制python3.6的路径,它应该是/usr/bin/python3.6或/usr/l ...
分类:编程语言   时间:2019-08-03 14:28:16    阅读次数:104
psql的安装
一、安装psql yum install postgresql-server postgresql-contrib postgresql-devel postgresql postgresql-libs service postgresql initdb systemctl start postgr ...
分类:数据库   时间:2019-08-02 11:10:46    阅读次数:110
oracle +数据库安装
安装yum源 curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo 安装依赖包 yum -y install compat-libcap1* binutils-* compat-l ...
分类:数据库   时间:2019-07-22 16:44:22    阅读次数:157
Ubuntu18.04源码安装与配置slurm19.05
说明: 目前Ubuntu18的apt管理器安装默认只有slurm17,但在运行时会出现错误,如“srun: fatal: ../../../src/api/step_launch.c:1038 step_launch_state_destroy: pthread_mutex_destroy(): D ...
分类:系统相关   时间:2019-07-17 20:40:46    阅读次数:327
SSM整合Shiro___自定义认证Realm
加入依赖 web.xml 在web.xml中注册shiro过滤器 shiro的配置可以添加在spring的配置文件中。但是为了便于管理我们再单独创建一个shiro的配置文件,里面的Schema还是spring的。 shiro的配置文件 Spring配置文件 SpringMVC配置文件 Mybatis ...
分类:其他好文   时间:2019-07-17 20:24:18    阅读次数:113
linux中安装gitlab和cicd(断网版)
1:先介绍一下怎么查找所需要的依赖包 audit-2.8.4-4.el7.x86_64.rpm audit-libs-2.8.4-4.el7.x86_64.rpm audit-libs-python-2.8.4-4.el7.x86_64.rpm checkpolicy-2.5-8.el7.x86_6 ...
分类:系统相关   时间:2019-07-17 16:59:38    阅读次数:252
spring学习之下载spring需要的jar包
网页输入链接:https://repo.spring.io/webapp/#/home进入spring仓库链接: 在左侧黑色工具栏点击第二个类似文件的artifact图标: 在中间这一栏中搜索或者寻找libs-release-local选项: 在这一选项下找org/springframework/s ...
分类:编程语言   时间:2019-07-14 19:59:02    阅读次数:328
common problem
#################################################################### 1.下载依赖报错: pip install Twisted==18.9.0 #Running setup.py install for Twisted ... e ...
分类:其他好文   时间:2019-07-13 16:10:31    阅读次数:124
浏览器console中加入jquery方便调试
var jquery = document.createElement('script'); jquery.src = "http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js";//若调试页面是https的这里也修改为https. documen... ...
分类:Web程序   时间:2019-07-12 13:00:48    阅读次数:136
在Ubuntu环境下配置Proxmark3(PM3)使用环境
参考资料: "PM3官方Wiki" 因为国内网络上大多是在Kali系统上使用PM3的教程( "链接1" 、 "链接2" 、 "链接3" ),而这些教程的步骤对于Ubuntu系统并不完全适用。所以写下本文,记录我个人的安装经历。 本教程与官方Wiki相比省略了部分步骤,仅验证过在全程root用户操作时 ...
分类:系统相关   时间:2019-07-11 22:01:11    阅读次数:206
2094条   上一页 1 ... 26 27 28 29 30 ... 210 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!