编译FFmpeg是一件痛苦的事情,一般都直接使用Zeranoe FFmpeg Builds. 如果使用这个版本,需要注意ffmpeg的帮助里的一段话: To create import libraries that work with the /OPT:REF option (which is enabled by default in Release mode), follow these steps: Open the Visual Studio Command Prompt. Altern…
1. 注冊Microsfot之后想提交bug, 发现有这个提示, 所以提交不了bug, 有能提交的提交下吧. You are not authorized to submit the feedback for this connection. 2. VS2010 sp1的bug, temp为居然为空. TEST(test_Aa,StringStream) { std::stringstream ss; ss << 0; const char* temp = ss.str().c_str();…
1.webservice端 using System; using System.Collections.Generic; using System.Web; using System.Web.Services; using System.Configuration; using System.Data.SqlClient; using System.Data; /// <summary> ///WebService 的摘要说明 /// </summary> [WebService…
1.webservice端 using System; using System.Collections.Generic; using System.Web; using System.Web.Services; using System.Configuration; using System.Data.SqlClient; using System.Data; /// <summary> ///WebService 的摘要说明 /// </summary> [WebService…