推荐
专栏
教程
课程
飞鹅
本次共找到2670条
环境
相关的信息
爱写Bug的麦洛
•
4年前
Linux下安装jdk
一、安装前java1.查看是否已安装JDKyumlistinstalled|grepjava2.卸载CentOS系统Java环境yumyremovejava1.8.0openjdk表示卸载所有openjdk相关文件输入yumyremovetzdatajava.noarch卸载t
Stella981
•
3年前
Docker安装JIRA和Confluence(破解版)
一、准备工作1、docker环境部署2、破解插件:https://gitee.com/pengzhile/atlassianagent(https://gitee.com/pengzhile/atlassianagent)二、安装jira2.1制作Docker破解容器编写Dockerfile文件:FROMcptac
Stella981
•
3年前
React:react
使用react构建单页面应用: 实现方法:(1)reactrouter (2)reactrouterdomreactrouter:实现了路由的核心功能,而reactrouterdom依赖reactrouter,reactrouterdom:基于reactrouter,加入了在浏览器运行环境下的
Easter79
•
3年前
Tomcat(二):Nginx反向代理实现Tomcat动静分离
Tomcat(二):Nginx反向代理实现Tomcat动静分离实验拓扑:!输入图片说明(https://static.oschina.net/uploads/img/201603/14161847_v0Z9.png)实验环境:OS:CentOS6
Stella981
•
3年前
NodeJs在Centos 6.5上部署
环境Centos6.51.安装NodeJs和npmsudo yum install nodejs npm enablerepoepel参考:查看(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fjoyent%2
Stella981
•
3年前
PostgreSQL数据库切割和组合字段函数
Postgresql里面内置了很多的实用函数,下面介绍下组合和切割函数环境:PostgreSQL9.1.2 CENTOS5.7final一.组合函数1.concata.语法介绍concat(str"any",str"any",...)
Stella981
•
3年前
Git 在同一台机器上配置多个Git帐号
在同一台机器上配置多个Git帐号By:授客QQ:1033553122实践环境win10Git2.21.064bit.exeTortoiseGit2.8.0.064bit.msi代码托管Gitee.com1. 打开GitBash
Easter79
•
3年前
Tomcat下的数据库连接池的配置与使用
实验环境:EclipseNeon.3(4.6.3)、MySQL、Tomcat9.0一、在web应用下的METAINF下新建context.xml文件,配置数据源。<?xmlversion"1.0"encoding"UTF8"?<Context<Resourcename"DBPool"
Stella981
•
3年前
Jenkins02:Jenkins+maven+svn集成
<fontsize'9'face'黑体'目录</font\TOC\1、安装Maven并配置环境变量 下载maven(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmirrors.hust.edu.cn
Stella981
•
3年前
JS 中的this指向问题和call、apply、bind的区别
this的指向问题一般情况下this对象指向调用函数的对象,全局环境中执行函数this对象指向window。functiona(){console.log(this);//输出函数a中的this对象}functionb(){};varc{name:"call"}
1
•••
104
105
106
•••
267