- 博客(9)
- 收藏
- 关注
原创 有关TMemoryStream的Write
还是做点笔记,否则老忘,重复劳动。使用TMemoryStream的Write方法时如果直接使用string作为参数,会出现莫名其妙的问题,Write方法实际把另一块不知道哪里冒出来的内存中的内容复制到了Stream的Memory里。假设lStr的地址为1,执行以下语句:AStream.Write(lStr,Length(lStr) + 1);Write方法实际执行时会把内存中自地址100起Leng
2005-04-26 00:07:00
4228
1
原创 TThread.Synchronize同步方法及弊端
In effect it borrows time from the main VCL thread to do this. This doesnt work arbitrarily between threads. If you have two non-VCL threads, X and Y, you cant call synchronize in X alone and then m
2005-03-04 16:42:00
6933
原创 delphi参数传递与寄存器
考虑如下方法: function TFoo.Test(param: Integer): Interger;begin { asm mov eax, edx end } Result := param;end;procedure TFoo.Caller;var lTemp: Integer;begin lTem
2005-03-03 20:17:00
2184
1
转载 基于SMPP协议的GSM短消息增值业务接口设计与实现
基于SMPP协议的GSM短消息增值业务接口设计与实现 Design and Implementation of one of the GSM Short Message Value-Added Service Interface Based on Protocol SMPP邹建新 黄本雄华中科技大学电信系 (430074)Jianxin Zou Be
2005-01-26 01:58:00
2050
转载 短消息网关通信模块的设计与实现
短消息网关通信模块的设计与实现邓丽华¹,黄华¹,张靖宇²(1. 四川大学电气信息学院 2. 时力永联科技有限公司)摘 要:在阐述短消息网关结构的基础上,提出了短消息网关通信模块的设计思想,并给出了该通信模块的具体实现。关键词:短消息; 短消息网关; 通信1 前言随着通信技术的发展,无线互联网短消息业务正在为用户提供越来越多的服务。人们不仅可以通过手机点
2005-01-26 01:46:00
2239
原创 CMPP
2. 缩略语 ISMG Internet Short Message Gateway 互联网短消息网关 SMPP Short Message Peer to Peer 短消息点对点协议 CMPP China Mobile Peer to Peer 中国移动点对点协议 TLS Transport Layer Security 传输层安全 SMC Short Message Center 短消息中心
2005-01-26 01:34:00
1250
原创 奇怪的问题。
A.2.3. Client does not support authentication protocolMySQL 4.1 and up uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older clients. If
2005-01-24 23:56:00
792
原创 看《神经侠侣》有感
不是每个人都能成就轰轰烈烈的事业,这个世界上更多的是些默默无闻的小人物,但人不应被平淡的生活磨去棱角,心中的火若是熄灭了,快乐也就失去了。试着回想一下当初的梦想,现在的我是否已把她淡忘,重新迈开脚步,撕碎蒙蔽了双眼的现实,生活仍旧像朝阳一样灿烂。
2005-01-24 21:00:00
899
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人