上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 41 下一页
摘要: ​ SpringBootDemo ${LOG_PATH}/${APPDIR}/log_error.log ... 阅读全文
posted @ 2017-12-28 17:57 xu_shuyi 阅读(1222) 评论(1) 推荐(0)
摘要: 一、查看和修改Linux的时区 1. 查看当前时区 命令 : "date -R" 2. 修改设置Linux服务器时区 方法 A: 命令 : "tzselect" 方法 B:仅限于RedHat Linux 和 CentOS 命令 : "timeconfig" 方法 C:适用于Debian 命令 : " 阅读全文
posted @ 2017-12-28 13:35 xu_shuyi 阅读(254) 评论(0) 推荐(0)
摘要: package com.sinosoft.config; import com.sinosoft.common.CommonUtil; import java.util.HashMap; import java.util.Map; /** * Created by xushuyi on 2017/12/21. */ public class Test { private st... 阅读全文
posted @ 2017-12-21 10:38 xu_shuyi 阅读(794) 评论(0) 推荐(0)
摘要: 在需要备份数据库里面的数据时,我们需要知道数据库占用了多少磁盘大小,可以通过一些sql语句查询到整个数据库的容量,也可以单独查看表所占容量。 1、要查询表所占的容量,就是把表的数据和索引加起来就可以了 select sum(DATA_LENGTH)+sum(INDEX_LENGTH) from in 阅读全文
posted @ 2017-11-23 14:33 xu_shuyi 阅读(167) 评论(0) 推荐(0)
摘要: 1、ORACLE_HOME_LISTNER is not SET, unable to auto-start Oracle Net Listener解决方法 http://blog.csdn.net/yabingshi_tech/article/details/46786409 阅读全文
posted @ 2017-11-22 11:36 xu_shuyi 阅读(222) 评论(0) 推荐(0)
摘要: 打开的文件过多,一般来说是由于应用程序对资源使用不当造成,比如没有及时关闭Socket或数据库连接等。但也可能应用确实需要打开比较多的文件句柄,而系统本身的设置限制了这一数量。 第一个异常在错误影响到基础 TCP 协议时抛出,而第二个异常则在错误影响到 I/O 操作时抛出。 文件打开数过多最坏的情况 阅读全文
posted @ 2017-11-17 12:58 xu_shuyi 阅读(483) 评论(0) 推荐(0)
摘要: 提交时使用git push origin master 出现failed to push some refs to git 回想一下,创建该项目时显示尝试使用了git for win的客户端离线版,发现不能上传,又在github上重新创建仓库,建立README.md,导致该文件不在本地代码中 可以通 阅读全文
posted @ 2017-11-14 10:48 xu_shuyi 阅读(2834) 评论(0) 推荐(0)
摘要: 1、打开项目 VCS-》Git-》Remotes 2、选中之前的Git远程分支,添加新的Git分支 3、再执行上传及同步源码 分支就切换过来了 阅读全文
posted @ 2017-10-30 10:06 xu_shuyi 阅读(805) 评论(0) 推荐(0)
摘要: package com.sinosoft; import java.util.HashMap; import java.util.Map; /** * Created by xushuyi on 2017/10/28. */ public class Test01 { /** * 码表 */ private static Map convertMap... 阅读全文
posted @ 2017-10-29 14:31 xu_shuyi 阅读(923) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><!--Licensed to the Apache Software Foundation (ASF) under oneor more contributor license agreements. See the NO 阅读全文
posted @ 2017-10-26 09:36 xu_shuyi 阅读(322) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 41 下一页