码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
【DateStructure】 Charnming usages of Map collection in Java
When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now  I made a summary:  [java] view plaincopy i...
分类:编程语言   时间:2014-08-14 01:30:28    阅读次数:207
VS和C#, SQLServer
VS帮助官网:http://msdn.microsoft.com/library/SQLServerCREATE DATABASE TestDataGOUSE master;GO--Delete the TestData database if it exists.IF EXISTS(SELECT ...
分类:数据库   时间:2014-08-14 01:22:37    阅读次数:416
fatal error C1071: unexpected end of file found in comment
1.错误#includeusing namespace std;int main(){ ..... return 0;}//如果把注释放到这里了,那么提交就会出错2.正确#includeusing namespace std;int main(){ ..... //应该放到大括号里面 return ...
分类:其他好文   时间:2014-08-13 21:56:57    阅读次数:240
No mapping found for HTTP request with URI [/login.do] in DispatcherServlet with name 'spring'
No mapping found for HTTP request with URI [/account/login.do] in DispatcherServlet with name 'spring'...
分类:移动开发   时间:2014-08-13 18:51:57    阅读次数:234
ios获取当前wifi热点信息
#pragma mark - 获取当前连接wifi信息- (NSString *)returnWifiName{ NSString *wifiName = @"Not Found"; CFArrayRef myArray = CNCopySupportedInterfaces()...
分类:移动开发   时间:2014-08-13 18:13:06    阅读次数:184
eclipse创建android项目失败的问题 [ android support library ]
有根筋搭错了,想起来android应用开发????放下两年的手机应用开发,昨天有更新了android SDK, 重新搭建开发环境。这两年android 变化真TM的大..................遇到了eclipse创建项目时候,出现创建android项目失败的问题 [ android sup...
分类:移动开发   时间:2014-08-13 18:01:06    阅读次数:703
Python version 2.7 required, which was not found in the registry
新建一个register.py文件,把一下代码贴进去,保存(G盘)# #scripttoregisterPython2.0orlaterforusewithwin32all#andotherextensionsthatrequirePythonregistrysettings# #writtenbyJoakimLoewforSecretLabsAB/PythonWare# #source:#http://www.pythonware.com/products/work..
分类:编程语言   时间:2014-08-13 15:16:57    阅读次数:216
POJ 3349 Snowflake Snow Snowflakes(哈希表)(转)
题意:判断有没有两朵相同的雪花。每朵雪花有六瓣,比较花瓣长度的方法看是否是一样的,如果对应的arms有相同的长度说明是一样的。给出n朵,只要有两朵是一样的就输出有Twin snowflakes found.,如果任何两个都是不一样的输出No two snowflakes are alike。n=10...
分类:其他好文   时间:2014-08-13 14:26:26    阅读次数:229
vmware workstation(mac版)查看vmnet8的网关地址
想为虚拟机配置固定ip,需要设置网关,但是mac版的vmware workstation没有Virtual Network Editor,所以不能直接查看到。因此执行如下命令进行查找find / -name vmnet8终于查找到了他的位置/Library/Preferences/VMware Fu...
分类:Web程序   时间:2014-08-13 12:30:26    阅读次数:2361
SpringMVC - 问题. No mapping found for HTTP request with URI
这个配置用于SpringMVC跳转控制。 spring org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/spring/spring-servlet.xml 1 ...
分类:移动开发   时间:2014-08-13 12:17:36    阅读次数:184
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!