会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Brin Page
博客园
首页
新随笔
联系
订阅
管理
随笔 - 62
文章 - 0
评论 - 2
阅读 -
67413
1
2
3
4
5
···
7
下一页
2019年4月19日
vue修改项目名
摘要: 1.修改config/index.js文件 2.修改Router内容 vue跨域设置
阅读全文
posted @ 2019-04-19 15:04 Brin Page
阅读(537)
评论(0)
推荐(0)
2019年3月11日
CAS5.3.0安装部署
摘要: 部署环境:JDK1.8.x maven-3.5.2 tomcat-8.x.x 1.下载地址 https://github.com/apereo/cas-overlay-template/tree/5.3 2.添加组件 2.1数据库设置 2.1.1编辑pom.xml并打包:mvn package ca
阅读全文
posted @ 2019-03-11 15:07 Brin Page
阅读(1418)
评论(0)
推荐(0)
2018年9月21日
nginx 10054报错问题解决方案
摘要: 使用nginx代理,端口8000。tomcat用于后端服务器,端口8080。nginx的error.log中报如下错误: 2018/09/21 09:08:06 [error] 12488#11600: *27 WSARecv() failed (10054: An existing connect
阅读全文
posted @ 2018-09-21 10:04 Brin Page
阅读(12387)
评论(0)
推荐(0)
2017年12月15日
react安装 项目构建
摘要: 1.nodejs安装 下载安装包,解压。如果是已编译文件,在/etc/profile中设置PATH(/etc/profile文件中的变量设置,所有用户可用,但需求重启服务器),并source /etc/profile。如果不是则进行编译安装。 node -v 显示版本号则安装成功。 2.react环
阅读全文
posted @ 2017-12-15 09:40 Brin Page
阅读(144)
评论(0)
推荐(0)
2017年11月13日
oracle ORA-00119, ORA-00132问题解决
摘要: 使用PL/SQL登录oracle报ORA-12154: TNS: 无法解析指定的连接标识符sqlplus /nologconnect /as sysdbastartup报如下错误:ORA-00119: invalid specification for system parameter LOCAL_
阅读全文
posted @ 2017-11-13 17:49 Brin Page
阅读(379)
评论(0)
推荐(0)
2017年9月15日
SQL Server
摘要: SQLSERVER多表关联删除: DELETE TABLE_A FROM TABLE_A DD INNER JOIN TABLE_B D ON DD.DIFFER_LOG_ID = D.LOG_IDWHERE D.UP_DATE = 20170915; SQLSERVER多表关联修改: UPDATE
阅读全文
posted @ 2017-09-15 13:17 Brin Page
阅读(208)
评论(0)
推荐(0)
2017年3月8日
centos7设置httpd
摘要: 1.httpd开机自启动 systemctl enable httpd.service 2.httpd开机不自启动 systemctl disable httpd.service 3.启动httpd systemctl start httpd.service 4.停止httpd systemctl
阅读全文
posted @ 2017-03-08 20:54 Brin Page
阅读(203)
评论(0)
推荐(0)
2017年2月13日
centos7 firewalld 开放端口
摘要: 开通80端口 firewall-cmd --zone=public --add-port=80/tcp --permanent --zone #作用域 --add-port=80/tcp #添加端口,格式为:端口/通讯协议 --permanent #永久生效,没有此参数重启后失败 重启防火墙 sys
阅读全文
posted @ 2017-02-13 23:01 Brin Page
阅读(245)
评论(0)
推荐(0)
2016年12月14日
java日期间相隔年月日计算
摘要: /** * 获取date1相距date2多少天, date2>date1 * @param date1 * @param date2 * @return * @throws ParseException */ public static int getDaysSpace(String date1,S
阅读全文
posted @ 2016-12-14 18:03 Brin Page
阅读(345)
评论(0)
推荐(0)
2016年10月13日
PLSQL僵死
摘要: 同样的SQL语句,同一数据库,但在不同的PLSQL中执行,出现僵死的问题。 修改SQLNET.ORA文件的SQLNET.EXPIRE_TIME值为10,10为默认值。
阅读全文
posted @ 2016-10-13 09:36 Brin Page
阅读(181)
评论(0)
推荐(0)
1
2
3
4
5
···
7
下一页
公告
昵称:
Brin Page
园龄:
13年3个月
粉丝:
2
关注:
2
点击右上角即可分享