论坛


2009年2月25日 星期三

理顺 JavaScript (4) - 变量、常量与数据类型

万一| 万一的 Delphi 博客 |16:26:00

var v1 = 123; /* 声明变量、同时初始化为数字 */ var v2 = 'ABC'; /* 声明变量、同时初始化为字符串 */ var v3,v4; /* 已声明还没有初始化的变量, 类型未知(未知也是一种类型: undefined) */ x = 1; y = 2; /* 缺失 var(未声明)的变量也可以使用, 但?..

磁性窗体类 TMagnetic Class v.1.0

DELPHI盒子| Delphi盒子 |16:02:00

下面又是翻译: 韩国人 Silhwan Hyun 改写。 TMagnetic Class 是一个 Delphi 版本的"cMagneticWnd" 类, Visual Basic "cMagneticWnd" 为 Emil Weiss 所写. TMagnetic Class 让应用程序的每个窗体有磁性的相互粘在一起, 并可以一起拖动。 当子窗体改变尺寸大小时?..

程序员资料管理器V2.3.1 (二次开发)

DELPHI盒子| Delphi盒子 |16:02:00

改进说明: 从网上下载了程序员资料整理软件2.3感觉不错,根据自己的使用习惯又做了一点改动 1、增加了保存功能。编辑区点右键->保存,快捷键:ctrl+s 2、增加了打开文件及文件夹的功能。这样可以把常用的工具分类放到一个文本文件中直接打开了,支持按钮、右键菜单?..

2009年2月24日 星期二

理顺 JavaScript (3) - 把 JavaScript 嵌入网页的方法

万一| 万一的 Delphi 博客 |16:21:00

JS 代码可以在 head 区或 body 区, 但有些区别.JS 随网页的其他元素顺序载入, 载入后先经过一次语法检查, 然后顺序执行;如果 JS 中不包含 document.write 或 document.writeln 语句, 写在 head 区比较好, 会先执行. 演示区别:网页中可以有多个 JS 代码块, 代码块的写...

sakemail-v4.1.0邮件组件

DELPHI盒子| Delphi盒子 |16:02:00

For Delphi 的 pop3 和 smtp 邮件控件,性能稳定,容易控制。并附有原代码。

理顺 JavaScript (2) - 应先掌握的四个方法

万一| 万一的 Delphi 博客 |14:59:00

window.alert("提示文本"); window.confirm('确认吗?'); //返回 true 或 false window.prompt("请输入", "默认值"); //返回输入的值 window.document.write('写入网页的内容'); 先掌握这些命令以便于输出测试结果; 使用时可以省略前面的 "win...

Reasons to Migrate from Delphi 7 to Delphi 2009 White Paper

CodeGear| CodeGear-CodeCentral Delphi |14:32:33

Many Delphi 7 users wonder whether they’ll find compelling reasons to migrate to Delphi 2009. Here they are: a plethora of new features allied to unparalleled developer productivity, all aimed at your ability to create higher-quality applica...

White Paper: Reasons to Migrate from Delphi 7 to Delphi 2009

CodeGear| CodeGear-CDN Delphi |14:28:34

理顺 JavaScript (1) - 准备工具

万一| 万一的 Delphi 博客 |13:25:00

学 JavaScript 第一个头痛的问题就是 IDE, 微软的脚本编辑器还不错, 但好像不能独立安装; 还是自己做一个吧.下载最简单的 JavaScript 测试工具.此小工具可能会随时修改, 下面是目前的效果图及源代码:代码文件:unit Unit1; interface uses Windows, Messages, Sys...

USB Removable Drive Recovery

delphi3000| delphi3000.com |12:00:00

What is USB removable drive recovery software.

Book Review: Delphi 2009 Handbook by Marco Cantu

About.com| About.com Delphi Programming |03:26:22

in Delphi Books :: It's been a while I have reviewed any Delphi books - maybe the reason was that during the last couple of years authors have turned to...

Delphi 2009 Productivity Tour - Thank you Salt Lake City, Columbus, and Toronto

David I| Sip from the Firehose |02:02:39

I am back from the?first week of the?Delphi 2009 Productivity Tour of Salt Lake City, Columbus, and Toronto.? I want to personally thank everyone who braved the cold, the rain, the snow, and the ice to come and spend some time at the first three s...

2009年2月23日 星期一

UDP模似滑动窗口实现文件传输

DELPHI盒子| Delphi盒子 |16:02:00

描述: 使用UDP进行文件传输,简单的模拟了TCP中的滑动窗口协议 目前丢包及包的顺序到达已完成,就是在速度上不是很理想,可能是对滑动窗口协议 理解的不是很好,并且里面的一些参数都是静态的,并没有像TCP中根据网络状况来 计算,如果有哪位朋友?..

BassPlayer 2.01

DELPHI盒子| Delphi盒子 |16:02:00

下面是翻译: Silhwan Hyun(韩国) 编写. TBASSPlayer 是一个 delphi 组件!!! 基于 Bass 音频库( BASS audio library ),可以让你更容易地播放流媒体. TBASSPlayer 支持绝大多数的 Bass 音频库的函数. 请阅读 BASS 库的说明来获取更多信息,具体请移步至: http://...

自动升级程序AutoUpdate

DELPHI盒子| Delphi盒子 |16:02:00

这是一个实用简单自动升级程序的程序。全是delphi自带的控件。

« 上一页

下一页 »