04 2021 档案
摘要:emt是组播,再soso一下 #define MULTICAST_GROUP "234.1.4.9" https://zhidao.baidu.com/question/506823251.html 嗯。随便设置。好像有几个是保留用的吧。最好设成那些不起眼的。比如239.0.0.14等等这些不常用的
阅读全文
摘要:1、先定义类 class CDetectInfoListUI : public CListUI, public IListCallbackUI 2、xml里引用 <HorizontalLayout bkcolor="#FFE1E1E1" childpadding="10"> <DetectInfoL
阅读全文
摘要:想列出android 内部存储根目录(内部存储也是sd卡形式) File path = Environment.getExternalStorageDirectory(); File[] files=path.listFiles(); for(int i=0;i<files.length;i++){
阅读全文
摘要:1、先对系统生成的Fragment改造成更直观的,比如这种 public class DashboardFragment extends Fragment { private DashboardViewModel dashboardViewModel; public View onCreateVie
阅读全文
摘要://#include <afxdlgs.h> #include "../DuiLib/UIlib.h" #include <wchar.h> #include <tchar.h> #pragma comment(lib,"../lib/DuiLib_d.lib") using namespace D
阅读全文