(function ($) { $.fn.extend({ insertAtCaret : function (myValue) { var $t = $(this)[0]; if (document.selection) { ...
分类:
Web程序 时间:
2014-08-15 12:24:08
阅读次数:
251
在网上找到的答案
翻译过来就是:你可能忘记重新选择左边面板上的(手机)设备了。由于某些原因,它之前的设置是无效的,需要被刷新。
然后我点击了Eclipse左边的面板
问题就解决了...
分类:
移动开发 时间:
2014-08-13 13:10:26
阅读次数:
190
有时候需要对word中很多表格的属性进行修改,而word无法批量修改属性,所有这里记录一个宏Sub TableFormatter()Dim oTbl As Table, i As IntegerFor Each oTbl In Selection.Tables With oTbl .Rows...
分类:
其他好文 时间:
2014-08-12 12:59:04
阅读次数:
383
Class generator for DataGridView => A class for simplify Databinding.DataGridView use SelectionChanges(...) for row selection.DataGridViewComboBoxColu...
E::selection选择器:E::selection{background:#FF6600;color:#fff;}//当文字被选中时,背景是红色,文字是白色E::-moz-selection{background:#FF6600;color:#fff;}//为了让火狐浏览器支持*IE6/7/8...
分类:
其他好文 时间:
2014-08-08 15:19:16
阅读次数:
185
When using Code Completion, you can accept the currently highlighted selection in the popup list with the Tab key.Unlike accepting with the Enter k...
分类:
其他好文 时间:
2014-08-08 09:33:15
阅读次数:
252
被坑了一下午,调bug,u3d外部加载资源一会可以,一会不行,始终找不到问题,最后快下班的时候,重新试了一下,原来是资源打包之前的文件名,和之后的加载资源名必须一样[MenuItem("Custom Editor/Build AssetBundle From Selection Twice")]st...
分类:
其他好文 时间:
2014-08-07 18:09:10
阅读次数:
192
model装饰器的作用是返回一个集合列表应用举例:定义columnslangs = fields.Selection(string="Lang",selection="_get_lang") 方法定义:@api.modeldef _get_lang(self): langs = self.en...
----属性----Elements:可来自一个列表ListElementsFromString:可来自一个字符串String,各项之间用","隔开。如:"北京,上海,广州"Selection:选择项,可与ListPicker各项的数据比较,-----事件-----AfterPicking:选择后
分类:
其他好文 时间:
2014-07-29 11:21:16
阅读次数:
268
UITableView除了常规的选择模式(selection mode)外还有一个编辑模式(editing mode),在编辑模式中可实现删除,插入,多选,重排序等。一.进入编辑模式通过直接设置UITableView的editing属性或向其发送setEditing:animated:消息,可将其置...
分类:
其他好文 时间:
2014-07-23 11:47:36
阅读次数:
305