org.apache.catalina.core.StandardServer await SEVERE: StandardServer.await: create[8005]: java.net.BindException: Cannot assign requested add...
分类:
编程语言 时间:
2014-06-27 00:14:10
阅读次数:
494
转载地址:http://blog.csdn.net/donglynn/article/details/17056099错误SQL 查询:DELETE FROM `zmax_lang` WHERE CONVERT( `zmax_lang`.`lang` USING utf8 ) = 'fr' ...
分类:
其他好文 时间:
2014-06-26 21:31:40
阅读次数:
204
[formData appendPartWithFileURL:[NSURL fileURLWithPath:info.voice_networkPath] name:@"voice.amr" fileName:@"voice.amr" mimeType:@"" error:nil]; [fo...
分类:
其他好文 时间:
2014-06-26 21:07:10
阅读次数:
225
最近接受的这个项目需要Android SDK Tools revision 22.6.2 or above.,所以必须得更新SDK,然而在SDKmanager中更新android SDK 总是提示:Fetching http://dl-ssl.google.com/android/repositor...
分类:
移动开发 时间:
2014-06-26 20:41:54
阅读次数:
918
Warning: Cannot modify header information - headers already sent by出错的原因我在php程序的头部加了,header("cache-control:no-cache,must-revalidate");之后页面就出现上面的错误,看了N...
分类:
其他好文 时间:
2014-06-26 18:41:36
阅读次数:
167
You can try this to install 32 lib(not all in ia32-libs):apt-get install program:i386.Or if you want to install the whole ia32-lib instead, try the fo...
分类:
移动开发 时间:
2014-06-26 18:09:51
阅读次数:
256
deque 提供了对首部数据进行删除/插入操作//对一个int型的deque进行首尾添加操作#include "stdafx.h"#include #include using namespace std;int main(){ deque oInt; //0,1,2,3,4 fo...
分类:
其他好文 时间:
2014-06-26 17:46:27
阅读次数:
163
层次选择器[selector_2.html] $("form input"):祖先 后代 $("form>input"):父亲>直接小孩 $("form+input"):兄弟的第一个,只包括form元素下面 $("form~input"):所有兄弟,只包括fo...
分类:
Web程序 时间:
2014-06-26 16:53:37
阅读次数:
177
在确定环境变量配置正确(命令行运行make成功)的情况下,如果使用Eclipse编译C程序,控制台报告Cannotrunprogram"make":?????"?错误,那么很有可能的错误是org.eclipse.cdt.core.win32_5.2.0.201202111925(Eclipse的plugin目录下)出现了错误。可以通过替换或者重新安装CDT来..
分类:
系统相关 时间:
2014-06-25 10:09:25
阅读次数:
365
原题:
钱币兑换问题
Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)
Total Submission(s) : 2 Accepted Submission(s) : 2
Font: Times New Roman | Verdana | Georgia
Fo...
分类:
其他好文 时间:
2014-06-25 08:35:15
阅读次数:
174