
windows
iteye_9729
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
常用API
'激活指定的窗口 SetActiveWindow '获取声音音量 waveOutGetVolume '设置输出音量 waveOutSetVolume '将指针限制到指定区域。 ClipCursor '决定是否互换鼠标左右键的功能 SwapMouseButton '排列一个父窗口的最小化子窗口(在vb里使用:用于在桌面排列图标,用GetDesktopWindow函数获得桌面窗口的一个句...2011-05-19 10:38:32 · 129 阅读 · 0 评论 -
mysql自动备份
[code="java"] set d=%date:~0,4%%date:~5,2%%date:~8,2% set t=%time:~0,2%%time:~3,2%%time:~6,2% set dt=%d%%t% "D:\\MySQL\\MySQL Server 5.1\\bin\\mysqldump.exe" --opt -uroot -p111111 verification>E...2011-12-13 11:11:54 · 89 阅读 · 0 评论