上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 54 下一页
摘要: 今天几个, 遗留还有组播,广播 阅读全文
posted @ 2021-04-27 18:11 cnchengv 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1、先定义类 class CDetectInfoListUI : public CListUI, public IListCallbackUI 2、xml里引用 <HorizontalLayout bkcolor="#FFE1E1E1" childpadding="10"> <DetectInfoL 阅读全文
posted @ 2021-04-23 18:25 cnchengv 阅读(161) 评论(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 阅读(1171) 评论(0) 推荐(0) 编辑
摘要: 1、先对系统生成的Fragment改造成更直观的,比如这种 public class DashboardFragment extends Fragment { private DashboardViewModel dashboardViewModel; public View onCreateVie 阅读全文
posted @ 2021-04-14 23:06 cnchengv 阅读(988) 评论(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 阅读(68) 评论(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 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 仅一种即可 mp4 mp3 h264 aac rtsp 阅读全文
posted @ 2021-03-31 14:08 cnchengv 阅读(31) 评论(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 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 1、给程序加断点 编译ffmpeg的动态库,建立工程后, 先通过单步调试进断点。 然后把要调试的源码文件拖进vc中,加断点就ok 阅读全文
posted @ 2021-03-17 19:03 cnchengv 阅读(84) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wanggang123/p/5587248.html vc直接编译要用 2013 to thi: easy https://blog.csdn.net/uselym/article/details/49885867 在家是可以访问sourceforge 阅读全文
posted @ 2021-03-16 14:03 cnchengv 阅读(55) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 54 下一页