
Centos
qq513283439
求技术同好,相互学习...
展开
-
ssh免密登录
参考文章:https://www.cnblogs.com/xiaoaofengyue/p/8080639.html一、在/etc/hosts文件中配置需要ssh免密登录的主机:[root@worker1-presto .ssh]# cat /etc/hosts127.0.0.1 localhost localhost.localdomain localhost4 localhost...原创 2019-10-17 10:18:40 · 251 阅读 · 0 评论 -
Centos7安装Jenkins
1、下载网页 https://jenkins.io/index.html2、原创 2017-05-21 00:37:37 · 302 阅读 · 0 评论 -
ConcurrentHashMap
package com.paic.hm.openfire.dubbo;import java.util.concurrent.ConcurrentHashMap;import org.apache.commons.lang.StringUtils;import org.jivesoftware.util.JiveGlobals;import org.slf4j.Logger;impo...原创 2018-06-05 16:43:57 · 228 阅读 · 0 评论 -
a
package com.paic.hm.user.front.web.controller.message;import java.util.Map;import org.junit.Before;import org.junit.BeforeClass;import org.junit.Test;import com.alibaba.dubbo.common.URL;import com.ali...原创 2018-06-07 18:04:27 · 200 阅读 · 0 评论 -
zipview.html
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1" /><titl原创 2018-06-26 14:53:17 · 255 阅读 · 0 评论 -
123
http://epo.paic.com.cn/purchase_web_01/login 欢迎使用财务辅助系统,myjava963git:HUANGLIAO322@pingan.com.cn 、 qweasd322 --配置文件上传文件保存路径,命令 [df –h]SELECT * from hm_um_properties a where a.name = "fil...原创 2018-07-12 18:03:33 · 252 阅读 · 0 评论 -
Java 类的热替换 —— 概念、设计与实现
转自:https://www.ibm.com/developerworks/cn/java/j-lo-hotswapcls/index.html构建基于 Java 的在线升级系统孙 鸣 和 邓 辉2010 年 1 月 14 日发布WeiboGoogle+用电子邮件发送本页面 8Java ClassLoader 技术剖析在本文中,我们将不对 Java ClassLo...转载 2018-09-10 16:05:03 · 704 阅读 · 0 评论 -
Centos 安装 Hudson
1、下载tomcat2、下载hudson.war包,放入到webapp中。原创 2017-08-31 15:04:49 · 216 阅读 · 0 评论 -
CentOS 7 yum方式快速安装MongoDB
http://blog.youkuaiyun.com/leshami/article/details/53171375一、安装环境及配置yum# more /etc/redhat-release CentOS Linux release 7.2.1511 (Core)# vi /etc/yum.repos.d/mongodb-org-3.2.repo [mongodb-org-转载 2017-07-27 23:26:18 · 331 阅读 · 0 评论 -
Eclipse中安装新的repository库,并本地库jar上传nexus中
1、下载 apache-maven-3.0.5-bin.zip 2、解压后:F:\SVN\apache-maven-3.0.5 ;3、配置【系统变量】:M2_HOMEF:\SVN\apache-maven-3.0.5配置用户变量path%M2_HOME%\bin;4、输入 【mvn -v】,查看配置是否成功;5、在Eclips原创 2017-05-21 17:54:20 · 4072 阅读 · 0 评论 -
CentOS7 执行yum 命令出错
One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "转载 2017-05-14 23:32:25 · 6788 阅读 · 0 评论 -
安装SecureCRT
1、安装 SecureCRT 8.0 连接linux服务器;2、步骤如下: 下载地址 http://download.youkuaiyun.com/detail/qq5132834/96911953、安装 scrt_sfx80-x64.exe , 安装完成后,不要启动。去安装的文件目录中查找到:SercureCRT.exe,LicenseHelper.exe文件位置;4、点开 SecureCRT原创 2017-05-14 14:32:41 · 916 阅读 · 0 评论 -
centos7 mysql数据库安装和配置
转载地址:http://www.cnblogs.com/starof/p/4680083.html一、系统环境yum update升级以后的系统版本为[root@yl-web yl]# cat /etc/redhat-release CentOS Linux release 7.1.1503 (Core) 二、mysql安装一般网上给出的资料都转载 2017-05-14 23:57:28 · 245 阅读 · 0 评论 -
Centos 7 打开端口及查询端口
安装了mysql数据库,这时候如果允许远程连接的话,还得打开mysql的默认端口 3306.Centos 7 采用firewall 防火墙:例如 查询9200端口是否打开命令如下: firewall-cmd --query-port=3306/tcp返回yes 表示打开打开9300端口命令如下:firewall-cmd --add-port原创 2017-05-15 00:50:37 · 3791 阅读 · 0 评论 -
在日志中查询某一个字符串
1、> tail -f zuche-order-online.log; 这种方式很动态,很难查询到指定数据;2、> less zuche-order-online.log;2.1 键盘上操作 【shift+G】 显示日志最末;2.2 >?response 从下向上匹配2.3 键盘上操作 【N】继续向上匹配;2.4 键盘上操作 【shift+N】向下匹配;2原创 2017-05-15 14:47:34 · 6125 阅读 · 0 评论 -
Centos7中安装jdk7
1、下载 jdk-7u25-linux-x64.tar.gz ,通过 secureCRT 上传到服务器中;2、解压包,#tar xvf jdk-7u25-linux-x64.tar.gz3、原创 2017-05-16 22:36:14 · 445 阅读 · 0 评论 -
Centos7中安装tomcat7
1、tomcat7下载地址:http://tomcat.apache.org/download-70.cgi2、tomcat名称:apache-tomcat-7.0.77.tar.gz3、原创 2017-05-17 00:01:03 · 368 阅读 · 0 评论 -
Centos7安装svn服务器
1、yum install subversion原创 2017-05-20 15:31:10 · 270 阅读 · 0 评论 -
Centos7安装nexus
1、下载原创 2017-05-21 11:04:38 · 262 阅读 · 0 评论 -
centos 安装
1、下载 CentOS-7-x86_64-Minimal-1611.iso 。地址: https://www.centos.org/download/ .原创 2017-05-14 11:31:55 · 363 阅读 · 0 评论