linux使用su切换用户提示 Authentication failure的解决方法:这个问题产生的原因是由于ubtun系统默认是没有激活root用户的,需要我们手工进行操作,在命令行界面下,或者在终端中输入如下命令:sudo passwdPassword:你当前的密码Enter new UNIX...
分类:
系统相关 时间:
2015-01-06 09:43:28
阅读次数:
282
PDF versionPMFSuppose there is a sequence of independent Bernoulli trials, each trial having two potential outcomes called "success" and "failure". In...
分类:
其他好文 时间:
2015-01-05 00:27:39
阅读次数:
297
ifcfg-ens32 1 --static 2 TYPE=Ethernet 3 BOOTPROTO=static 4 DEFROUTE=yes 5 IPV4_FAILURE_FATAL=no 6 IPV6INIT=yes 7 IPV6_AUTOCONF=yes 8 IPV6_DEFROUTE=ye...
分类:
Web程序 时间:
2015-01-02 16:02:06
阅读次数:
212
在SVG中,我们无法给Text元素设置Width和Height属性,因此无法直接获取Text元素的高和宽。如果想要给Text元素添加背景色,最简单的办法就是在Text元素的下面添加Rect,然后给Rect设置fill属性。如下面的代码:2014-09-11 显示效果 但是如果Text元素的字...
分类:
其他好文 时间:
2014-12-30 14:48:37
阅读次数:
179
http://docs.oracle.com/javase/6/docs/technotes/guides/jar/jar.html#Introhttp://docs.oracle.com/javase/tutorial/deployment/jar/manifestindex.htmlUnix L...
分类:
编程语言 时间:
2014-12-29 08:54:17
阅读次数:
161
说明:记录下学习IOS的一些琐碎,有些在现在看起来很简单幼稚,不过权当学习足迹吧!1.选定ipad支持的方向,如强制横屏等,需要在General——》Deployment Info ——》Device Orientation选择,含义如下:所以要想强制横屏的话,可以点选2.UIView中如何添加xi...
分类:
移动开发 时间:
2014-12-26 12:59:44
阅读次数:
369
1、Failure to transfer org.apache.poi:poi-ooxml-schemas:jar:3.10.1 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolut...
分类:
其他好文 时间:
2014-12-26 10:48:37
阅读次数:
374
The current time is 12:00 noon. You want to recover the USERS tablespace
from a failure that occurred at 11:50 a.m. You discover that
the only member of an unarchived redo log group containing inf...
分类:
数据库 时间:
2014-12-25 10:01:47
阅读次数:
264
最近碰到一个mysql5数据库的问题。就是一个标准的servlet/tomcat网络应用,后台使用mysql数据库。问题是待机一晚上后,第二天早上第一次登录总是失败。察看日志发现如下错误:
“com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:Communications link failure
La...
分类:
数据库 时间:
2014-12-25 08:46:42
阅读次数:
222
使用习惯了eclipse, 还没开始使用maven, 使用idea 有些不太习惯,现在记录下来,以备忘。/*这一步在tomcat使用external source时,其实是不起作用的**/ a. ctrl+alt+s 打开settings → build,execution, deployment....
分类:
系统相关 时间:
2014-12-24 20:04:51
阅读次数:
213