sailing

Everything...

12 2006 档案

保持ipod与itunes同步时播放顺序不变
摘要:问题:要与ipod同步,需要1 在itune里面建立一个播放列表2 把新建立的播放列表加入到ipod里面但是,通常在把排好序得播放列表加入ipod里面时候顺序会突然变乱。解决办法是进入ipod的播放列表界面,单击名字列旁边的数字列,让ipod的播放列表按序号排列,(如下图)。这样,我们每次排好序同步到ipod的时候顺序就可以保持不变了。 阅读全文

posted @ 2006-12-23 19:13 乌生鱼汤 阅读(1816) 评论(2) 推荐(0)

鼠标移动的加速算法(MOUSEEVENTF_MOVE)
摘要:Relative mouse motion is subject to the effects of the mouse speed and the two-mouse threshold values. A user sets these three values with the Pointer Speed slider of the Control Panel's Mouse Propert... 阅读全文

posted @ 2006-12-17 22:58 乌生鱼汤 阅读(3558) 评论(1) 推荐(0)

在vs2005里面使用regular expression 进行 find and replace操作
摘要:模式 {public const uint [^ ]+}( +){[^ ]+}可把#define VK_BROWSER_BACK 0xA6替换成public const uint VK_BROWSER_BACK = 0x10注意这个对话框里面的{}是用作匹配标记的,匹配结果可在"replace with"里面用从1开始的顺序号来引用(\0表示匹配的整个字符串), 和.net fram... 阅读全文

posted @ 2006-12-17 03:23 乌生鱼汤 阅读(402) 评论(0) 推荐(0)

导航