checking for CRYPTO_free in -lcrypto...
noconfigure: error: libcrypto not found!http://www.openssl.org/source/
openssl-0.9.8y.tar.gz cd openssl-0.9.8y...
分类:
Web程序 时间:
2014-05-18 19:11:48
阅读次数:
376
今天给nginx 升级的时候碰到一个问题通过执行 add-apt-repository
命令来添加nginx 的ppa的时候发现 命令找不到root@ubuntu:~# sudo
add-apt-repositoryppa:nginx/stablesudo: add-apt-repository: ...
分类:
其他好文 时间:
2014-05-17 22:10:10
阅读次数:
336
在ASP.NET中,开发人员经常使用Response.Redirect()方法,用编程的手法,将对老的URL的请求转到新的URL上。但许多开发人员没有意识到的是,Response.Redirect()方法发的是个
HTTP 302 Found (临时转向) 回复,会在用户尝试访问老的URL时,导.....
分类:
其他好文 时间:
2014-05-17 15:02:03
阅读次数:
273
??
NET IIS7.5 创建站点时,如果发现以下错误,并且 默认站点访问没有问题的话,
可以尝试,进入 处理程序映射 右键恢复为父级,有可能会有意想不到的 惊喜。
我的问题就是这样解决的。
出现这种问题的关键:是你的站点没有可以处理的扩展。
如:*.asp, *.html, *.aspx等等
错误摘要
HTTP 错误 404.4 - Not Found
...
分类:
Windows程序 时间:
2014-05-15 19:28:06
阅读次数:
1297
??
This is because forward declaration in C++: Compiler needs to know function prototype when function call is compiled. So, you need declare the called function first or place the called function be...
分类:
编程语言 时间:
2014-05-15 04:52:19
阅读次数:
211
Problem Description
Consider the following exercise, found in a generic linear algebra textbook.
Let A be an n × n matrix. Prove that the following statements are equivalent:
1. A is invertible...
分类:
其他好文 时间:
2014-05-15 01:30:21
阅读次数:
309
WindowServer2012服务器,添加角色安装完.netframework和iis之后,运行aspx页面就报如下错误:HTTP
错误 404.3 - Not Found由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME
映射。?可能是缺少...
分类:
其他好文 时间:
2014-05-14 01:52:38
阅读次数:
610
/*
游标:可以用来存放查询结果,逐行提取查询结果,以编程的方式访问数据
类型:1.隐式游标;2.显示游标;3.引用游标
*/
/*
在PL/SQL中使用DML语句时自动创建隐式游标
隐式游标自动声明、打开和关闭,其名为 SQL
通过检查隐式游标的属性可以获得最近执行的DML语句的信息
隐式游标的属性有:
1.%FOUND – SQL语句影响了一行或多行时为 TRUE
2.%NOTFOUND – SQL语句没有影响任何行时为TRUE
3.%ROWCOUNT – SQL语句影响的行数
4.%ISO...
分类:
数据库 时间:
2014-05-13 23:56:53
阅读次数:
522
If you runfsck, the filesystem check and repair
command, it might find data fragments that are not referenced anywhere in the
filesystem. In particula...
分类:
其他好文 时间:
2014-05-13 16:59:54
阅读次数:
276
Multiple annotations found at this line: - schema_reference.4: Failed to read schema document 'http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd', because 1) could not find the document; 2)...
分类:
编程语言 时间:
2014-05-12 22:55:47
阅读次数:
409