VirtualBox 3.2.10 gives me the following error
message when booting Ubuntu 10.10:-iix4_smbus 0000.00.07.0: SMBus base address
uninitialized - upgrade ...
分类:
其他好文 时间:
2014-06-02 16:44:03
阅读次数:
234
-bash:warning:setlocale:LC_CTYPE:cannotchangelocale(EN_US.UTF-8)
把linux系统从中文设置英文字符集后发生以下报错
首先本系统字符集为中文UTF-8
[root@localhost~]#more/etc/sysconfig/i18n
LANG="zh_CN.UTF-8"
修改为英文UTF-8
[root@localhost~]#vim/etc/sysconfig/i..
分类:
其他好文 时间:
2014-06-02 14:49:19
阅读次数:
203
myeclipse 10 载入新的项目报错Cannot return from outside
a function or method解决方法:方法一:window -->preferences -->myeclipse
-->validation -->javascript validator ...
分类:
系统相关 时间:
2014-06-02 08:47:49
阅读次数:
332
安装oracle时候在创建oracle用户后,切换oracle用户时,报如下错
[root@localhost~]#su-oracle
-bash:ulimit:maxuserprocesses:cannotmodifylimit:Operationnotpermitted
经查看结果是忘记修改/etc/security/limits.conf
关于/etc/security/limits.conf解释及应用,看我转载..
分类:
其他好文 时间:
2014-06-02 04:11:33
阅读次数:
264
Appliesto:
OracleServer-EnterpriseEdition-Version:8.1.7.4to11.2.0.2.0-Release:8.1.7to11.2
GenericUNIX
当检查oracle实例后台进程不存在这时启动启动数据库报错:
ORA-01081:"cannotstartalready-runningORACLE-shutitdownfirst"
造成此种原因是
Orphanedsharedmemor..
分类:
数据库 时间:
2014-06-02 04:04:29
阅读次数:
844
4507配置:interfacePort-channel3switchportswitchporttrunkencapsulationdot1qswitchportmodetrunk!interfaceGigabitEthernet3/3descriptionFor4503-G2/3channel-group3modeauto!interfaceGigabitEthernet3/4descriptionFor4503-G2/4channel-group3modeautointerfaceVlan1ipad..
分类:
其他好文 时间:
2014-06-02 03:47:54
阅读次数:
248
-bash:warning:setlocale:LC_CTYPE:cannotchangelocale(EN_US.UTF-8)
把linux系统从中文设置英文字符集后发生以下报错
首先本系统字符集为中文UTF-8
[root@localhost~]#more/etc/sysconfig/i18n
LANG="zh_CN.UTF-8"
修改为英文UTF-8
[root@localhost~]#vim/etc/sysconfig/i..
分类:
其他好文 时间:
2014-06-02 03:24:48
阅读次数:
331
本文介绍RS/6000启动过程中机器上的液晶显示屏代码的含义。
本文代码不针对具体机型。
----------DumpProgressIndicator----------
0c0Thedumpcompletedsuccessfully
0c1ThedumpfailedduetoanI/Oerror.
0c2
Auser-requesteddumphasstarted.YourequestedadumpusingtheSYSDU..
分类:
其他好文 时间:
2014-06-02 03:05:59
阅读次数:
389
方法1:在Eclipse中,右击项目,选择Java Build
Path->Libraries->Add External
JARs,找到你计算机中tomcat的安装路径,在common\lib文件夹下选中"servlet-api.jar",添加点击“确定”,ok!方法2:把servlet-api....
分类:
编程语言 时间:
2014-06-02 01:44:50
阅读次数:
349
【题目】
Given a string containing only digits, restore it by returning all possible valid IP address combinations.
For example:
Given "25525511135",
return ["255.255.11.135", "255.255.111.35"]. (Order does not matter)
【题意】
给定一个字符串,恢复并返回所有符合条件的IP串
【思路】...
分类:
其他好文 时间:
2014-06-01 13:01:56
阅读次数:
295