//下拉框获取当前所属部门 function initRespOrg(){ $.ajax({ type: "POST", url: "/tms/actions/tms_net_org/localOrg.do?actionId=tms_net_org_localOrg", dataType:"json ...
分类:
其他好文 时间:
2017-05-13 11:10:44
阅读次数:
161
docker https://auth.docker.io/token dial tcp lookup auth.docker.io i/o timeo Error response from daemon: Get https://registry-1.docker.io/v2/library/a ...
分类:
其他好文 时间:
2017-05-13 09:58:22
阅读次数:
153
Keyboard shortcuts Keyboard shortcuts Keyboard shortcuts are combinations of keys that allow you to perform actions, such as opening the settings dial ...
分类:
系统相关 时间:
2017-05-13 09:50:18
阅读次数:
265
#windows消息机制 新建第一个Win32应用程序 VS2015 新建项目 Win32应用程序 //#define CALLBACK __stdcall VS默认用的是 __stdcall//#define WINAPI __stdcall VS默认用的是 __stdcall//#define ...
进程:一个应用程序就是一个进程开启某个进程Process.Start("文件缩写名");通过绝对路径开启某个进程Process p = new Process();p.StartInfo = new ProcessStartInfo("要打开的程序绝对路径");p.Start(); 获取全部开启的进 ...
分类:
系统相关 时间:
2017-05-04 22:02:35
阅读次数:
220
一、打印控件 第一步先把打印对象搞出来。 - printDocument 打印对象(将要打印的内容放到该对象里,从该对象里取内容打印) 设置他的PrintPage事件(对于要打印的每一页触发一次) - pageSetupDialog 打印设置对话框 - printPreviewDialog 打印预览 ...
需要加一个savedialog组件然后写入以下代码 ...
分类:
其他好文 时间:
2017-05-03 18:18:33
阅读次数:
176
?? VS2013 的MFC project(project名: MobileLink)。想要改动窗口的类名时,发现不是像设置窗口名一样调用一个函数能够实现的。 实现的注意问题,请看凝视。 (1) 改动窗口资源 RC 文件: // // Dialog // IDD_MOBILELINK_DIALOG ...
分类:
其他好文 时间:
2017-04-30 15:10:35
阅读次数:
199
此程序在VS2013下编译通过,假设换到编译器,大家能够稍作改动使用#include<Windows.h> #include<tchar.h> #include"resource1.h" #pragma warning(disable:4996) BOOL EnableShutDownPriv() ...
分类:
其他好文 时间:
2017-04-29 18:58:16
阅读次数:
170
在4.2.2版本号上调用系统的DatePickerDialog。发现点击确定时系统调用onDateSet()两次。须要过滤当中的一次。 Calendar mCalendar = Calendar.getInstance(); mCalendar.add(Calendar.DAY_OF_YEAR, 1 ...
分类:
移动开发 时间:
2017-04-29 18:49:22
阅读次数:
281