2009年10月9日

AS3.0 不使用第三方组件直接调用 Macromedia Flashremoting 1.0

摘要: 需求说明:客户端升级到AS3,服务器不变.环境说明:服务器 Windows2003 + .net 框架1.1.4 + macromedia remoting.net 1.0客户端 flash CS4 使用 as3编译通过.以下是示例代码.一共2个文件.clsAMF0.as//----------package {import flash.net.Responder;public class clsAMF0 {flash.net.NetConnection.defaultObjectEncoding=flash.net.ObjectEncoding.AMF0;private static var 阅读全文

posted @ 2009-10-09 16:18 钢铁奏鸣曲 阅读(351) 评论(0) 推荐(0)

在linux下通过C语言基于freetds连接sql2000

摘要: 安装好freetds之后 添加库的环境变量 $ exportLD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/freetds/lib/ 之后开vi #include <stdio.h>#include <string.h>#include <stdio.h>#include <unistd.h>#include ... 阅读全文

posted @ 2009-10-09 16:10 钢铁奏鸣曲 阅读(1471) 评论(3) 推荐(0)

导航