码迷,mamicode.com
首页 >  
搜索关键字:extjs combo search    ( 14217个结果
【翻译】ExtJS vs AngularJS
ExtJS和AngularJS是两个行业内领先的富界面开发框架。TechFerry有机会使用Ext JS和Angular JS来开发多个富界面的单页面应用程序。本文讲述的就是使用这两种技术来开发多个应用程序后的开发体验。本文围绕利弊、架构、测试、移动能力、性能、生成和部署等方面对Ext JS和Angular JS进行了超过30个以上的要点进行了比较。...
分类:Web程序   时间:2014-06-22 23:00:47    阅读次数:440
国内外优秀的源码网站
不管你是初学一门计算机语言或技术,还是想学习别人的经验和创意。做为一个开发人员,都会经常需要到搜索一些代码,下面是7个地方可以帮助你快速寻找到你需要的代码。 GitHub Code Search http://github.com/search 热门的开源代码库和和版本控制服务。 GitHub 在最近启动了Code Search .即使它才启动不久,但凭借GitHub 的受欢迎度...
分类:Web程序   时间:2014-06-22 22:08:23    阅读次数:630
leetcode——Search for a Range 排序数组中寻找目标下标范围(AC)
Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in the order of O(log n). If the target is not found ...
分类:其他好文   时间:2014-06-22 21:47:15    阅读次数:269
Extjs 4 生成饼状图实例
前台: //远程读取设备去向图表数据 var Store1 = new Ext.data.Store({ proxy:{ type:'ajax', url:'/newmaterial/servlet/GetCountChartGoDatas', reader:{ type:'array' } }, fields:[ "Sys...
分类:Web程序   时间:2014-06-22 20:51:18    阅读次数:314
ext Window点击右上角关闭(X按钮)添加监听事件
使用场景:关闭window的时候增加监听事件。 正确的使用方式:   addwin = new Ext.Window({ title : '新增', closable : true, width : 500, autoHeight: true, border : false, plain : true, modal : true, layout : 'fit', bo...
分类:Windows程序   时间:2014-06-22 19:07:56    阅读次数:1013
CorePlot学习零---安装
刚开始接触CorePlot时,网上搜到很多相关文章,讲解如何安装这个第三方库,到目前阶段该库的版本已经到了1.5了,但是在github上你可以看到他的安装方法,不过为啥就没有codpod来安装呢?于是我就先搜索:pod search coreplot 结果如下:令人惊喜啊 说明我们是可以用pod来安装的,省去了很多麻烦的设置,直接拿来就能用 多好啊 所以我们在Podfile文件中:这样写...
分类:其他好文   时间:2014-06-22 18:49:32    阅读次数:212
leetcode - Unique Binary Search Trees II
题目:Unique Binary Search Trees IIGivenn, generate all structurally uniqueBST's(binary search trees) that store values 1...n.For example,Givenn= 3, your...
分类:其他好文   时间:2014-06-22 13:49:21    阅读次数:243
elasticsearch中的几个概念总结
elasticsearch Faceted search Multi tenancy Geo spatial search...
分类:其他好文   时间:2014-06-22 06:37:41    阅读次数:245
leetcode__Convert Sorted List to Binary Search Tree
Convert Sorted List to Binary Search Tree  Total Accepted: 12283 Total Submissions: 45910My Submissions Given a singly linked list where elements are sorted in ascending order, convert it...
分类:其他好文   时间:2014-06-21 23:57:00    阅读次数:351
【翻译】在Ext JS 5应用程序中如何使用路由
Ext JS 5是一个重要的发布版本,它提供了许多新特性来创建丰富的、企业级的Web应用程序。MVVM和双向数据绑定为开发人员承担了大量的繁重工作。在Ext JS 5种,另一个新特性就是路由,它可以在控制器内轻松的管理历史记录。前进和后退按钮是每个浏览器都会拥有的公共用户接口,现在,使用Ext JS 5在单页面应用程序中处理导航变得相当简单了。...
分类:Web程序   时间:2014-06-21 23:55:34    阅读次数:350
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!