Upload
Download free for 30 days
Login
Submit Search
test
0 likes
593 views
AI-enhanced description
R
referee
文档描述了一个关于客户端和数据库交互的任务框架,包括数据处理和页面结构。它强调了页面的多个部分,如工具栏和数据表,以及如何从数据库获取和保存数据。总结中提到的功能和结构有助于理解任务实施的层次和设计。
Technology
Read more
1 of 10
1
2
3
4
5
6
7
8
9
10
More Related Content
PPTX
Yui3入门
cly84920
PPTX
D2归来有感
lordchen
PPTX
jQuery实践经验与技巧
fangdeng
PDF
HelioStat Datasheet - [EN]
ProximaSystems
PDF
All star weekend 2011
guillemamado
PDF
Smart Swaraj
lodaya
PPT
Unit 2 - Introduction
outsidethecave
PPT
Hulkliige
aluojalaine
Yui3入门
cly84920
D2归来有感
lordchen
jQuery实践经验与技巧
fangdeng
HelioStat Datasheet - [EN]
ProximaSystems
All star weekend 2011
guillemamado
Smart Swaraj
lodaya
Unit 2 - Introduction
outsidethecave
Hulkliige
aluojalaine
Viewers also liked
(19)
PDF
lab01
Mike Qaissaunee
PPTX
Introductie informatiestandaarden elearning ArC UvA
University of Amsterdam
PPT
Elements, Mixtures And Compounds
griggans
PDF
Swipp plus overview for marketers
Christopher Carfi
PDF
Argosi
scottw
PPT
What Is Dna
griggans
PPT
Inhaling And Exhalingpictures
griggans
PPT
Rides
slim_alexx
PPS
Why Dogs Hate Halloween
kverde
PPT
Risorse elettroniche per la ricerca 5.ed
bibliobioing
PPT
Promo Cd Done 97
rddietrich
PDF
Haml
abscond
PPTX
Computer Games in Education - Unlocking Learning
Ollie Bray
PPT
Carteles ZP
luisjaban
PPT
Web of science per la valutazione della ricerca
bibliobioing
PPT
Useful Software Presentation from NHLA
bibliotecaria
PPT
CREC Tech. Leadership
jamesyap
PPT
The Club
Carol Case
PPTX
Õpianalüütika töötuba
Kai Pata
lab01
Mike Qaissaunee
Introductie informatiestandaarden elearning ArC UvA
University of Amsterdam
Elements, Mixtures And Compounds
griggans
Swipp plus overview for marketers
Christopher Carfi
Argosi
scottw
What Is Dna
griggans
Inhaling And Exhalingpictures
griggans
Rides
slim_alexx
Why Dogs Hate Halloween
kverde
Risorse elettroniche per la ricerca 5.ed
bibliobioing
Promo Cd Done 97
rddietrich
Haml
abscond
Computer Games in Education - Unlocking Learning
Ollie Bray
Carteles ZP
luisjaban
Web of science per la valutazione della ricerca
bibliobioing
Useful Software Presentation from NHLA
bibliotecaria
CREC Tech. Leadership
jamesyap
The Club
Carol Case
Õpianalüütika töötuba
Kai Pata
Ad
Similar to test
(20)
PPT
让我们的页面跑得更快
li qiang
PDF
JavaScript Engine
jay li
PPT
Collaboration On Rails
Jesse Cai
PPT
Css性能优化
linxz
PDF
恶意网页分析实战
Huang Toby
PPTX
Script with engine
Webrebuild
PPTX
TBAD F2E 2010 review
leneli
PPT
Web安全解决方案V1.0
xuanliang
PPT
Ibatis技术讲座
xujie
PPT
Web设计 3 java_script初探(程序员与设计师的双重眼光)
ziggear
PPT
javascript的分层概念 --- 阿当
裕波 周
PPTX
Inside the-browser
jy03845581
PPTX
Inside the-browser
jy03845581
PPT
Mongodb
bj
PPT
Yid chart
fangdeng
PPT
Cas Sso Intro
Shiny Zhu
PPT
YUI 3 菜鳥救星
Ying-Hsiang Liao
PPTX
Inside browser
mysqlops
PDF
淘宝移动端Web开发最佳实践
jay li
PDF
淘宝移动端Web开发最佳实践
Du Yamin
让我们的页面跑得更快
li qiang
JavaScript Engine
jay li
Collaboration On Rails
Jesse Cai
Css性能优化
linxz
恶意网页分析实战
Huang Toby
Script with engine
Webrebuild
TBAD F2E 2010 review
leneli
Web安全解决方案V1.0
xuanliang
Ibatis技术讲座
xujie
Web设计 3 java_script初探(程序员与设计师的双重眼光)
ziggear
javascript的分层概念 --- 阿当
裕波 周
Inside the-browser
jy03845581
Inside the-browser
jy03845581
Mongodb
bj
Yid chart
fangdeng
Cas Sso Intro
Shiny Zhu
YUI 3 菜鳥救星
Ying-Hsiang Liao
Inside browser
mysqlops
淘宝移动端Web开发最佳实践
jay li
淘宝移动端Web开发最佳实践
Du Yamin
Ad
test
1.
Task Class Y.YU
2006/2/10
2.
Task Class 框架
132.0.xml Task2.sql C220.inc C220.js 客户端结构 C220.js 总结
3.
132.0.xml <div id='gateeview'
style="WIDTH: 100%; HEIGHT: 100%" cid="220" ctp="2"></div> 传入 id 确定 cid
4.
Task2.sql i11(id,exe,dsn,run,sty,tmp) VALUES(
220,'#c220.inc', #dc220.js','','#s220.css','#c220.js');
5.
c220.inc function ctrl
把数据库中取出数据( i,i32 )处理后放到 __.$id.__tasks 中 function save_tasks 把客户端传来的数据存到数据库中
6.
C220.js rt_global_initialize :
function(cls) rt_initialize : function() data=window["__"+this.obj.id+"__tasks"] this.load() post : function() pf_svr_call()
7.
页面结构 <table1> <tr><td>toolbar</td></tr>
<tr><td><table2></td></tr> </table1>
8.
页面结构(续) <table2> <tr>
<td><table3 表头 ></td> <td> 间隔 width='3' </td> <td> <div id= … _header> </td> </tr> <tr> <td> <div> <table id=…_tasklist> </div> </td> <td> 间隔 width='3' </td> <td> <div id= … _body> </td> </tr> </table2>
9.
总结 Toolbar 独立出来
拆成 4 部分 表头 间隔 数据表( tree ) div 容器(装载 div, 画甘特图)
10.
Thanks Y.YU 2006/2/10