码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
oracle cursor
Oracle will generate something called cursor after it parse an statement. This thing--cursor will be stored in Library cache, if next time you need to...
分类:数据库   时间:2014-05-10 01:02:22    阅读次数:579
windows下的gsl(科学计算库)配置
一、GSL介绍GNU科学计算函数库GSL(GNU Scientific Library)是一个强大的C/C++数值计算函数库,它是一个自由软件,是GNU项目软件的一个部分,遵循GPL协议。GSL是一个为C和C++程序员提供的科学数值运算库。该科学计算库异常强大,函数库提供了大量的数值计算程序,如随机...
分类:Windows程序   时间:2014-05-09 15:34:56    阅读次数:720
POJ1742可行性背包
题目: Description People in Silverland use coins.They have coins of value A1,A2,A3...An Silverland dollar.One day Tony opened his money-box and found there were some coins.He decided to buy a very n...
分类:其他好文   时间:2014-05-09 15:00:55    阅读次数:345
用cocos2d-android开发android游戏时调用box2d中的native本地函数问题
用cocos2d-android开发android游戏时调用box2d中的newWorld(Vector2,boolean)时,出现如下报错:“java.lang.UnsatisfiedLinkError:Nativemethodnotfound:com.badlogic.gdx.physics.box2d.World.newWorld:(FFZ)J”解决方法:在当前类中添加代码:static{ System.loadLibrary("g..
分类:移动开发   时间:2014-05-09 14:28:27    阅读次数:404
[译] Python 2.7.6 标准库——字符串
译自:https://docs.python.org/2/library/index.html业余时间翻译,有时间有心情有思路有冲动就翻译,部分翻译为意译或替换为更容易理解的意思,水平特有限,仅供自己参考 格式有时间再调 7. 字符串服务7.1. string — 通用字符串操作7.2. re —....
分类:编程语言   时间:2014-05-09 10:49:03    阅读次数:576
archive for required library...
最近把移动硬盘上的一个Android项目复制到笔记本上面,import后项目文件夹始终有一个红色叹号,console里面提示“archive for required library...”,原来是libs\android-support-v4.jar文件被损坏了,重新下载并覆盖这个文件,恢复正常了...
分类:其他好文   时间:2014-05-09 08:39:03    阅读次数:272
利用IOS模拟器将数据存储在本地沙盒中以及从沙盒中读取详细步骤
使用IO模拟器,应用沙盒的根路径为:/Users/apple/Library/Application Support/iPhone Simulator/6.0/Applications(6.0为模拟器的版本)1、获取应用沙盒目录 利用沙盒根目录拼接“Documents”字符串 NSString * ...
分类:移动开发   时间:2014-05-09 07:31:58    阅读次数:416
国内5款优秀的WEB前端框架4
这边主要介绍几个门户的js库 1. JX(腾讯) 官网地址:http://alloyteam.github.io/JX/#home JX 是一个类似 Google Closure Library 的 Web 前端开发框架,服务于 WebQQ 等大规模的 WebApp。 JX 是模块化的非侵入式Web前端框架,开发于2008年,并于2009年开源于GoogleCode ,...
分类:Web程序   时间:2014-05-09 06:21:11    阅读次数:446
Yii 如何渲染另一控制器中的视图。
(Yii)使用renderPartial调用另外一个控制器的视图我们可以使用renderPartial访问存储在不同控制器的视图文件夹中的部分视图文件。在Yii1.1.3中,我们使用双斜线“//”,程序就会从视图文件夹开始搜索,例如:路径:protected/views/library/_book....
分类:其他好文   时间:2014-05-09 03:49:22    阅读次数:275
苹果开发者资源
苹果官方app demohttps://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Sample%20Code
分类:移动开发   时间:2014-05-08 15:23:08    阅读次数:328
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!