E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
smartclient
smartclient
Dynamicform 布局
可以通过制定numCols来创建多个列,通过colSpan这个属性,达到换行的目的disabled:true设置文本框不能编辑isc.DynamicForm.create({ ID:"updatelineform", width:700, height:300, cellPadding:4, numCols:12, titleWidth:20, fields:[ {name:"1",title:
shutingwang
·
2012-03-16 08:00
smartclient
传递多个参数
addBarcodeHead:function(value){ if(value){ varfocusNode=this; varbar=findForm.getField("barcode").getValue(); console.log(bar); varheadId=BarcodeHead.getSelectedRecord().recId; RPCManager.sendRequest(
shutingwang
·
2012-03-09 16:00
function
callback
smartclient
访问demo
1启动自带的服务器start_embedded_server.bat2http://localhost:8081/examples/demoApp/demoAppJS.jsp3&*_*
shutingwang
·
2012-02-09 17:00
smartclient
(barcode system)
恩不错不错真的是一点一点写出来的,good! //------------------------设置fields,及fields所属类型------------------------------ headField=[ {name:"recId",title:"主键",primaryKey:true}, {name:"refId",title:"单号",canEdit:true}, {nam
shutingwang
·
2011-11-28 11:00
smartclient
dialog
isc.IButton.create({ ID:"delete", width:"120", height:25, title:"删除", click:function(){ varfocusNode=this; if((!BarcodeHead.getSelectedRecord())){ isc.say('请选择要删除的记录'); }else{ isc.ask("确认删除吗
shutingwang
·
2011-11-24 10:00
function
null
delete
dialog
callback
smartclient
动态获取后台执行状态
//*************************************条码输入框及事件处理********************************************************* isc.SearchForm.create({ ID:"findForm", left:20, autoFocus:true,//设置自动获取光标 width:"120", //acti
shutingwang
·
2011-11-23 14:00
function
null
callback
smartclient
传参
isc.IButton.create({ ID:"upload", width:"120", height:30, title:"上载", click:function(){ varrecId=BarcodeHead.getSelectedRecord().recId RPCManager.sendRequest({ paramsOnly:true, actionURL:"Barcode/uplo
shutingwang
·
2011-11-21 11:00
smartclient
checkbox 無法正常顯示
因為sql數據庫中沒有boolean類型,字段instock在數據庫中的類型為varchar 需要如下處理:1:在module層中 privatebooleaninStock; @Column(name="inStock") @org.hibernate.annotations.Type(type="yes_no") publicbooleangetInStock(){
shutingwang
·
2011-11-01 08:00
sql
Module
null
smartclient
分頁 及 不能正常分頁解析
Smartclient
分頁 詳細閱讀AIP可以知道paging兩個參數分別是:endRow、startRow、 後臺響應客戶端請求時,遵循客戶端接收參數的方式,(response/data)
shutingwang
·
2011-10-31 15:00
json
String
object
list
session
null
smartclient
前臺頁面執行增刪改后 無刷新
fields:[ //{name:"itemID",title:"itemID",primaryKey:true}, {name:"itemName",title:"itemName",primaryKey:true}, {name:"unitCost",title:"unitCost"}, {name:"SKU",title
shutingwang
·
2011-10-27 17:00
table
SmartClient
更改數據庫及導入數據
Custom database configuration The
SmartClient
object-relational connector supports rapid end-to-end
Soft_Development
·
2011-10-26 12:00
client
SmartClient
開發環境搭建
This overview serves as a how-to for installing
SmartClient
into your web application.
Soft_Development
·
2011-10-26 12:00
client
SmartClient
中Criteria 和 AdvancedCriteria的理解
SmartClient
中Criteria和AdvancedCriteria的理解时间不早了,就少写一些了。
我问佛:如何才能如你般睿智? 佛曰:佛是过来人,人是未来佛
·
2011-10-24 23:00
Smartclient
细节 --小总结
Smartclient
细节--小总结 1:DataSource細節 isc.DataSource.create({ ID:"supplyCategory", dataFormat:"json",
shutingwang
·
2011-10-19 09:00
json
xml
list
服务器
delete
hsql++(the+Visual+Builder+DataSource)
在dos下运行D:\work\sss\
SmartClient
_81_Evaluation\
SmartClient
_81_Evaluation\smartclientSDK\WEB-INF\db\hsqldb
shutingwang
·
2011-10-13 20:00
jdbc
File
dos
HSQLDB
Smartclient
+demo+实例
用实例见证
smartclient
的厉害吧。先貼出來圖片炫炫!很閃吧。
shutingwang
·
2011-10-13 20:00
DAO
String
function
service
iterator
Class
smartclient
连接数据库
在接触
smartclient
,个人觉得比较简单,从语法上来说也比较简单,至少容易理解。咬咬牙竟然可以做出一个小demo。哈哈。
shutingwang
·
2011-09-28 10:00
String
object
iterator
Class
insert
ExtJs
smartclient
--registervalidate
"> MyJSP'registervalidate.jsp'startingpage varisomorphicDir="isomorphic/"; isc.Window.create({ ID:"modalWindow", title:"注册窗口", autoSi
shutingwang
·
2011-09-22 11:00
String
upload
Path
email
button
passwords
smartclient
整合
界面真的是很漂亮哈哈 barcodesystemindex varisomorphicDir="
smartclient
/isomorphic/";
shutingwang
·
2011-09-22 11:00
html
function
测试
delete
button
tabs
Arch-03-16- RIA 最佳实践摸索
1、基调(1)后端用:java(2)前端用:Dojo或JQuery(3)前端组件库:
smartClient
或dojo/jquery官方组件库 2、路径(1)struts,chain,tile,dojo,
cnmqw
·
2011-09-18 11:00
最佳实践
Arch-03-16- RIA 最佳实践摸索
1、基调(1)后端用:java(2)前端用:Dojo或JQuery(3)前端组件库:
smartClient
或dojo/jquery官方组件库 2、路径(1)struts,chain,tile,dojo,
cnmqw
·
2011-09-18 11:00
最佳实践
smartclient
--listgrid
哈哈边学粤语,边工作,好好哦,鹅中意 "> ListGridTest varisomorphicDir="isomorphic/"; varcountryData=[ {country:"中国",dialect:"中国话",people:"中国人啦",size:"1",author:"shuting"
shutingwang
·
2011-09-16 12:00
html
function
String
insert
Path
import
smartclient
--练习
恩简单看了
smartclient
的文档,感觉和extjs差不多,和jquery也很相像,就是不明白为什么要用这个呢?
shutingwang
·
2011-09-14 09:00
function
upload
文档
ExtJs
button
border
智能客户端技术
智能客户端(
SmartClient
),结合了瘦客户端(B/S模式)和胖客户端(C/S模式)的长处,是下一代的客户端软件技术。
shutingwang
·
2011-09-09 15:00
数据库
工作
网络
service
web服务
dataset
SmartClient
介绍
SmartClient
具有的特性:1.客户端Ajax:在
SmartClient
中所有的表示层职责和所有HTML生成都在浏览器中完成。HTML的生成或
shutingwang
·
2011-09-09 14:00
JavaScript
Ajax
Hibernate
struts
浏览器
服务器
如何解决分布式系统中的跨时区问题
客户端的UI采用
SmartClient
(WindowsForms应用),而主要的业务逻辑均通过WCF服务的形式提供。我们将承载业务服务的服务器成为应用服务器,如右图(点击看大图)所示,应用
SmartTony
·
2011-08-28 00:00
数据库
应用服务器
String
WCF
extension
Forms
SmartClient
<script type="text/javascript" > CountryDS=[{id:'1',name:'a'},{id:'2',name:'b'},{id:'3',name:'c'}]; isc.ListGrid.create({ ID: "ListGrids",
soonly15
·
2011-06-23 17:00
C++
c
C#
初识Smart Client Software Factory
最近要参与一个winform项目,项目使用了一个微软官方推出的的一个比较成熟的框架SmartClientSofterwareFactory最新版本已经支持vs.net2010 官网地址http://
smartclient
.codeplex.com
lee576
·
2011-04-29 15:00
框架
UI
Microsoft
Module
application
WinForm
初识Smart Client Software Factory
最近要参与一个winform项目,项目使用了一个微软官方推出的的一个比较成熟的框架SmartClientSofterwareFactory最新版本已经支持vs.net2010官网地址http://
smartclient
.codeplex.com
61party
·
2011-04-29 15:00
应用服务器
框架
UI
企业应用
WinForm
初识Smart Client Software Factory
最近要参与一个winform项目,项目使用了一个微软官方推出的的一个比较成熟的框架SmartClientSofterwareFactory最新版本已经支持vs.net2010官网地址http://
smartclient
.codeplex.com
javatoyou
·
2011-04-29 15:00
software
Arch-03-03-解剖企业级的 ajax 框架(dojo+
smartclient
)
一、对象:dojo+
smartclient
是一个企业级的工具软件中UI部份,貌似很健壮,至少可以算顶级架构师们的作品了。
cnmqw
·
2011-03-03 23:00
框架
Ajax
UI
企业应用
dojo
Arch-05-08- spring+ibatis+struts2+
smartclient
spring+ibatis+struts2+tiles+
smartclient
由于稳定压倒一切的原则,若非客户指定,还是用回 struts2,虽然感觉 spring mvc
cnmqw
·
2011-03-01 01:00
spring
mvc
jsp
ibatis
struts
Arch-05-08- spring+ibatis+struts2+
smartclient
spring+ibatis+struts2+tiles+
smartclient
由于稳定压倒一切的原则,若非客户指定,还是用回 struts2,虽然感觉 spring mvc
cnmqw
·
2011-03-01 01:00
spring
mvc
jsp
struts
ibatis
Arch-05-06- spring+springmvc+ibatis+
smartclient
spring+springmvc+ibatis+
smartClient
算个什么组合?不是混搭就是混帐。反正我没用过,但眼下必须得用,只能硬着头皮上上了。 计划一下路线图 1.
cnmqw
·
2011-02-10 18:00
spring
mvc
ibatis
Arch-05-06- spring+springmvc+ibatis+
smartclient
spring+springmvc+ibatis+
smartClient
算个什么组合?不是混搭就是混帐。反正我没用过,但眼下必须得用,只能硬着头皮上上了。 计划一下路线图 1.
cnmqw
·
2011-02-10 18:00
spring
mvc
ibatis
Arch-05-04- Aptana+sc 插件安装
由于用到
smartClient
,现有的 eclipse IDE 不支持语法,好不容易找到 sc 官方提供一个老版本的 aptana 插件,安装吧。
cnmqw
·
2011-01-27 17:00
eclipse
Blog
ide
aptana
dojo
Arch-05-04- Aptana+sc 插件安装
由于用到
smartClient
,现有的 eclipse IDE 不支持语法,好不容易找到 sc 官方提供一个老版本的 aptana 插件,安装吧。
cnmqw
·
2011-01-27 17:00
eclipse
Blog
ide
aptana
dojo
GWT ExtJS开发图文教程
================无语的分割线==================好好的ExtJS搞什么了授权变化,弄得GWT-EXT项目终止,虽然作者去做了SmartGWT,但是
SmartClient
本身较差的用户体验还是不能与
simen_net
·
2010-11-18 21:00
eclipse
tomcat
swing
ext
gwt
GWT ExtJS开发图文教程
================无语的分割线==================好好的ExtJS搞什么了授权变化,弄得GWT-EXT项目终止,虽然作者去做了SmartGWT,但是
SmartClient
本身较差的用户体验还是不能与
simen_net
·
2010-11-18 21:00
eclipse
tomcat
swing
ext
gwt
智能客户端(
SmartClient
)
摘要本文主要讨论基于企业环境的客户端应用程序模型,由于本人曾经从事过传统的客户端/服务器两层结构应用程序和基于.net平台的多层结构应用程序的开发,因此本文将着重描述.net平台上的智能客户端应用程序模型,并根据一般的企业应用系统的需求来一步一步构造出一个较为完整的客户端软件框架。目录简介概述定义.net平台WinForms应用程序举例一、系统需求二、运行方式三、创建程序四、发布程序五、更新程序六
jjhua
·
2010-07-28 21:00
.net
服务器
Microsoft
assembly
web服务
WinForms
Webcast 系列课程
系列课程最新系列.NET4.0中的新特性系列课程SQLServer2008IntegrateService基础开发案例系列课程公共语言运行库(CLR)开发系列课程.NET开发.NET开发从入门到精通系列课程
SmartClient
winzenghua
·
2010-05-08 19:00
sql
windows
windows
server
asp.net
mobile
asp
Webcast 系列课程
最新系列.NET4.0中的新特性系列课程SQLServer2008IntegrateService基础开发案例系列课程公共语言运行库(CLR)开发系列课程.NET开发.NET开发从入门到精通系列课程
SmartClient
tuwen
·
2010-05-08 19:00
2010.4.25 OA项目组一周工作报告
本周完成了2.55中反馈的bug的提交本周完成了GSS测试客户端50%的工作量质量:55本周Roch在测试中发现了较多的和GSSLock相关的bug,我们在质量上还得努力本周在GSS测试客户端开发中,根据
SmartClient
·
2010-04-25 22:00
工作
Form的设计原则
最近在学习
SmartClient
,正在逐步将其应用于系统开发中。很多情况下不能够直接使用
smartclient
提供的框架,但是其中的思想还是值得借鉴。希望各位多多指教。
·
2010-04-25 00:00
form
SQL Server 2008新特性——更改跟踪
再比如我们做了一个
SmartClient
的应用程序,每个客户端都有应用程序和数据库,另外还有一个中心数
lingxyd_0
·
2010-03-01 11:00
sql
c
数据库
server
object
数据库服务器
SSMS
郁闷,看来 SmartGWT 不打算支持UiBinder
看这篇文章: http://forums.
smartclient
.com/showpost.php?
SimonLei
·
2010-02-25 23:00
html
UI
PHP
xml
SmartGWT 里ds.xml中文title的正确显示办法
搜索
smartclient
的论
SimonLei
·
2010-02-01 10:00
jsp
Web
json
xml
servlet
关于依赖注入的一点认识(Dependency Injection)
学习
SmartClient
,免不了要碰到DependencyInject。关于DependencyInject,推荐阅读MartinFowler的DependencyInject。
·
2010-01-24 13:00
dependency
Smart Client Software Factory(SCSF) 之起步
今天开始学习
SmartClient
。其实代码谁不会写,那么学习
SmartClient
的意义何在?大道理就不说了,网上都有,个人学习他的目的在于它可以提高程序的健壮性,可维护性和可测试性。
·
2010-01-17 20:00
software
smartGWT dome data integration with XML
1.前端代码 /* * Smart GWT (GWT for
SmartClient
) * Copyright 2008 and beyond, Isomorphic Software,
java-007
·
2009-12-29 12:00
xml
gwt
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他