码迷,mamicode.com
首页 >  
搜索关键字:error connect    ( 39220个结果
VS 2013 链接不上TFS 但是web可以
?? VS2013无法链接到TFS(Visual studio online),错误TF31001,TF31002 TF31002: Unable to connect to VisualStudio Online with VS 2013 but I can using web access - Windows 8.1.    FIX: 1. Close all i...
分类:Web程序   时间:2014-07-22 23:05:53    阅读次数:531
错误提示:Apple Mach-O Linker Error
错误提示:Apple Mach-O Linker Error 红色提示: Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1 这种提示往往让我们不知道哪儿出错了,给出的提示不是很明显。 发生这种错误的原因通常是因为两个子工程中存在同名类造...
分类:移动开发   时间:2014-07-22 23:05:33    阅读次数:469
FLEX 截图crtmpserver服务器的rtmp流视频报 SecurityError: Error #2123
去年11月份开始来到这家新公司,做视频监控的 而我负责做WEB观看端,之前是说视频播放用flash来做,然后界面的话直接用原生的HTML 后来就温习了CSS js jq ajax...... 还有dwr 也做了一个类似的小Demo出来,当然没什么功能,只能播放rtmp视频流而已 后来今年回来说都用Flex做,到现在3 、4个月了,功能差不多实现了 还差一个视频截图加一个视频录像的功能,昨...
分类:其他好文   时间:2014-07-22 23:05:32    阅读次数:701
Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)"
AF解析json出错: Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)" (JSON text did not start with array or object and option to allow fragments not set....
分类:其他好文   时间:2014-07-22 23:04:13    阅读次数:400
java之异常的捕获及处理
在java中程序的错误主要是语法错误和语义错误(也就是逻辑错误)。 java中异常处理语句的格式: try{ //有可能出现异常的语句 }catch(异常类 异常对象){ //编写异常的处理语句 }catch(异常类 异常对象){ //编写异常的处理语句 }finally{ 一定会运行的代码; } 在java的异常结构中,有两个最常用的类,分别是Exception和Error...
分类:编程语言   时间:2014-07-22 23:03:54    阅读次数:289
在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误
在visual studio 中添加数据库应用时,报错,提示如下: 在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: SQL 网络接口, error: 26...
分类:数据库   时间:2014-07-22 23:00:54    阅读次数:375
mysql 主从复制常见错误
Last_IO_Error: Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replicati...
分类:数据库   时间:2014-07-22 22:59:53    阅读次数:614
CCS v5 无法启动解决办法及Launchpad仿真器电脑无法识别解决方法
安装ccs_setup_5.1.1.00028.exe后(无论是自己装eclipse还是在原来的基础上安装eclipse的插件),ccs5的应用无法打开,错误为:An error has occurred.See the log file .\workspace\.metadata\.log.本现象...
分类:其他好文   时间:2014-05-01 20:57:36    阅读次数:888
判断标准I/O的缓冲区类型
#include void pr_stdio(const char *, FILE *);int main(){ FILE *fp; fputs("enter any character\n",stdout); if(getchar()==EOF) printf("getchar error");....
分类:其他好文   时间:2014-05-01 20:18:16    阅读次数:321
libpcre.so.1 cannot be found
./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory...
分类:其他好文   时间:2014-04-30 22:43:38    阅读次数:346
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!