码迷,mamicode.com
首页 >  
搜索关键字:release 2    ( 10656个结果
vs2015 编译boost库
1、下载boost官网安装包。 https://dl.bintray.com/boostorg/release/1.66.0/binaries/ 注意:这里一定要选择好boost版本 如: boost_1_66_0-msvc-14.0-64.exe 14.0对应vs2015 64:64位 2、下载后 ...
分类:其他好文   时间:2020-02-28 17:13:54    阅读次数:74
Windows应急响应和系统加固(2)——Windows应急响应的命令使用和安全检查分析
Windows应急响应的命令使用和安全检查分析 1、获取IP地址: ·ipconfig /all,获取Windows主机IP地址信息; ·ipconfig /release,释放网络IP位置; ·ipconfig /flushdns,更新网络IP位置; ·ipconfig /renew,更新网络IP ...
分类:Windows程序   时间:2020-02-28 16:05:58    阅读次数:76
如何查看Ubuntu系统版本
在Ubuntu终端,常用以下几种方式查看系统版本: 一、uname -a 二、cat /etc/issue 三、cat /etc/lsb-release 四、lsb_release -a 五、cat /proc/version ...
分类:系统相关   时间:2020-02-28 15:50:36    阅读次数:64
安装Gitlab到CentOS(YUM)
运行环境 系统版本:CentOS Linux release 7.3.1611 (Core) 软件版本:Gitlab ce 11.10.1 硬件要求:最低2核4GB,建议4核8GB 安装过程 1、安装依赖 2、基础配置 3、添加YUM Gitlab源 我们使用清华大学提供的YUM源,以提高下载速度。 ...
分类:其他好文   时间:2020-02-28 15:42:45    阅读次数:56
安装Kibana到Linux(源码)
运行环境 系统版本:CentOS Linux release 7.3.1611 (Core) 软件版本:Kibana 7.1.0 硬件要求:最低2核4GB 安装过程 1、源码安装JDK 1.1、从官网下载源码包 官网下载地址:https://www.oracle.com/technetwork/ja ...
分类:系统相关   时间:2020-02-28 15:39:30    阅读次数:110
安装APACHE到CentOS(YUM)
运行环境 系统版本:CentOS Linux release 7.3.1611 (Core) 软件版本:httpd 2.4.6 硬件要求:无 安装过程 1、安装YUM EPEL源 HTTP Tools软件包由YUM EPEL源提供。 2、安装HTTPD 3、编辑配置文件 4、将要发布的WEB页面放置 ...
分类:Web程序   时间:2020-02-28 14:23:09    阅读次数:61
搭建 LAMP
1.安装软件yuminstallhttpd-y#安装httpdyuminstallmariadb-server-y#安装mysql这里用mariadb代替rpm-Uvhhttps://mirror.webtatic.com/yum/el7/webtatic-release.rpm#安装php源yum-yinstallphp70w.x86_64php70w-cli.x86_64php70w-comm
分类:其他好文   时间:2020-02-28 12:19:41    阅读次数:33
Git常用命令
git init? 在本地新建一个repo,进入一个项目目录,执行git init,会初始化一个repo,并在当前文件夹下创建一个.git文件夹.git clone? 获取一个url对应的远程Git repo, 创建一个local copy.? 一般的格式是git clone [url].? clo... ...
分类:其他好文   时间:2020-02-28 12:06:46    阅读次数:46
国内外开源社区资源汇总
国内外开源社区资源汇总 主要在这里汇总一下国内外开源的社区和网站,方便大家平时学习和工作使用,这个会不定期更新最新的地址。 Linux kernel archives https://www.kernel.org/ linux kernel代码的官方release网站,可以下载到longterm/s ...
分类:其他好文   时间:2020-02-28 12:02:34    阅读次数:403
Oauth2 初步
搭建一个最简单的 Oauth2 认证服务基于 Springboot2,在 pom.xml 中引入 Oauth2:123456789101112 org.springframework.security.oauth spring-security-oauth2 2.3.3.RELEASE org.sp... ...
分类:其他好文   时间:2020-02-28 10:27:29    阅读次数:159
10656条   上一页 1 ... 89 90 91 92 93 ... 1066 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!