错误提示: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
去年11月份开始来到这家新公司,做视频监控的
而我负责做WEB观看端,之前是说视频播放用flash来做,然后界面的话直接用原生的HTML
后来就温习了CSS js jq ajax...... 还有dwr
也做了一个类似的小Demo出来,当然没什么功能,只能播放rtmp视频流而已
后来今年回来说都用Flex做,到现在3 、4个月了,功能差不多实现了
还差一个视频截图加一个视频录像的功能,昨...
分类:
其他好文 时间:
2014-07-22 23:05:32
阅读次数:
701
在visual studio 中添加数据库应用时,报错,提示如下: 在与 SQL Server
建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。
(provider: SQL 网络接口, error: 26...
分类:
数据库 时间:
2014-07-22 23:00:54
阅读次数:
375
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
#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
本文大部分参考引用加copy:http://blog.chinaunix.net/uid-20761674-id-74962.html本文的受众如果你遇到了以下问题,那么你应该阅读这篇文章我听说过这种技术,我对它很感兴趣我想在家里访问我在公司的机器(写程序,查数据,下电影)。公司为了防止我们用XX软...
分类:
其他好文 时间:
2014-05-01 18:59:39
阅读次数:
489
问题描述:
在Eclipse中运行ant批量打包工具出错,日志信息如下:
D:\Android\android-sdk-windows\tools\ant\build.xml:601: The following error occurred
while executing this line:
D:\Android\android-sdk-windows\tools\ant\bui...
分类:
移动开发 时间:
2014-04-30 22:48:39
阅读次数:
359
./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
收集了几张网络方面的原理图,共同特点是清晰简洁。当前有《TCP有限状态机》、《数据包接收》、《套接字层次》,以及《netfilter/iptable原理》。如无特别说明,图片系网上收集,非原作。在此感谢这些图的作者们!...
分类:
其他好文 时间:
2014-04-30 22:21:39
阅读次数:
290
示例代码将在注册表位置:HKEY_CURRENT_USER\Software\ 读写键值
bool LicenseManage::OpenRegKey(HKEY& hRetKey)
{
if (ERROR_SUCCESS == RegOpenKey(HKEY_CURRENT_USER,"Software", &hRetKey))
{
return true;
...
分类:
其他好文 时间:
2014-04-30 22:12:40
阅读次数:
195