- 浏览: 2184 次
- 性别:
-
最新评论
文章列表
svn更新与提交时报错,求教指点
Error: SSL handshake failed: Secure connection truncated
ExtJS
- 博客分类:
- 有用的先收藏ExtJs
/**
* 默认页面
*
* @author
*/
Ext.define('SupplyManagementDesktop.defaultsWindow', {
extend : 'Ext.ux.desktop.Module',
requires : ['Ext.data.ArrayStore', 'Ext.util.Format', 'Ext.grid.Panel',
'Ext.grid.RowNumberer', 'Ext.ux.LiveSearchGridPanel'],
id : 'defaultsWindow-win',
/************** ...