上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 57 下一页
摘要: emt是组播,再soso一下 #define MULTICAST_GROUP "234.1.4.9" https://zhidao.baidu.com/question/506823251.html 嗯。随便设置。好像有几个是保留用的吧。最好设成那些不起眼的。比如239.0.0.14等等这些不常用的 阅读全文
posted @ 2021-04-30 10:32 cnchengv 阅读(49) 评论(0) 推荐(0)
摘要: 今天几个, 遗留还有组播,广播 阅读全文
posted @ 2021-04-27 18:11 cnchengv 阅读(27) 评论(0) 推荐(0)
摘要: 1、先定义类 class CDetectInfoListUI : public CListUI, public IListCallbackUI 2、xml里引用 <HorizontalLayout bkcolor="#FFE1E1E1" childpadding="10"> <DetectInfoL 阅读全文
posted @ 2021-04-23 18:25 cnchengv 阅读(196) 评论(0) 推荐(0)
摘要: 想列出android 内部存储根目录(内部存储也是sd卡形式) File path = Environment.getExternalStorageDirectory(); File[] files=path.listFiles(); for(int i=0;i<files.length;i++){ 阅读全文
posted @ 2021-04-15 21:31 cnchengv 阅读(1299) 评论(0) 推荐(0)
摘要: 1、先对系统生成的Fragment改造成更直观的,比如这种 public class DashboardFragment extends Fragment { private DashboardViewModel dashboardViewModel; public View onCreateVie 阅读全文
posted @ 2021-04-14 23:06 cnchengv 阅读(1045) 评论(0) 推荐(0)
摘要: //#include <afxdlgs.h> #include "../DuiLib/UIlib.h" #include <wchar.h> #include <tchar.h> #pragma comment(lib,"../lib/DuiLib_d.lib") using namespace D 阅读全文
posted @ 2021-04-08 16:24 cnchengv 阅读(81) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/nazi71/article/details/78819336 错误 2 error MSB8020: The builds tools for v120 (Platform Toolset = 'v120') vc切换版本可能遇到的 阅读全文
posted @ 2021-03-31 21:17 cnchengv 阅读(69) 评论(0) 推荐(0)
摘要: 仅一种即可 mp4 mp3 h264 aac rtsp 阅读全文
posted @ 2021-03-31 14:08 cnchengv 阅读(48) 评论(0) 推荐(0)
摘要: 1、在vc至少2013之前 #define inline __inline#define snprintf _snprintf 编译ffplay遇到的,预定义放到最开始的地方 音视要看的 https://www.jianshu.com/u/f717b78f593b https://blog.csdn 阅读全文
posted @ 2021-03-30 15:29 cnchengv 阅读(51) 评论(0) 推荐(0)
摘要: 1、给程序加断点 编译ffmpeg的动态库,建立工程后, 先通过单步调试进断点。 然后把要调试的源码文件拖进vc中,加断点就ok 阅读全文
posted @ 2021-03-17 19:03 cnchengv 阅读(94) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 57 下一页