码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
how to use the curses library in unix?
In linux, you can use the ncurses library to use the terminal as a text buffer: move the cursor around, and write text. It can also draw windows and o...
分类:其他好文   时间:2014-09-30 18:43:59    阅读次数:154
.net Url重写
详细说明及下载dll源码路径:http://msdn.microsoft.com/zh-cn/library/ms972974.aspx顺带上本人写的一个小例子:http://files.cnblogs.com/xuxu-dragon/Url%E9%87%8D%E5%86%99UrlRewrite....
分类:Web程序   时间:2014-09-30 18:09:09    阅读次数:175
在modelsim中加入quartus仿真库
找到modelsim安装目录下的modelsim.ini文件。 将modelsim.ini的只读属性去掉。 打开quartus软件。选择Launch Simulation Library Compiler。 选择仿真工具modelsim。 设置modelsim路径。 选择需要的器件。 选择库语言。 ...
分类:其他好文   时间:2014-09-30 17:50:09    阅读次数:236
Learn LIBSVM---a practical Guide to SVM classification
想学习一下SVM,所以找到了LIBSVM--A Library for Support Vector Machines,首先阅读了一下网站提供的A practical guide to SVM classification.写一写个人认为主要的精华的东西。SVMs is:a technique fo...
分类:其他好文   时间:2014-09-30 16:36:19    阅读次数:146
android访问链接时候报java.net.MalformedURLException: Protocol not found
====================问题描述==================== 完整报错是:java.net.MalformedURLException:Protocolnotfound:www.jollyKnows.com/apps/voice/file140922101606.aac我...
分类:移动开发   时间:2014-09-30 16:18:59    阅读次数:172
解决Maven报Plugin execution not covered by lifecycle configuration
环境 eclipse 4.3.0 maven 3.0.4 m2e 1.4.0 出现场景 曾经的老项目,在我的环境(我的环境较新)下,别人老环境不报错。错误演示样例一个错误演示样例,子项目引用了父项目,子项目parent标签处报错例如以下:Multiple annotations found ...
分类:其他好文   时间:2014-09-30 13:22:09    阅读次数:209
C# 文字转声音
添加COM组件引用:Microsoft Speech object library private SpVoice voice; private void button1_Click(object sender, EventArgs e) { ...
分类:其他好文   时间:2014-09-29 17:08:51    阅读次数:192
centos 磁盘空间不足
今天磁盘报警,空间不足,找了很久没查出来。下面说下我的操作步骤[root@monitor/]#du-sch/* 6.6M/bin 39M/boot 161M/data 164K/dev 12M/etc 115M/home 240M/lib 25M/lib64 20K/lost+found 4.0K/media 4.0K/mnt 291M/opt du:cannotaccess`/proc/27198/task/27198/fd/4‘:Nosuchf..
分类:其他好文   时间:2014-09-29 17:06:41    阅读次数:280
android v7包的关联
最近在使用到侧滑栏的时候,使用到了v7包下的actionbar,结果折腾了好久才折腾好,其实很简单的,操作步骤如下:1. 在eclipse中导入v7包的工程2. 在自己的工程中打开properties选项,添加v7的作为library,另外,一定不能选择is library有人反应在选择添加libr...
分类:移动开发   时间:2014-09-29 01:47:26    阅读次数:362
android官方侧滑菜单DrawerLayout详解
drawerLayout是Support Library包中实现了侧滑菜单效果的控件,可以说drawerLayout是因为第三方控件如MenuDrawer等的出现之后,google借鉴而出现的产物。drawerLayout分为侧边菜单和主内容区两部分,侧边菜单可以根据手势展开与隐藏(drawerLayout自身特性),主内容区的内容可以随着菜单的点击而变化(这需要使用者自己实现)。 draw...
分类:移动开发   时间:2014-09-29 00:23:37    阅读次数:423
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!