摘要:
var str="AGFCGFfG"document.write(str.replace(/[^ABCDf]/g,'H')) 》》》》AHHCHHfH 解释: 1、说正则: 负值字符集合。匹配未包含的任意字符。例如, '[^abc]' 可以匹配 "plain" 中的'p'、'l'、'i'、'n'。 阅读全文
摘要:
一:总体步骤 1 下载项目源码; 2 编译打包; 3 放在指定tomcat下; 4 重启tomcat; 二:具体步骤: 三:注意点 1、 项目的tomcat要添加用户; 在tomcat的conf文件夹下找到tomcat-user.xml;添加如下用户 <role rolename="manager- 阅读全文
摘要:
这里不说代码问题,只是拿别人正常跑cas项目放到自己部门的服务器遇到的;检查以下配置 1、防火墙: 把部署cas项目的端口,redis的端口都配置入站规则; 2、redis:在redis.windows.conf 的 bind 127.0.0.1 后面加个部署redis所在的服务器的内网IP 如: 阅读全文
摘要:
在bin路径下: 1、cmd; 2、service.bat install [服务名,任意取] 阅读全文
摘要:
1、解压mysql压缩包 2、在bin目录下,在目录地址输入cmd,进入当前路径的命令界面,输入mysqld.exe --install; 3、启动服务; 阅读全文
摘要:
注入这个依赖<dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.1.3</version> <exclusions> <exclusion> <artif 阅读全文