本篇简单罗列一下一些常用的UI控件以及它们特有的属性,事件等等。由于是笔记,相比起来不会太详细UIView 所有UI控件都继承于这个UIView,它所拥有的属性必是所有控件都拥有,这些属性都是控件最简单最一般的属性。enable:是否启用;selected:是否被选择;contentVertica....
分类:
移动开发 时间:
2015-02-09 17:53:35
阅读次数:
205
/*页面右侧栏动作*/ $(".side ul li").hover(function(){ var selected = $(this).attr("id"); if(selected != null && selected == "tel...
分类:
Web程序 时间:
2015-02-08 18:07:50
阅读次数:
255
《安装:打开notepad++插件->PluginManager->ShowPluginManager->available->选中TextFX->install》(注:如果没有插件的话--首先updates插件)Notepad++插件TextFX
Characters是一款默认安装的插件,由于功能强大,被编程爱好者认为是最好的Notepad++插件,第..
分类:
其他好文 时间:
2015-02-08 15:35:01
阅读次数:
235
#pragma mark - 点击选择按钮-(void)selectedButtonClicked:(UIButton * )sender{ if (tempButton == nil){ sender.selected = YES; tempButton = se...
分类:
其他好文 时间:
2015-02-06 18:40:23
阅读次数:
112
1:ng-selected用在标签上面,ng-options用在 Selected City Code: {{ city.code }} 2:city.name作为用户选择时看到的值,用户选择的时city对象,通过c...
分类:
其他好文 时间:
2015-02-05 09:26:31
阅读次数:
98
两种方法:方法一:1.选中所要替换的文件夹或者包2.点击工具栏的search按钮,在弹出的search框中Containning text:的文本 框 中填写要查询或者替换的内容File name patterns:的文本框中填写要搜索的类型,如:*.js,*.jspScope中选择Selected...
分类:
系统相关 时间:
2015-02-04 12:53:30
阅读次数:
427
Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 'armv7'分类:c++oc2014-01-25 17:121225人阅读评论(0)收藏举报XCode5 编译出错的问题:解决方法:Chan...
分类:
移动开发 时间:
2015-02-03 16:52:33
阅读次数:
427
A graph which is connected and acyclic can be considered a tree. The height of the tree depends on the selected root. Now you are supposed to find the...
分类:
其他好文 时间:
2015-01-28 14:22:47
阅读次数:
172
When it comes to theNBA draft, experts tend to argue about a number of things: at whichposition willa player be selected? what is the best draft class...
分类:
其他好文 时间:
2015-01-27 10:57:46
阅读次数:
375
//jQuery$("#select_city").find("option:selected");//zepto$("#select_city option").not(function(){ return !this.selected })
分类:
其他好文 时间:
2015-01-27 10:46:19
阅读次数:
429