一、系统自己的UITableView样式有两种:1.UITableViewStylePlain: Plain样式的是方形的,充满你给的view.frame坐标。2.UITableViewStyleGrouped: Grouped样式主要是以圆角形显示。跟iphone自带的通讯录编辑页面类似...
分类:
其他好文 时间:
2014-07-16 18:53:41
阅读次数:
397
我们的应用都是需要国际化的,字符串也是重要的一环。一般来说,我们是通过一个string资源文件来实现这个目的的,我们需要支持几种语言,就把这个文件本地化多少次。代码中需要用NSLocalizedString这个宏,比如,我希望设置一个tableView的title:[objc] view plain...
分类:
移动开发 时间:
2014-07-13 21:58:39
阅读次数:
425
Plain:Grouped:Cell的结构图:UITableViewCellStyleDefault:预设使用这种,若左侧ImageView没图的话,只有一行字(textLable.text)。UITableViewCellStyleValue1:左侧为textLable.text并且左对齐,右侧....
分类:
其他好文 时间:
2014-07-09 19:36:36
阅读次数:
238
Description
During the War of Resistance Against Japan, tunnel warfare was carried out extensively in the vast areas of north China Plain. Generally speaking, villages connected by tunnels lay in a...
分类:
其他好文 时间:
2014-07-08 16:51:42
阅读次数:
506
一、 perl连接Oracle数据库[plain]view plaincopy[oracle@oracle11gR2perl_script]$moreconnect.pl#!/usr/bin/perl#perlscriptusedtoconnecttoOracleusestrict;useDBI;m...
分类:
数据库 时间:
2014-07-06 13:09:28
阅读次数:
278
安装Nginx 和 Gitwebsimba@simba-laptop:~$ sudo apt-get install nginx gitweb修改Gitweb配置文件simba@simba-laptop:~/git-repo$ vim /etc/gitweb.conf修改或添加以下:[plain]#...
分类:
Web程序 时间:
2014-07-03 12:49:23
阅读次数:
197
Nginx 服务器就不赘述了,此软件在大流量、高并发的情况下,性能非常优越,而且占用的CPU和内存资源非常之低!请确认有 PCRE 库,如果没有,请安装之,因为Nginx 的 Rewrite 模块需要它。[plain] view plaincopyprint?yum-yinstallpcrepcre...
分类:
其他好文 时间:
2014-07-02 19:09:46
阅读次数:
180
1 # pro file 2 [plain] view plaincopy 3 CONFIG += qaxcontainer 4 5 QT += core 6 7 QT -= gui 8 9 TARGET = QExcel 10 CON...
分类:
其他好文 时间:
2014-07-02 18:08:17
阅读次数:
301
在前面2篇关于Table View的介绍中,我们使用的Style都是Plain,没有分组,没有index,这次学习的Table View和iphone中的通讯录很像,有一个个以字符为分割的组,最右边有一列小字符作为index,最顶端有一个搜索栏可以进行搜索,好了,下面开始这次的学习。1)创建一个新的...
分类:
移动开发 时间:
2014-07-01 20:06:56
阅读次数:
388
题目:
输入一个表达式,没有括号,数字小于0-9之间,输出计算结果,所有的中间结果化为整形。
例如: 输入:3+8×2/9-2
输出:2
函数原型
view
plain
public int getMyRet(String str)
分析: 这个题目略显高...
分类:
其他好文 时间:
2014-06-30 17:48:52
阅读次数:
186