码迷,mamicode.com
首页 >  
搜索关键字:bar chart    ( 6542个结果
Dynamics CRM 2013 Homepage Ribbon 按钮引用多个Javascript资源
在CRM的开发中ribbon的开发是比较重要的一环,很多客制化的功能都需要动用ribbon区,CRM2013中的名字已经改叫command bar了,但从老版本过来的人都还是习惯叫他ribbon。      Ribbon区加按钮后往往会关联一系列的webresources,javascript就是其中的一种,一般的ribbon开发都是基于form的,要动用home或者Sub-grid的并不太多。...
分类:编程语言   时间:2015-03-30 18:52:50    阅读次数:244
iOS:Chart小集合
下载地址 http://download.csdn.net/detail/ouyangtianhan/8547815...
分类:移动开发   时间:2015-03-30 18:47:07    阅读次数:131
正则表达式之正向预查和反向预查
正向预查:1. 正向正预查:(?=)例如:foo(?=bar) //匹配后面带有bar的foo它可以匹配: foobar, abcfoobar 中的foo但是不能匹配:fooabc 中的foo2. 正向负预查:(?!)例如:foo(?!bar) //匹配后面不带bar的foo它可以匹配:...
分类:其他好文   时间:2015-03-30 08:03:31    阅读次数:599
设置顶部系统栏颜色和actionbar颜色相同
在activity中调用以下方法: /** * Apply KitKat specific translucency. */ private void applyKitKatTranslucency() { // KitKat translucent navigation/status bar. if (Build.VERSI...
分类:其他好文   时间:2015-03-29 13:39:46    阅读次数:204
[翻译] NMBottomTabBarController
NMBottomTabBarControllerA customisable tab bar controller for iOS written in Objective C. It uses auto layout.一个自定义的Tabbar控制器,使用了自动布局。RequirementsiOS ...
分类:其他好文   时间:2015-03-29 00:29:28    阅读次数:153
网络图片加载优化
taobao加载 ImageLoader加载 优化后的ImageLoader加载 display-image-flow-chart 图片来自Android Universal Image Loader 源码分析...
分类:其他好文   时间:2015-03-28 21:47:07    阅读次数:253
How to force action bar overflow icon to show
I would like to force the overflow icon to always show in the action bar (assuming there are overflow items). On models with a menu button, sometimes the overflow icon doesn‘t appear and users must...
分类:其他好文   时间:2015-03-28 20:31:01    阅读次数:153
強大的jQuery Chart组件-Highcharts
Highcharts是一个制作图表的纯Javascript类库,主要特性如下:兼容性:兼容当今所有的浏览器,包括iPhone、IE和火狐等等;对个人用户完全免费;纯JS,无BS;支持大部分的图表类型:直线图,曲线图、区域图、区域曲线图、柱状图、饼装图、散布图;跨语言:不管是PHP、Asp.net还是...
分类:Web程序   时间:2015-03-28 16:57:01    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!