1.文件结构:2.先创建一个xib文件,删除原有的view,添加一个TableViewCell控件。3.ModelTableViewController.m文件 1 #import "ModelTableViewController.h" 2 #import "Cell.h" 3 4 5 @in.....
分类:
其他好文 时间:
2014-07-19 19:31:48
阅读次数:
169
ubuntu 12.04:edit file: /etc/default/grubGRUB_CMDLINE_LINUX_DEFAULT="xxx"-> GRUB_CMDLINE_LINUX_DEFAULT="xxx text"CentOS :edit file: /etc/inittab# init...
分类:
其他好文 时间:
2014-07-19 19:06:03
阅读次数:
172
使用xib自定义cell的时候,需要在xib中指定复用identifier(通常与类名一致即可),在编码的时候,也应该使用该identifier而不应该自定义其他identifier,否则,可能导致程序崩溃或者其他莫名其妙的异常。假设有两个UITableViewCell:TestACell,Test...
分类:
其他好文 时间:
2014-07-18 19:14:56
阅读次数:
211
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:
其他好文 时间:
2014-07-18 17:21:54
阅读次数:
293
文件 File新建文件Ctrl + N打开文件Ctrl + O打开最近关闭的文件Ctrl + Shift + T保存Ctrl + S另存为…Ctrl + Shift + S关闭文件Ctrl + W新建窗口Ctrl + Shift + N关闭窗口Ctrl + Shift + W编辑 Edit撤销Ctr...
分类:
其他好文 时间:
2014-07-18 17:18:15
阅读次数:
257
一 Words and phrazes1 taboo禁忌n ,禁止v e.g. In the main主要,基本上,children are taboo in the workplace.2 unpolite 无礼的3 erosion 侵蚀n e.g. This leaves fertile soi...
分类:
其他好文 时间:
2014-07-18 15:35:54
阅读次数:
317
sap利用VMD_EI_API=>MAINTAIN创建供应商主数据...
分类:
Windows程序 时间:
2014-07-18 13:27:04
阅读次数:
1514
运行环境:开发环境:Windows7旗舰版64bit、VisualStudio2008 With SP1、ArcEngine10.0、NetFrameWork4.0、IIS7和C#开发语言。问题描述:通过AE编写的WebService在进行调试时,在网络进行流向初始化的时候发生错误“No edit ...
分类:
其他好文 时间:
2014-07-18 12:27:41
阅读次数:
249
用Eclispe进行Debug时一直被一个问题所困扰:Source not found.
问题产生的原因是调试进入了一个没有源码的jar包里。
简短说明:
Edit Source Lookup Path… 可以解决Debug过程中找不到源码的问题,PS,需要重启服务。
Configure Build Path 中可以给jarattach上源码,这个管的是阅读代码时可以看到jar包里的...
分类:
系统相关 时间:
2014-07-18 12:23:39
阅读次数:
337
iOS开发项目篇—40搭建cell的基本结构一、简单说明1.策略:针对微博可能出现的多种情况(只有文字,有文字有配图,有转发微博等),一次性加载所用的子控件到cell中,对于没有数据的空间进行隐藏。(不管cell以后会显示什么子控件,把所有有可能显示的子控件都添加上去·添加到contentView上...
分类:
移动开发 时间:
2014-07-18 09:38:39
阅读次数:
421