Problem Description
There are several ancient Greek texts that contain descriptions of the fabled island Atlantis. Some of these texts even include maps of parts of the island. But unfortunately, the...
分类:
其他好文 时间:
2015-02-02 12:37:52
阅读次数:
137
安装scp的软件包:# yum install openssh-clients
分类:
其他好文 时间:
2015-02-02 12:18:24
阅读次数:
103
在python中安装MySQL_python。不想通过下载源码编译,而是想用easy_installMySQL_python来安装。结果一直报错:mysql_config not found网上很多资料说要通过修改site.cfg来指定mysql_config的位置。我想只是因为我的macos里的m...
分类:
数据库 时间:
2015-02-01 20:17:29
阅读次数:
159
出现此错误可能是在安装IIS服务器的时候没有勾选“应用程序开发”,解决方法如下:就像安装IIS一样的步骤。选择web服务器(IIS)后,再选择“应用程序开发” 选择asp.net 以及 服务端包含等备注:服务器环境是 windows server 2012
分类:
Web程序 时间:
2015-02-01 19:00:56
阅读次数:
1537
错误原因:在网上查找错误原因的时候,有文章说这是因为我的布局文件的命名空间没有添加有包名的那个命名空间,可是我检查布局文件完毕之后,发现我已经添加了,但是还是报这个异常错误,我的命名空间为:xmlns:myview="http://schemas.android.com/apk/res/com.ex...
分类:
其他好文 时间:
2015-02-01 13:29:41
阅读次数:
192
下面的HTML和CSS能够实现div的隔行变色:
#container div{
width:200px;
height:25px;
font-size:14px;
text-align:center;
color:#474747;
}
.even{
background-color: #EDEDED;
}
.odd{
ba...
分类:
Web程序 时间:
2015-02-01 12:09:11
阅读次数:
134
Syntax error on token "Invalid Regular Expression Options", no accurate correction1、选中报错的jquery文件“jquery-1.2.6.min.js”。2、右键选择MyEclipse-->ExcludeFromVa...
分类:
Web程序 时间:
2015-02-01 11:56:34
阅读次数:
1227
1.JavaWeb:报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path解决方法:右击web工程-》属性或Build Path-》Java Build Path->Librar...
分类:
Web程序 时间:
2015-01-31 17:48:27
阅读次数:
137
100 words to Impress an Examiner!Here are 100 advanced English words which should you be able to use them in a sentence will impress even educated nat...
分类:
其他好文 时间:
2015-01-31 16:12:57
阅读次数:
240
1:首先进行Organizer,Provisioning file里所有显示为黄色感叹号的文件删掉。(设备里provisioning file也同样操作,在Organizer内也可完成)
2:打开Keychain Access (钥匙串访问),‘菜单栏’ -> '钥匙串设访问' -> '证书助理' -> "从证书颁发机构申请证书",选择“存储到磁盘”,输入必要信息
...
分类:
其他好文 时间:
2015-01-31 12:50:11
阅读次数:
136