自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 问答 (8)
  • 收藏
  • 关注

原创 extjs 分页,使用jsp传递数据

Ext.onReady(function() { var store3 = new Ext.data.JsonStore({ url : "service.do", root : 'data', fields : [ 'id', "name", "pw" ] }); store3 = new Ext.data.JsonStore({    autoDestroy: t

2014-05-25 10:32:54 724

原创 初学 Ext.extends

Ext.onReady(function() { var win = new com.test.win({ title : 'test1', width : 200, height : 300 }).show(); win.ss(); }); xx.js Ext.namespace('com.test'); com.test.win = function(config)

2014-05-10 05:46:14 910

转载 Uncaught SyntaxError: Unexpected end of input

Today, while I was working with jQuery I ran on this error “Uncaught SyntaxError: Unexpected end of input” while troubleshooting my code in Chrome. And since Chrome it didn’t report error on any speci

2014-05-10 05:40:08 5671

Win8导航风格的html样式

不错的样式demo,Win8导航风格

2014-08-11

系统垃圾清理

点击运行,就会清理c盘垃圾。 自己看书编的,自己的贡献。

2012-04-29

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除