Kent_Sun Kent_Sun
4年前
idea运行junit测试程序报错command line is too long. shorten command line for
idea运行junit测试程序报错commandlineistoolong.shortencommandlinefor...解决方法在项目根目录.idea/workspace.xml文件中添加一行代码xml<componentname"PropertiesComponent" ... <propertyname"d
Easter79 Easter79
4年前
ssh详解
1.ssh的基本操作打开ssh:SystemAdministrationService找到sshd选择Enable然后start打开SystemAdministrationFirewall将火墙限制关闭ssh配置文件/etc/ssh/sshd\_config将“PasswordAuthenticationyes”改为
Stella981 Stella981
4年前
Android https 自定义ssl证书使用
Androidhttps自定义ssl证书使用1,服务端配置单向认证,给出server.crt2,通过命令生成bks文件keytoolimportaliascert123fileserver.crtkeystorecert123.bksstoretypeBKSproviderClassorg.bouncycast
Stella981 Stella981
4年前
CDHHadoop单机安装
1.修改java_home的文件:hadoopenv.sh,yarnenv.sh,mapreduce.env.shexportJAVA_HOME/usr/local/devtools/jdk/jdk1.7.0_452.修改coresite.xml<configuration
Stella981 Stella981
4年前
HttpServletRequest对象cast(造型、类型转换)MultipartHttpServletRequest错误
最近在项目中上传文件时又出现了常见的异常信息:java.lang.ClassCastException:net.bull.javamelody.JspWrapper$HttpRequestWrapper3cannotbecasttoorg.springframework.web.multipart.MultipartHttpServletRe
Stella981 Stella981
4年前
Linux虚拟机上安装redis
1、检查安装依赖程序yuminstallgcccyuminstallytclyuminstallwget2、获取安装文件wgethttp://download.redis.io/releases/redis4.0.6.tar.gz我用的版本是:  redis4.0.6.ta
Stella981 Stella981
4年前
Centos7安装hadoop2.7.5(单节点)
1.安装JavaJDK编辑配置文件vim/etc/profile添加以下内容exportJAVA_HOME/usr/local/java/jdk1.7.0_79exportPATH$JAVA_HOME/bin:$PATHexportCLASSPATH
Wesley13 Wesley13
4年前
mysql 基础语句
操作文件夹(库)增createdatabasedb1charsetutf8;查查看当前创建的数据库showcreatedatabasedb1;查看所有的数据库showdatabases;改alterdatabase
Wesley13 Wesley13
4年前
Java Activiti 工作流引擎 springmvc SSM 流程审批 后台框架源码
工作流模块1.模型管理  :web在线流程设计器、预览流程xml、导出xml、部署流程2.流程管理  :导入导出流程资源文件、查看流
Wesley13 Wesley13
4年前
mongoDB的安全相关
开启认证:在配置文件里新增一行authtrue创建用户:1.创建语法:createUser2.{user:"<name",pwd:"<cleartextpassword",customData:{<anyinformation},roles:\{role:"<role",db:"<database"}\