240 发简信
IP属地:天津
  • 删除安装mysql

    解决方案: 1.删除自己手动创建的data文件夹; 2.管理员权限CMD的bin目录下,移除已错误安装的mysqld服务; mysqld -re...

  • archive

    void CMainFrame::OnArchiveWrite() { // TODO: 在此添加命令处理程序代码 CFile file; BO...

  • tree

    HICON icon[4]; icon[0] = AfxGetApp()->LoadIconW(IDI_ICON1); icon[1] = Af...

  • #define

    #define HBMP(filepath,width,height) (HBITMAP)LoadImage(AfxGetInstanceHa...

  • radiobox

    CString str; if (IsDlgButtonChecked(IDC_RADIO1)) { //MessageBox(_T("man"...

  • cedit

    // CString str; // m_edit1.GetWindowTextW(str); // if (str.GetLength(...

  • 按钮设置位图

    m_button.SetWindowTextW(_T("逃跑")); CBitmap bitmap; bitmap.LoadBitmapW(ID...

  • icon

    icon[1] = AfxGetApp()->LoadIconW(IDI_ICON1); SetClassLong(m_hWnd, GCL_HI...