1、先创建UITextField 2、不要在textFieldShouldBeginEditing里面实现,因为endDocument取出来为nil. 在textFieldDidBeginEditing里面实现 3、另外可以利用shouldChangeCharactersInRange实现补全选中的 ...
分类:
其他好文 时间:
2017-05-13 00:36:26
阅读次数:
205
commit()的文档官方文档如下:CommityourpreferenceschangesbackfromthisEditortotheSharedPreferencesobjectitisediting.Thisatomicallyperformstherequestedmodifications,replacingwhateveriscurrentlyintheSharedPreferences.Notethatwhentwoeditorsaremodifyingpreferences..
分类:
移动开发 时间:
2017-05-08 14:46:03
阅读次数:
193
commit()的文档 官方文档如下: Commit your preferences changes back from this Editor to the SharedPreferences object it is editing. This atomically performs the ...
分类:
移动开发 时间:
2017-05-04 19:59:31
阅读次数:
286
Text-processing tools like awk and sed allow you to automatically perform a sequence of editing operations based on a script. For this problem we cons ...
分类:
其他好文 时间:
2017-04-27 13:56:25
阅读次数:
160
UITableView本身自带了(增、删)编辑功能: 1.仅仅要调用UITableView的编辑代码 就会进入编辑状态: [self.tableView setEditing:!self.tableView.editing animated:YES]; 2.进入编辑状态的UITableView会调用 ...
分类:
移动开发 时间:
2017-04-27 10:19:12
阅读次数:
162
添加本页面的全局变量,公用的绑定代码 PageLoad事件 protected void Page_Load(object sender, EventArgs e) { if(!IsPostBack) bind(); } Row_Editing事件 protected void GridView1_ ...
分类:
Web程序 时间:
2017-04-12 09:58:15
阅读次数:
170
从github上下载的工程大部分都使用了cocapods,在install的时候可能会报错。 报错原因: 1、不要使用文本编辑去编辑Podfile文件,使用Xcode编辑,或者使用终端敲命令去编辑。 2、Podfile 的内容语法格式有问题 记录下修改的步骤方便查找。1. cd 进入到工程目录 2. ...
分类:
其他好文 时间:
2017-04-06 12:52:35
阅读次数:
973
1. 安装AmaterasUML前,需要先安装GEF(Eclipse Graphical Editing Framework (GEF)) 采用eclipse在线安装方式安装就好。 a. 查看eclipse版本 b. 打开 Help->Install New Software c. 找到Eclips ...
分类:
系统相关 时间:
2017-04-05 11:43:25
阅读次数:
303
命令简介 WPF 中的命令是通过实现 ICommand 接口创建的。ICommand 公开两个方法(Execute 及 CanExecute)和一个事件(CanExecuteChanged)。Execute 执行与命令关联的操作。CanExecute 确定是否可以在当前命令目标上执行命令。如果集中管 ...
Working with patches Prepare quilt configuration Adding a new patch Edit an existing patch Adding or editing kernel patches Adding or editing toolchai ...
分类:
其他好文 时间:
2017-03-15 18:57:38
阅读次数:
346