当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 1、增加一个scl入口程序用于调用以前的主程序,如runscl.scl2、清理所有以前系统中产生的html中对 web files (包括image javascript css等等 )的引用文件名处(scl js等) 检查与实际文件名大小写是否一致。
 

 

 ·ip phone日志3    »显示摘要«
    摘要:今天把队列代码修改成可操作代码(这个代码是仿照<<linux程序设计>>修改的)*********************************************commmain.c #include <unistd.h>#include <stdlib.h>#include <stdio.h>#include <fcnt......
    摘要:problem: when printing out a document, normally the first page is printed first, then the second, then the third, and so on until the end. however, when creating a fold-over booklet, the order of prin......


SAS9应用--SAS /INTRNET移植到SAS/IT需注意的问题

1.增加一个scl入口程序用于调用以前的主程序,如runscl.scl

2.清理所有以前系统中产生的html中对 web files (包括image javascript css等等 )的引用文件名处(scl js等) 【程序编程相关:VC小技巧15个

【推荐阅读:VC下设置Excel单元格的边框

   检查与实际文件名大小写是否一致. 【扩展信息:Pyos 支持的 FAT12 文件系统~

3.清理所有引用appsrv_xxx函数的引用处,改为根据宏_pv_base的值,若空则仍appsrv,否则为stpsrv_xxx

4.清理依赖ods html 输出格式之处,调整为8,9版均适应的方式.

5.清理url产生方式处(scl,js等),修改绝对方式引用原主程序等的地方.

两种url的区别对比如下:

intrnet:   http://host/pvroot/cgi-bin/broker.exe?_service=service_for_app?_program=crlibp.crmain.main.scl&...

i.t.       http://host:8080/sasstoredprocess/do?_program=stored_entry_prg_for_app&...

intrnet时:系统宏变量_url中自动返回“/pvroot/cgi-bin/broker.exe”

                     _service中为“service_for_app”

                     _program中为“×××.main.scl”

i.t.时:系统宏变量_url中自动返回“/sasstoredprocess/do”

                     _service无

                     _program中为“stored_entry_prg_for_app”

因此无论哪种方式都可以只根据这些系统宏变量来动态形成url.

6.因_webout输出的底层机理不同,i.t.server中不支持 lrecl选项用于_webout 相关的file语句中,

   所以要改成兼容的方式,并且注意i.t.server中若超过1024字节则自动换行输出.

附上runscl.scl的样例程序:


...   下一页
 ·浙大在线评测 1180 self numbers    »显示摘要«
    摘要:problem: in 1949 the indian mathematician d.r. kaprekar discovered a class of numbers called self-numbers. for any positive integer n, define d(n) to be n plus the sum of the digits of n. (the d stand......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE