- 博客(8)
- 资源 (1)
- 收藏
- 关注
原创 工具App for C2DM.
Google PUSH Service: Clould to Device(C2DM)来实现PUSH消息。 必须申请reg——id然后可以使用PUSH. 用来测试,服务器是否deploy完善。接受 “text", "title", "url" 作为消息体,这些是最常用的3个内容。Client 必须知道一个senderID。 一般由服务器端的负责人来申请。http://code.google.c
2012-04-18 20:52:36
771
翻译 Ralph Haupter(拉尔夫-霍普特儿) ,微软(德国)总裁将来大中华地区接管业务
据Financial Times Deutschland 4月13日报道:(外电,转帖, 不对消息正确与否负责)Ralph Haupter(拉尔夫-霍普特儿) ,微软(德国)总裁将来大中华地区接管业务,其中包括了内地,香港,台湾。微软(德国)的接管人是谁,还不为人知,但是可以肯定的是,过渡阶段由公司 COO Jane Gilson 顶替。Haupter先生于2010年接管微软第三
2012-04-13 19:43:17
4345
原创 利用语法树,构造回文
#include string>#includeiostream>using namespace std;string g_str;string palindrome(char*const psz ){ if( !*psz ) returnstring("" ); string strRet;if(*psz =='0' )
2009-06-18 20:12:00
597
原创 Implementation of CClient
void CClient::send_message( const std::string& strMsg ){ if( send( m_iFlIndCli, strMsg.c_str(), SZBUFF, 0 ) _error( "Can not send message to connected server!" ); if( !_receive_from_server
2009-06-18 20:03:00
604
原创 Implementation of CServer
bool CServer:: _receive_from_client(){ char szRet[ SZBUFF ]; m_strRet = string( " Hello client, Welcome!/n" ); m_strRet.append( " You asked:'" ); if( recv( m_iFlIndCli, szRet, SZBUFF, 0 )
2009-06-18 19:58:00
483
原创 使用4种方法来算字符串长度
str::strlen,string::length,loop操作,形式语言的标准递归。 #include #include #include #include using namespace std;int strlen_by_loop( char* const psz ){ char* p = psz; int iLen = 0;
2009-04-02 05:16:00
866
原创 手机平台竞争异常激烈
随着QT(Trolltech Corp)和Nokia的婚姻,iPhone的蓄势待发,Windows Mobile的垂死挣扎,日本的NTT DoCoMo将借助Google Android手机(platform)来和本地诸如松下移动通信的“P905i”一决雌雄。松下通讯近年通过不断降价和促销,已经让NTT DoCoMo的跟风付出代价。 本人愚见,Android和Nokia是开发竞争,而不是
2008-02-24 15:04:00
768
Weather Report .NET
2010-04-22
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人