//Situation System prompts that:"wget: unable to resolve host address".//Analysis Unable to resolve host address means the problem of DNS(Domain Nam.....
分类:
其他好文 时间:
2014-07-11 22:31:13
阅读次数:
187
这几天启动时Win7总是要提示“您有等待写入光盘的文件”,启动时间也变慢。可能是前几日通过资源管理器刻录光盘的时候留下的垃圾。在C:\Users\ibm\AppData\Local\Microsoft\Windows\Burn 出找到这些文件,删除即可:
本文转自:http://blog.maartenballiauw.be/post/2009/05/20/ASPNET-MVC-Domain-Routing.aspxASP.NET MVC Domain Routing 20. May 2009 08:23 / maartenba / ASP....
分类:
Web程序 时间:
2014-07-11 18:11:11
阅读次数:
260
1.用命令导入导出表C:\Users\xiang>imp bjlims/bjlims@orcl file="c:\tjlims.dmp" full=yC:\Users\xiang>exp GDNA2/DNA file=D:\TEMP.DMP owner=GDNA2 buffer=1024
分类:
其他好文 时间:
2014-07-11 13:04:17
阅读次数:
188
adbserverisoutofdate.killing...1:调试android的时候发现一个的问题1C:\Users\xxxx>adbstart-server2adbserverisoutofdate.killing...3ADBserverdidn'tACK4*failedtostartda...
分类:
数据库 时间:
2014-07-09 18:40:42
阅读次数:
202
location是javascript里边管理地址栏的内置对象,比如location.href就管理页面的url,用location.href=url就可以直接将页面重定向url。而location.hash则可以用来获取或设置页面的标签值。比如http://domain/#admin的locati...
一次项目中使用hibernate 的templet方式执行普通sql,方式如下:String sql ="select count(*) as c from users";SQLQuery sq = session.createSQLQuery(sql);Object count = sq.uniq...
分类:
数据库 时间:
2014-07-09 14:33:35
阅读次数:
256
继续 上一篇的研究,结合 xen4.2.3 的代码分析,发现 xen4.2.3 的应用层工具库 tools 包含一个工具叫 libvchan ,其头文件描述如下:* This is a library for inter-domain communication. A standard Xen .....
分类:
其他好文 时间:
2014-07-09 13:23:06
阅读次数:
387
[root@ladb1~]#su-oracle[oracle@ladb1~]$sqlplus/nologSQL*Plus:Release10.2.0.1.0-ProductiononTueJul821:47:012014Copyright(c)1982,2005,Oracle.Allrightsreserved.SQL>conn/assysdba;Connected.查询Oracle中所有用户信息1.查看所有用户:select*fromdba_users;select*f..
分类:
数据库 时间:
2014-07-09 08:04:43
阅读次数:
239
location是javascript里边管理地址栏的内置对象,比如location.href就管理页面的url,用location.href=url就可以直接将页面重定向url。而location.hash则可以用来获取或设置页面的标签值。比如http://domain/#admin的location.hash="#admin"。利用这个属性值可以做一个非常有意..