logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

关于awakeFromNib的学习

When a nib is loaded, the nib loader allocates and initializes all objects, then hooks up all of their outlets and actions. Because of the order in which this happens, you cannot access outlets in you

#ios
菜单

1、弹出菜单 =CMenu m_menu;m_menu.LoadMenu(IDR_TRACKMENU);CMenu* p_menu = m_menu.GetSubMenu(0);CPoint m_point;GetCursorPos(&m_point);p_menu->TrackPopupMenu(TPM_LEFTALIGN, m_point.x, m_point.y, this); ; 2、加载

Linux下grep命令的详解,cut,sed

1、grep能够接受正则表达式和通配符。grep match_pattern filename一个grep命令可以对多个文件进行搜索:grep "match_object" file1 file2 file3用 - - color 选项可以在输出行中重点标记出匹配到的单词:grep word file - -color=autogrep 通常将match_pattern视为通配符。

到底了