03 2017 档案

How to make a user a local admin on just one computer
摘要:https://www.sevenforums.com/network-sharing/47604-assigning-domain-user-local-admin-select-pcs.html 阅读全文

posted @ 2017-03-28 23:59 cutepig 阅读(167) 评论(0) 推荐(0)

MFC message routine
摘要:现在维护的一个软件还是用mfc写的,最近被要加入一个功能弄得焦头烂额。主要现象就是加入的菜单的响应函数没被call到 上网搜索,在官方网站找到了不少资料 主要链接如下 https://msdn.microsoft.com/en-us/library/shfzay75.aspx https://msd 阅读全文

posted @ 2017-03-18 23:42 cutepig 阅读(293) 评论(0) 推荐(0)

如果有个库函数接受的是无参数的回调函数怎么办?
摘要:问题: 如果某个第三方库的某个函数需要接收用户传过来的回调函数,该回掉函数通常可能需要获取用户自己的某些参数。 一般做法是第三方库提供这样的回掉方式 void LibRegisterFtn(void(*f)(void *), void *param) 用户通过void指针来传入自己感兴趣的参数 比如 阅读全文

posted @ 2017-03-11 23:23 cutepig 阅读(448) 评论(0) 推荐(0)

Qt开发问答
摘要:Qt开发问答 1, Difference between Dialog and widget and QMainWindow http://www.qtcentre.org/threads/3465-Difference-between-Dialog-and-widget-and-QMainWind 阅读全文

posted @ 2017-03-05 18:22 cutepig 阅读(212) 评论(0) 推荐(0)

如果忘记了mysql密码怎么办?
摘要:F:\wamp\bin\mysql\mysql5.6.12\bin\mysqld.exe --init-file=resetmysqlpass.txtpause UPDATE mysql.user SET Password=PASSWORD('root') WHERE User='root';FLU 阅读全文

posted @ 2017-03-04 22:35 cutepig 阅读(172) 评论(0) 推荐(0)

导航