机型:Samsung Galaxy S GT-I9000版本:2.2.1bug:Couldn't create directory for SharedPreferences file xxx.xmlAttempt to read preferences file xxx.xml without p...
分类:
其他好文 时间:
2014-07-10 10:39:02
阅读次数:
311
这里主要利用A元素的伪类来实现:a:link {color: #FF0000} /* 未访问的链接 */a:visited {color: #00FF00} /* 已访问的链接 */a:hover {color: #FF00FF} /* 鼠标移动到链接上 */a:active {color: #00...
分类:
Web程序 时间:
2014-07-10 10:18:53
阅读次数:
338
问题描述:thetomcatinstallationdirectoryisnotvalid原因:我在上一页没有选择apachetomcat7.0,因为eclipse版本太低,只有到6.0的server供选择所以这边就算把Name改成7.0,还是配置不了解决方案:安装更高版本的eclipse
分类:
其他好文 时间:
2014-06-28 06:30:26
阅读次数:
575
if (Directory.Exists(path)) { string[] name = Directory.GetFiles(path); foreach (string item in name) { ...
分类:
其他好文 时间:
2014-06-27 18:44:08
阅读次数:
196
【GameObject.Active】 用于控制一个对象是否激活,一个对象激活当且本身active=true,并且它的父结点也都active。相当API有: 1)GameObject.SetActive 2)GameObject.activeSelf 3)GameObjectd.active...
分类:
其他好文 时间:
2014-06-27 17:29:00
阅读次数:
186
Oracle中的ORA-01548:activerollbacksegment‘_SYSSMU1$‘found接上文《OracleUndotablespace恢复(无备份)》http://tiany.blog.51cto.com/513694/14312871、在创建新的undotablesapce“undotbs2”后,删除旧的undotablespace15:12:49SYS@prod>ALTERtablespaceundotbs1offlin..
分类:
数据库 时间:
2014-06-27 06:12:39
阅读次数:
368
命令缩写:ls:list(列出目录内容)cd:Change Directory(改变目录)su:switch user切换用户rpm:redhat package manager红帽子打包管理器pwd:print work directory打印当前目录 显示出当前工作目录的绝对路径ps: proc...
分类:
系统相关 时间:
2014-06-26 22:15:58
阅读次数:
460
# Sample ``local.conf`` for user-configurable variables in ``stack.sh``
# NOTE: Copy this file to the root ``devstack`` directory for it to
# work properly.
# ``local.conf`` is a user-maintained set...
分类:
其他好文 时间:
2014-06-26 11:41:09
阅读次数:
272
1.下载tomcat免安装版,tomcat路径不含空格
http://download.csdn.net/detail/u014112584/7549191
2.windows -preferences-Myeclipse-servers-tomcat7.x
(1)选择Enable
(2)Tomcat home directory: 粘贴tomcat路径
...
分类:
系统相关 时间:
2014-06-26 07:38:55
阅读次数:
300
Lvs三种模式NATDRTUNLVS-NAT:目标地址转换注意事项:realserver的网关必须指向DIP,通常都是私有地址directory位于client和realserver之间,并负责处理进出的所有通信directory支持端口映射,向外提供服务的端口和realserver的端口可以不相同realserver可以使用任意操作系统较..
分类:
其他好文 时间:
2014-06-26 06:23:39
阅读次数:
510