2017年1月9日

菜品类型

摘要: platformDishAddStyle: function() { var store = Ext.data.StoreManager.lookup("DISH_STATUS"); console.log(store); Ext.create('Ext.window.Window', { widt 阅读全文

posted @ 2017-01-09 10:26 kebizhanmushi 阅读(145) 评论(0) 推荐(0) 编辑

2017年1月7日

ArrayIndexOutOfBoundsException

摘要: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0 cusAndComs=this.getEm().createQuery("FROM CusAndCom c WHERE c.hotelCompanyId="+s 阅读全文

posted @ 2017-01-07 17:16 kebizhanmushi 阅读(192) 评论(0) 推荐(0) 编辑

2016年12月26日

one to many

摘要: @OneToMany(mappedBy="order",fetch=FetchType.EAGER,cascade={CascadeType.ALL}) private List<OrderItem> orderItem; order 该属性的值是“多”方class里的“一”方的变量名 OrderI 阅读全文

posted @ 2016-12-26 18:38 kebizhanmushi 阅读(102) 评论(0) 推荐(0) 编辑

2016年12月20日

HttpClient

摘要: Http协议的重要性相信不用我多说了,HttpClient相比传统JDK自带的URLConnection,增加了易用性和灵活性(具体区别,日后我们再讨论),它不仅是客户端发送Http请求变得容易,而且也方便了开发人员测试接口(基于Http协议的),即提高了开发的效率,也方便提高代码的健壮性。因此熟练 阅读全文

posted @ 2016-12-20 12:10 kebizhanmushi 阅读(145) 评论(0) 推荐(0) 编辑

2016年12月13日

充值保存

摘要: rechargeClick: function(td, cellIndex, record, tr, rowIndex, e, eOpts) { console.log(e); var id=e.data.id; var memberId=e.data.memberId; var member=th 阅读全文

posted @ 2016-12-13 12:14 kebizhanmushi 阅读(123) 评论(0) 推荐(0) 编辑

2016年12月7日

button 样式

摘要: /** * 个人资料 */Ext.define('For.view.personal.MyPersonalData',{ extend:'Ext.panel.Panel', xtype:'my-personaldata', viewModel:'formview', requires:['For.v 阅读全文

posted @ 2016-12-07 18:36 kebizhanmushi 阅读(85) 评论(0) 推荐(0) 编辑

2016年10月26日

创建窗口

摘要: // platformDishAddStyle: function(value) {// var comm=new Ext.create('For.view.comm.CommController');// var manyModel = Ext.create('For.model.business 阅读全文

posted @ 2016-10-26 15:13 kebizhanmushi 阅读(90) 评论(0) 推荐(0) 编辑

2016年9月11日

button

摘要: 阅读全文

posted @ 2016-09-11 18:26 kebizhanmushi 阅读(59) 评论(0) 推荐(0) 编辑

tagfield

摘要: 阅读全文

posted @ 2016-09-11 17:38 kebizhanmushi 阅读(77) 评论(0) 推荐(0) 编辑

树增加节点

摘要: 阅读全文

posted @ 2016-09-11 15:39 kebizhanmushi 阅读(84) 评论(0) 推荐(0) 编辑

导航