码迷,mamicode.com
首页 >  
搜索关键字:titles    ( 109个结果
UISegmetControl
一、UISegmentControl是一个分段控件,父类是UIControl,内涵数个button,并且都有对应下标index; NSArray *titles = @[@"护卫队",@"三军仪仗队",@"步兵方队",@"炮兵方队"]; UISegmentedControl *Segmente...
分类:其他好文   时间:2015-09-11 22:00:18    阅读次数:244
豆瓣电影TOP250
for?($start?=?0;?$start?<?250;?$start?+=?25)?{ ????$url?=?"http://movie.douban.com/top250?start=$start&filter=&type="; ????$titles?=?parsePage($url); ????if?($titles?===...
分类:其他好文   时间:2015-08-31 11:58:26    阅读次数:297
关于fragment中嵌套viewpager的问题
fragment中嵌套viewpager会导致数据的消失,错误写法: pager.setAdapter(new MyAdapter(getActivity().getSupportFragmentManager(), titles)); 因为在fragment中进行viewpager的适配,而却去调用getActivity(),相当于父类,是错误的,正确写法如下: pager.s...
分类:其他好文   时间:2015-08-21 13:45:50    阅读次数:110
DevExpress ChartControl 设置它的标题
private void SetHZTitle(ref ChartControl chartControl, string HTitle) { chartControl.Titles.Clear(); //先清除以前的标题 ...
分类:其他好文   时间:2015-08-03 16:17:20    阅读次数:205
android悬浮窗应用
部分代码如下: public void ShowAlertScreen(Context context,String titles,String content,String phone) { // 获取Service wm = (WindowManager) context.getSyste...
分类:移动开发   时间:2015-07-13 18:28:06    阅读次数:255
Android真机调试 Android.Util.AndroidRuntimeException: You cannot combine custom titles with other title features
参考连接:http://blog.csdn.net/scyatcs/article/details/9003285Android.Util.AndroidRuntimeException: You cannot combine custom titles with other title featu...
分类:移动开发   时间:2015-05-18 10:34:48    阅读次数:413
用excel.php类库导出excel文件
excel.php是个小型的php类库,可以满足基本的从数据库中取出数据然后导出xls格式的excel文件,代码如下: 1 class Excel { 2 public $filename = 'excel'; 3 public $custom_titles; 4 5 ...
分类:Web程序   时间:2015-04-30 14:08:44    阅读次数:288
Python中关于with open file as 的用法
最近用到python来处理文本文件了,然后需要处理文件。发现python中提供的with   open  as   这个还是用的不错的!好的,废话不多说了,看下例子: with open('./sigir_title_cizu.txt') as cizu, open('sigir_title.txt') as titles: cizuData = cizu.readlines() title...
分类:编程语言   时间:2015-04-24 09:19:56    阅读次数:841
android 自定义title 报错 You cannot combine custom titles with other title feat
solution: http://www.apkbus.com/android-80416-1-1.html http://www.eoeandroid.com/forum.php?mod=viewthread&tid=225717 要么theme更改成为Theme.Light低版本的,要么自己重新...
分类:移动开发   时间:2015-04-15 18:58:57    阅读次数:137
Apache Titles 标签库详细说明 -- 布局管理器
Apache Titles简介: 一个免费的开源的Java应用程序框架模板现代。 在此基础上建立了简化的用户界面开发的复合模式。 对于复杂的网站,它仍然是在任何MVC技术工作最简单、最优雅的方式。 官方API详解:http://tiles.apache.org/2.2/framework/tiles-jsp/tlddoc/index.html...
分类:Web程序   时间:2015-03-11 10:58:25    阅读次数:151
109条   上一页 1 ... 7 8 9 10 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!