linux的文件管理 linux的文件组成: 1、数据:数据就是文件内容 2、Metadata元数据:每个文件除了内容之外,都有一些相关信息。例如我们之前所提到的文件的所有者,所有组和权限,这些都属于元数据,还包含了修改时间。可ls -l显示的内容大多都属于。这些信息都保持在一个叫inode节点的结 ...
分类:
其他好文 时间:
2019-01-25 21:07:35
阅读次数:
175
SVN-GitLab数据迁移 一、生产环境SVN数据迁移到测试环境GitLab 主机名 IP地址 备份 特殊要求 SVN 192.168.200.188 SVN服务器 无 Git01 192.168.200.186 Git客户端 无 Git02 192.168.200.187 GitLab服务器01 ...
分类:
其他好文 时间:
2019-01-22 14:16:01
阅读次数:
235
public static JSONArray convertToJSON(ResultSet resultSet) throws Exception { JSONArray jsonArray = new JSONArray(); while (resultSet.next()) { int to... ...
分类:
Web程序 时间:
2019-01-22 10:56:37
阅读次数:
199
##############备库failover 到主库############################################################ ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH FORCE;... ...
分类:
数据库 时间:
2019-01-22 10:42:59
阅读次数:
301
A few years ago, I managed a team at DocuSign that was tasked with re-writing the main DocuSign web app which was used by tens of millions of users. T ...
1、什么是OMF? Oracle managed file的缩写,简单的理解,就是oracle自己管理自己的文件,可以是dbf,redolog 等等,具体可以参考官方文档Adiministrator中的17.Using Oracle Managed Files 2、如何查看当前系统是否使用了OMF? ...
分类:
数据库 时间:
2019-01-21 16:02:05
阅读次数:
156
可重入读写锁 ReentrantReadWriteLock
分类:
其他好文 时间:
2019-01-21 11:24:05
阅读次数:
116
上篇文章介绍了Confluence提供的标准的RestAPI主要涵括在那些功能领域。在这篇文章中将会继续使用实际的例子来介绍如何使用这些RestAPI。 Rest Api Confluence的相关RestAPI在上篇文章中进行了仔细的介绍,具体参看 项目详细信息 Confluence RestAP ...
UPDATE: The following update is fixing this issue: Cumulative Update for Windows 10 Version 1607 and Windows Server 2016: December 9, 2016 https://sup ...
分类:
Web程序 时间:
2019-01-19 21:09:40
阅读次数:
218
控制台报错: 08:07:09.293 [http-bio-8080-exec-2] ERROR org.hibernate.internal.SessionImpl - HHH000346: Error during managed flush [Batch update returned une ...
分类:
其他好文 时间:
2019-01-19 11:07:37
阅读次数:
581