码迷,mamicode.com
首页 >  
搜索关键字:scroll view    ( 39515个结果
前端相关摘记
HTML5+CSS3JavascriptNode.jsNoSQL mongoDBPHPAMD规范 全称Asynchronous Module Definition 即异步模块加载机制MVC 全称Moduel View Control 模型-视图-控制器 一种软件构件模式PhoneGapAngular...
分类:其他好文   时间:2016-01-13 17:31:08    阅读次数:124
mac系统idea显示行号
windows环境下: File->Settings->Editor->General->Appearance->show line numbersmac系统下: view->Active Editor->Show Line Numbers
分类:系统相关   时间:2016-01-13 15:53:52    阅读次数:344
table中thead保持不动,tbody滚动(3)
如果thead中需要合并列#tblDataList thead {display:block;} #tblDataList tbody { display:block;height:600px; overflow-y:scroll;overflow-x:hidden;} #tblDataList ....
分类:其他好文   时间:2016-01-13 15:42:19    阅读次数:182
Swift基础--使用TableViewController自定义列表
首先建立一个swift项目,把storyboard的内容删掉,添加一个 Navigation Controller,然后设置storyboard对应界面的class,在Navigation Controller界面设置View Controller的is initial View Controlle...
分类:编程语言   时间:2016-01-13 15:34:30    阅读次数:260
ios常见错误之 Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?
Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?这是因为给你的StoryBoard没有设...
分类:移动开发   时间:2016-01-13 12:48:07    阅读次数:222
adapter(转自Devin Zhang)
1.概念 Adapter是连接后端数据和前端显示的适配器接口,是数据和UI(View)之间一个重要的纽带。在常见的View(ListView,GridView)等地方都需要用到Adapter。如下图直观的表达了Data、Adapter、View三者的关系:Android中所有的Adapter一览: ...
分类:其他好文   时间:2016-01-13 12:20:59    阅读次数:201
基于Jws的WebService项目
基于Jws的WebService项目1、服务器端建立 1.1、创建接口 [java] view plaincopy @WebService public interface IWebService { int add(int a, int b); int subtract(int a, int .....
分类:Web程序   时间:2016-01-13 12:14:15    阅读次数:138
自定义Dialog,实现由下而上的弹出效果(模仿QQ退出等)
方法:public Dialog createDialog(Context context, View view) { Dialog mSelectPhotoDialog = null; mSelectPhotoDialog = new Dialog(context, R...
分类:其他好文   时间:2016-01-13 10:46:18    阅读次数:143
在线富文本编辑器
查看:http://www.helloweba.com/view-blog-334.html示例:http://ueditor.baidu.com/website/umeditor.html下载:http://ueditor.baidu.com/website/download.html#mini
分类:其他好文   时间:2016-01-13 10:41:50    阅读次数:181
TP框架自带的正则验证的规则(转载)
thinkphp框架里面自带有很多自动验证的规则,下面是框架自带的正则验证的规则,官方的说明文档里面没有这么多,所以记下来,以备使用。view sourceprint?01static $regex = array(02'require'=> '/.+/', //匹配任意字符,除了空和断行符03'e...
分类:其他好文   时间:2016-01-13 10:35:00    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!