Finally building OpenJDK 9 on macOS Sierra is completed successfully. Most time was wasting on downloading. ...
分类:
系统相关 时间:
2017-07-01 10:05:25
阅读次数:
388
待机异常篇 待机异常篇待机异常 1: 按Power key后,连early_suspend都没进。待机异常 2: 能够进early_suspend。但进不了suspend待机异常 3: 能够进suspend,但出现:PM: Some devices failed to suspend待机异常 4: ...
分类:
其他好文 时间:
2017-06-30 12:25:41
阅读次数:
343
在ORACLE数据库当中,有时候会使用ALTER SYSTEM KILL SESSION 'sid,serial#'杀掉一个会话进程,但是使用这个SQL语句杀掉会话后,数据库并不会立即释放掉相关的资源,有时候你会发现锁定的资源很长时间也不会释放,即使会话状态为“KILLED”,依然会阻塞其它会话。 ...
分类:
数据库 时间:
2017-06-26 22:39:38
阅读次数:
177
理论介绍:我们通常说的双机热备是指两台机器都在运行,但并不是两台机器都同时在提供服务。当提供服务的一台出现故障的时候,另外一台会马上自动接管并且提供服务,而且切换的时间非常短。MySQL双主复制,即互为Master-Slave(只有一个Master提供写操作),可以实现数据库服务器的热备,但是一个M ...
分类:
数据库 时间:
2017-06-20 19:14:17
阅读次数:
291
We have classified the architecture of SQL Server into the following parts for easy understanding ? General architecture Memory architecture Data file ...
分类:
数据库 时间:
2017-06-11 12:52:31
阅读次数:
205
这一篇讲讲不常用的一些方法。 1 sd_setImageWithPreviousCachedImageWithURL: placeholderImage: options: progress: completed: 取得上次缓存的图片,然后作为占位图的参数再次进行一次图片设置。 说是讲不常用的方法, ...
分类:
Web程序 时间:
2017-06-09 12:31:08
阅读次数:
330
我遇到这个问题是在iPad Air的模拟器上使用NSURL的URLWithString方法从Flickr获取数据时,解决的方法是换一个模拟器,我换成iPad 2。就没有问题了。 ...
分类:
移动开发 时间:
2017-06-07 14:37:16
阅读次数:
277
今天在使用IDEA配置springmvc文件时,出现类似在Android studio 中样式文件报top level element is not completed错,郁闷极了,找了好久 才找到解决方案,问题解决了 然而并没有理解为什么 ,希望有大神可以帮回复。问题类似如下: 在上面代码中“Th ...
分类:
其他好文 时间:
2017-06-03 20:59:09
阅读次数:
260
using System;using System.ComponentModel;using System.Windows.Forms;using System.Threading;namespace WindowsFormsApplication1{ publicpartialclass Form... ...
分类:
其他好文 时间:
2017-05-25 13:30:18
阅读次数:
193