-
httpserver解决乱码问题
procedure TForm1.httpS_1CommandGet(AContext: TIdContext;
ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo);
// var
// bb : Tb
var
sRawByte: RawByteString;
sAnsi: AnsiString;
begin
Mm_1.Clear;
ARequestInfo.ContentType :="text/html;Charset=UTF-8";
Mm_1.Lines.Add("ContentType Params " + ARequestIn
- 2022-08-22 10:45:21下载
- 积分:1
-
教你使用
teach yourself Access
- 2022-08-22 08:02:05下载
- 积分:1
-
code to achieve the common computing functions of the calculator. Operators can...
本代码实现普通计算器的计算功能。可以做+,-,*,/运算,是在PB10环境下测试通过的。-code to achieve the common computing functions of the calculator. Operators can do ,-,*,/ is PB10 environment of the test.
- 2023-02-18 20:05:03下载
- 积分:1
-
这是一个政务司司长,但我认为这不是很好的
this is a CS, but i don t think it s good
- 2023-05-27 12:45:03下载
- 积分:1
-
contour detection for a binary image
contour detection for a binary image
- 2022-08-10 04:46:24下载
- 积分:1
-
4X6=24游戏软件
这是一款本人开发的游戏软件,每次给出4个数,通过加、减、乘除的计算组合,每一个数字智能使用一次,组合计算出24的结果,是一个智力游戏,系统会提供答案。
- 2022-09-24 13:15:02下载
- 积分:1
-
Semaphore 跨平台的同步信号封装类源码
Semaphore 跨平台的同步信号封装类源码-Semaphore sync signal cross-platform package source category
- 2022-06-03 04:03:20下载
- 积分:1
-
雷达模拟代码,用C++ +
应用背景原来,我实现了一个雷达式的对象的思想作为一种解析NMEA GPS数据和结构化视图显示卫星的目的用户控件。这个工作很好,但我也想写我的第一篇文章,现在,这似乎是时间去做它。 ;雷达 ;阶级内部维护一个结构radaritem ; ;实现和吸引他们的雷达。的位置radaritem ; ;是通过翻译两值确定方位: ; ;和 ;海拔。关键技术正如类图中所示,有几个类和一个接口可以在这个实现中工作。首先是最重要的是,雷达和类。这是雷达图像显示的主要类别。有2种方法来获得的,图像和,从和,雷达和类:。
- 2023-01-04 23:35:04下载
- 积分:1
-
第一个VC作品
第一个VC作品-No. 1 VC works!
- 2022-03-03 17:17:35下载
- 积分:1
-
I used to write a SOCKS5 proxy server, containing source, the current version 0....
我用VC6写的一个SOCKS5代理服务器,内含源码,目前版本0.0....01,只实现了Connect模式而且还有问题,Bind和UDP未实现.全API,使用了WinSock2中的完成端口模型。长期目标是完全实现三种模式,作成NT系统服务(为了调试协议,现在采用的控制台模式).-I used to write a SOCKS5 proxy server, containing source, the current version 0.0 .... 01, only achieved Connect mode but also, Bind and UDP unrealized. All API, the use of the completed WinSock2 port model. Long-term goal is to achieve three models, make NT system services (for debugging agreement, the console mode).
- 2022-03-01 09:24:29下载
- 积分:1