Linux下安装jdk
一、安装前java1.查看是否已安装JDKyumlistinstalled|grepjava2.卸载CentOS系统Java环境yumyremovejava1.8.0openjdk表示卸载所有openjdk相关文件输入yumyremovetzdatajava.noarch卸载t
Stella981 Stella981
4年前
React:react
使用react构建单页面应用:  实现方法:(1)reactrouter       (2)reactrouterdomreactrouter:实现了路由的核心功能,而reactrouterdom依赖reactrouter,reactrouterdom:基于reactrouter,加入了在浏览器运行环境下的
Easter79 Easter79
4年前
Tomcat(二):Nginx反向代理实现Tomcat动静分离
Tomcat(二):Nginx反向代理实现Tomcat动静分离实验拓扑:!输入图片说明(https://static.oschina.net/uploads/img/201603/14161847_v0Z9.png)实验环境:OS:CentOS6
Stella981 Stella981
4年前
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 Stella981
4年前
PostgreSQL数据库切割和组合字段函数
Postgresql里面内置了很多的实用函数,下面介绍下组合和切割函数环境:PostgreSQL9.1.2     CENTOS5.7final一.组合函数1.concata.语法介绍concat(str"any",str"any",...)
Wesley13 Wesley13
4年前
PHP字符串转二进制(支持混合字符串)
不熟悉业务,写了一个晚上<?phpheader("charsetutf8;");functionStrToBin($str){//1.列出每个字符$arrpreg_split('/(?<!^)(?!$)/u',$str);//2.unpack字符
Stella981 Stella981
4年前
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 Stella981
4年前
JS 中的this指向问题和call、apply、bind的区别
this的指向问题一般情况下this对象指向调用函数的对象,全局环境中执行函数this对象指向window。functiona(){console.log(this);//输出函数a中的this对象}functionb(){};varc{name:"call"}
Stella981 Stella981
4年前
PHP on Windows Azure 入门教学系列(3) ——在Windows Azure中部署Wordpress
公告:本博客为微软云计算中文博客(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblogs.msdn.com%2Fazchina%2F)的镜像博客。部分文章因为博客兼容性问题,会影响阅读体验。如遇此情况,请访问原博客(https://www.oschina.net/actio
Wesley13 Wesley13
4年前
PHP利用纯真IP数据库在本地实现IP地址信息查询
封装IP函数<?phpclasscls_ipAddress{private$fp;private$firstip;private$lastip;private$totalip;publicfunction__construct($filename"qq