摘要: 1 #define YEAR_BEGIN 1970 2 #define LEAPYEAR_DAY 366 3 #define NORMALYEAR_DAY 365 4 #define JANUARY 31 5 #define MARCH 31 6 #define APRIL 30 7 #define MAY 31 8 #define JUNE 30 9 #define JULY 31 10 #define AUGUST ... 阅读全文
posted @ 2012-10-08 11:53 Jojodru 阅读(927) 评论(0) 推荐(0) 编辑
摘要: Your SongIt's a little bit funny, this feeling insideI'm not one of those who can easily hideI don't have much money, but zhi if I didI'd buy a big house where we both could liveSo excuse me forgetting, but these things I doSee I've forgotten if they're green or they're b 阅读全文
posted @ 2012-09-27 16:05 Jojodru 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 在这个城市里, 我一个人独自徘徊. 就好像空罐头, 被抛弃在大街旁. 从很久很久以前, 你我都互相了解. 如果真有爱, 就和我一起消失吧. 一直到这个世界的尽头, 我也不愿意和你分开. 无数个不眠的夜晚, 我一直这样的企盼. 为何你的身影如此弥漫 在我脑海婉转不散, 我却无法回忆, 曾今承诺永远在一起 让心再次地破碎, 在这悲惨的夜里. 用尽所有时间, 找寻无聊的答案. 不知道失去了, 最美好的一段回忆. 在这空旷街道上, 充满无尽的欲望. 满天的星星, 都是我对你的思念. 请你在这世界终结之前, 最后再告诉我一遍, 我和你曾今在一起... 阅读全文
posted @ 2012-09-27 11:59 Jojodru 阅读(312) 评论(0) 推荐(0) 编辑
摘要: Kimi ga Suki da to Sakebitai mabushii hizashi wo se ni hashiridasu machi no naka tatakareta itsumo no you ni kata wo kimi ni muchuu na koto ni wake nante nai no ni sono ude wa karamu koto wa nai itsu no ma ni ka hitomi ubawarete hajimatta hanasanai yuru ga nai Crazy for you kimi ga suki da to ... 阅读全文
posted @ 2012-09-27 11:45 Jojodru 阅读(573) 评论(0) 推荐(0) 编辑
摘要: mama and papa were laying in bed !Mama rolled over and this is what she said :oh, give me sone ..oh, give me sone ..P TP Tgood for you , and good for me !Mum good !Up in the morning to the rising sun !Gotta run all day till the runing’s done!Ho chi minh is a son of a bithc !Got the blueballs , crabs 阅读全文
posted @ 2012-09-26 16:41 Jojodru 阅读(667) 评论(0) 推荐(0) 编辑
摘要: 经过一段时间的debug和修改,现在的接口趋近于完善了,把代码贴上来共享用法:1.声明一个按钮变量CRgnButton m_BtnBall;2.在父窗口初始化函数中加入如下代码:m_BtnBall.SubclassDlgItem(IDC_BALL, this);m_BtnBall.SetSkin(IDB_BALL_NORMAL, IDB_BALL_DOWN, IDB_BALL_FOCUS);m_BtnBall.SetToolTipText(_T("Ball"));这样就可以将对象m_BtnBall和对话框上的按钮关联起来。按钮最少需要3张图片:普通显示,按下去显示,焦点显示 阅读全文
posted @ 2012-09-05 11:10 Jojodru 阅读(2237) 评论(0) 推荐(1) 编辑
摘要: 使用前一篇文章Win32创建后台进程的方法创建adb后台服务进程,下面给出adb 2.6 升级至2.9 版本 for visual studio的代码。编译参数为:WIN32_DEBUG_CONSOLEHAVE_WINSOCKADB_HOSTHAVE_WIN32_PROC_WINSOCKAPI_HAVE_WIN32_IPC_XOPEN_SOURCE_GNU_SOURCE编译所需额外库为:kernel32.libuser32.libgdi32.libwinspool.libcomdlg32.libadvapi32.libshell32.libole32.liboleaut32.libuuid.l 阅读全文
posted @ 2012-09-03 16:58 Jojodru 阅读(971) 评论(0) 推荐(0) 编辑
摘要: 创建后台进程之前先判断进程时候有在运行,如果有,则直接返回,否则创建。创建后台进程,放进单独线程里面做比较好,然后在其他线程可以同时做一些初始化或者其他的工作,当然这些工作必须和后台没有联系,和后台有联系的必须放在后台创建完成之后。本例子以创建adb后台server为例做的。废话不多少,代码如下: 1 #include <Tlhelp32.h> 2 3 #define DEAMON_FILE _T("adb.exe") 4 BOOL IsProcessIsRun(LPCTSTR lpProcessName); 5 6 BOOL IsProcessIsRun(LP 阅读全文
posted @ 2012-09-03 11:11 Jojodru 阅读(1892) 评论(0) 推荐(0) 编辑
摘要: 手头一个项目要用到adb通信,网上找了个adb for vs2008的版本,改了一些,编译测试通过。需要zlib,如果读者vs2008版本和笔者不一致,则需要重新编译zlib,负责链接失败。zlib编译方法:从vs2008开始菜单进入vs2008的命令行窗口,cd到zlib目录,然后输入命令编译即可:nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF"OBJA="inffas32.obj match686.obj"迅雷快传附件附上adb for vs和zlib的压缩包。http://pan.baidu.com 阅读全文
posted @ 2012-08-30 19:02 Jojodru 阅读(527) 评论(2) 推荐(0) 编辑
摘要: 使用白色作为透明色Mask创建不规则region发几张图片(程序以bmp做例子,但是论坛不能传bmp)上来做个具体例子:normaldownfocusdiablemask 1 //Header File 2 3 #pragma once 4 5 6 // CRgnButton 7 8 #define WM_CXSHADE_RADIO WM_USER+0x100 9 #define ALLOC_UNIT 10010 11 class CRgnButton : public CButton12 {13 DECLARE_DYNAMIC(CRgnButton)14 15 pub... 阅读全文
posted @ 2012-08-23 17:30 Jojodru 阅读(782) 评论(1) 推荐(0) 编辑