码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
调优3(share pool 调整)
第三章 share pool 调整1、sga 组成部分1)database buffer2)redolog buffer3)share pool :共享池,存放最近最常使用的sql和plsql语句及解析计划和数据字典信息---library cache: 存放最近最常使用的sql及plsql 语句....
分类:其他好文   时间:2014-05-16 19:08:16    阅读次数:489
APP进入后台时自动截屏的应对方法
点击HOME键使应用进入后台时,iOS会自动对当前屏幕进行截屏处理,并保存成图片文件。在Mac中可以看到,这些截屏文件会被保存在下述路径中:/Library/Caches/Snapshots/(Bundle identifier)/且文件名以"UIApplicationAutomaticSnapsh...
分类:移动开发   时间:2014-05-15 16:01:46    阅读次数:370
- The import javax.servlet.jsp.JspWriter cannot be resolved
?? Add servlet-api.jar and jsp-api.jar from Tomcat 6.0 library to ecipse project....
分类:编程语言   时间:2014-05-15 11:21:43    阅读次数:446
The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from
?? 解决办法:加入相关类的 jar 包到你的 classpath (右键点击某个jar包--build path--config build path...---liberary---Add external jar library),此处加入 servelet-api.jar(此包在eclipse/plugins目录中可以找得到,其他类似的错误也用相同的方法解决) 到 classpath ,...
分类:编程语言   时间:2014-05-15 07:08:36    阅读次数:313
百度地图js小结
1、获取javascript API 服务方法,首先申请密钥(ak),才可成功加载APIJS文件。 使用方法如下: http://api.map.baidu.com/api?v=2.0&ak=您的密钥">> 如果需要限制区域,那么需要引入下面的js http://api.map.baidu.com/library/AreaRestriction/1.2/src/AreaRestrict...
分类:Web程序   时间:2014-05-15 06:49:02    阅读次数:470
10gocm->session2->ocm02库与GC安装与配置
ocm02库与GC安装与配置 安装顺序:ocmdb02库(host:ocm02) 1.安装ocmdb02库 作用:存放历史数据,用于历史分析 --后续安装oms,oms需要一个容器来存放各个agent推送来的信息,ocmdb02就是这个容器。 2.配置oracle用户环境变量 export ORACLE_BASE=/u01/oracle export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1 export LD_LIBRARY_PATH=$ORACLE_HOM...
分类:其他好文   时间:2014-05-15 05:52:11    阅读次数:238
C++ - Identifier not found
?? 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
hdu2767Proving Equivalences(强连通,缩点)
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
库和框架的区别
本文面向玩代码玩的蛋疼的读者。库和框架都是一种有别于软件、面向程序开发者的产品形式。正因为如此,也有很多人误以为库就是框架,或者认为指定语言的库就是框架。库的英语为 Library ( 简写 Lib ),框架的英语为 Framework。库是将代码集合成的一个产品,供程序员调用。面向对象的代码组织形...
分类:其他好文   时间:2014-05-14 23:14:22    阅读次数:360
Custom Action : dynamic link library
工具:VS2010, Installshield 2008实现功能:创建一个C++ win32 DLL的工程,MSI 工程需要调用这个DLL,并将MSI工程中的两个参数,传递给DLL,参数1:Property 表中的 ProductName参数2:操作 MSI 工程的 installer datab...
分类:其他好文   时间:2014-05-14 10:23:32    阅读次数:356
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!