powerbuilder是在c/s应用中被普遍使用的开发工具,是公认的高效率的图形化4gl工具。easerver是集动态页面发布和事务处理于一个身的企业级应用服务器。这二者的结合可以构成多层应用的开发和提交环境,开发人员可以不离开这个集成的开发环境进行应用的开发、调试、提交和运行。 powerbuilder的一个重要特性使提供数据窗口(data window)技术。数据窗口对定义和开发数据库连接过程进行了抽象(抽象的概念参见上期"构建电子商务的核心组件:sybase ea server"一文),并同时给开发人员提供了数据模版和报表模版,开发人员通过这个技术可以实现应用与数据库的数据交互。 easerver中包括动态页面服务器powerdynamo和事务处理服务器jaguar cts,这两者的结合使easerver成为发布动态网页和处理电子商务的应用服务器,支持多种组件类型,如...
大家知道,每当我们格式化软盘或硬盘时系统都会给它分配一个序列号,即用dos命令dir显示出的"volume serial number is 0a41-0e0a"。该序列号是随机产生的,且具有唯一性。也就是因为这个原因许多软件的测试版本利用该项技术使测试版一旦过了限定期限就不能再使用,即使将该软件重新安装也无济于事。另外,有些共享软件的注册码也是通过这个序列号来生成的。同样的方法我们也可以运用到软件的防拷贝技术。那么如何才能实现上述功能呢? 为了达到目的我们必须首先能够得到硬盘的序列号,其次,为了安全起见我们最好再选择一种加密算法,将加密后的硬盘的序列号作为密文公开存放,软件通过解密得到明文,即硬盘的序列号,通过将解密后的硬盘序列号和实际的硬盘序列号相比较得出程序是否合法。这一步当然是由应用程序秘密运行,用户根本不知道,从而达到软件的二次加密目的,同时也隐藏了软件的合法性识别过程,使破...
pb7.0 与jaguar cts(组件事务服务器) 做到了紧密集成,只需要编写少量代码,就可以建立基于jaguar cts 的组件,同时jaguar cts本身内置pb虚拟机,使用pb7.0编写的组件可以直接与jaguar cts进行高效通信。这样pb组件通过jaguar cts与后台数据库建立连接,方便地实现基于三层体系结构的开发。 建立jaguar 组件 在pb中有三种方法可以建立jaguar组件: 1、start wizard:建立一个新的应用、新的用户对象和新的工程; 2、object wizard:在已有的应用的基础上建立一个新的用户对象和工程; 3、project wizard:从已有的用户对象中生成一个jaguar组件。 你可以根据需要选择以上三种方法之一来建立jaguar组件。建立jaguar组件一般有如下四步: 1、使用start wizard(或者o...
在编制管理信息应用系统中,一般都会遇到一个共同问题,那就是如何根据不同情况去控制表中的数据列,比如对于同一datawindow不同的用户有不同的操作(如对于数据录入人员可以更改数据,而对于查询人员一般不能更改数据),下面就以一个简单的工资表为例来说明利用pb如何在datawindow中控制列的修改方式。 工资表基本列如下: 代码姓名工作时间基础工资浮动工资岗位工资知识分子补贴其它工资codenameworkdatabasesamovesa stationsabtothersacharvarcharchardecimaldecimaldecimaldecimaldeciaml 在pb中有两种方式可控制列属性,一是静态方式,另一种是动态方式实现。所谓静态方式就是在列的属性上通过选项实现。所谓动态方式就是利用编程实现。现分别给予介绍: 一、静态方法 (1)在datawindow中选中...
1 前言 1.1 门券收藏简介 旅游门券的收藏是一项集文化性、知识性为一体的收藏活动,它不需要太多的投资,并且雅俗共赏,成为当今收藏的一大主流。现在全国各地有数以万计的门券收藏爱好者,并且成立了地方性的门券收藏协会,每年还举办全国性的门券收藏品展览。 旅游门券指进入旅游景点的凭证,根据收藏者的爱好和理解的不同,还可以包括火车站站台票、请柬、展览会(比赛、演唱会)入场券。近几年来,旅游门券日趋精美,许多罕见的品种成为收藏爱好者的宠儿。从材料上,已经不仅仅传统的纸或塑料质地,出现了纯金、纯银、不锈钢、照片、磁卡、嵌币、嵌章、嵌陶、嵌动植物标本、打火机、麦杆等材料制成的门券;从形状上,出现了圆形、三角形、梯形、扇形、树叶形、乌龟形、鸡形的门券;从系列上,已经从原来的几枚一套发展成几十枚、上百枚一套的门券。 我国旅游资源丰富,旅游门券的"版本"更换越来越频繁,同时每年有大量新景点的开发,这些都为...
the tens of thousands of function calls in the windows environment can be helpful to powerbuilder users, but documenting them is nearly impossible. after hundreds of user inquiries, powersoft technical support compiled these technical tips to enable powerbuilder developers to translate standard microsoft function calls into powerbuilder syntax, and to empower developers to use any of the external ...
advanced development environment configuration notice this document provides extra information on the development environment for advanced users only. use of this information presumes knowledge of the registry. this information is provided for those developers who wish to make use of it. however, because this is not a part of the standard documentation, this information is likely to change betwee...
如何在数据窗口(datawindow)中用enter代替tab在字段间移动summary:this document shows the pb4.0 method and pb 5.0 method of programming the enter key to tab through a datawindow.document id:44003last revised:02/22/96topic:datawindowsdocument type:technoteproduct:powerbuilderversion:5; 4platform:pcoperating system:not operating system specificdocument:programming the enter key to move between columns in a datawindow g...
connecting to asa server (7.01 ga) via ole db in powerbuilder 8adaptive server anywhere includes an ole db provider named asaprov. one of the features of asaprov (dboledb7.dll) is that you do not have to deploy odbc. in other words, you can connect to an asa database either via ole db or via ole db/odbc bridge.the steps to establish database connection to asa using ole db from powerbuilder are as ...
when do i want to use powerscript's blob datatype? there are several reason's why you would want to use the blob datatype. for example: · you need to store ole objects in your database · you need to store large binary objects in your database · you are storing text larger than that easily handled by normal functions · you need to access a variable type that powerbuilder does not support. for e...
Java Asp PHP .Net XML C/C++ CGI VB Jsp J2ee J2se J2me EJB Servlet Tomcat Resin Struts Weblogic Eclipse ANT GUI JMS Web servise IDEA Webphere Hibernate Spring Jboss Applet Swing Socket Javamail Perl Ajax P2P 安全 模式 框架 测试 开源 游戏
Windows XP Windows 2000 Windows 2003 Windows Me Windows 9.x Linux UNIX 注册表 操作系统 服务器 应用服务器