码迷,mamicode.com
首页 >  
搜索关键字:scroll bar    ( 8099个结果
NGUI实现ScrollView功能
NGUI,目前Unity3D Assert Store中最火的2D图形界面工具。本文假设读者有Unity3D使用经验。有基本了解。NGUI3.6.01.新建Pannel(Scroll View),确保Clliping为soft Clip2.Add Component增加Scroll View3.在S...
分类:其他好文   时间:2014-07-30 20:17:54    阅读次数:234
Trapping Rain Water leetcode java
题目:Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after rain....
分类:移动开发   时间:2014-07-30 09:47:13    阅读次数:272
delphi 自动滚动到最底端scroll
自动滚动到最底端scrollUses MSHTML;{$R *.dfm}varScrollPos: integer=0;procedure TForm1.Button1Click(Sender: TObject);begininc(ScrollPos, 10);if WebBrowser1.Docu...
分类:其他好文   时间:2014-07-29 21:42:02    阅读次数:506
php细节1可变变量及一些细节
可变变量的样例 1 $bar . "\n";12 echo $foo->$baz[1] . "\n";13 14 $start = 'b';15 $end = 'ar';16 echo $foo->{$start . $end} . "\n";17 18 $arr = 'arr';19 echo.....
分类:Web程序   时间:2014-07-29 21:00:22    阅读次数:182
【HackerRank】Halloween party
Change language :Alex is attending a Halloween party with his girlfriend Silvia. At the party, Silvia spots a giant chocolate bar. If the chocolate ca...
分类:其他好文   时间:2014-07-29 17:11:52    阅读次数:317
VMware Tools安装
Windows VMware Tools安装很简单。 1.?On the host, from the Workstation menu bar, select?VM?>?Manage?>?Install VMware Tools 2. click OK and then restart. Linux VMware Tools安装估计有点困难,我也...
分类:其他好文   时间:2014-07-29 16:10:59    阅读次数:316
iOS_隐藏顶部状态栏
iOS6和iOS7在隐藏 Status Bar 三类方法比较: Storyboard 界面上选中UIViewController,最右边Simulated Metrics找到 Status Bar 设定成 None ViewController iOS 6  通过[UIApplication sharedApplication] 取得app的单例,然后调用setStatusBar...
分类:移动开发   时间:2014-07-29 14:46:58    阅读次数:211
基于Canvas的Char.js库使用
Chart.js是基于Html5 Canvas的图表库。 官网:http://www.chartjs.org/ 参考文档:http://www.chartjs.org/docs/ 支持六种图表,对应源码相对目录如下。 bar doughnut line pie polar-area radar...
分类:Web程序   时间:2014-07-29 14:34:28    阅读次数:433
Understanding Scroll Views
文章出处:http://www.objc.io/issue-3/scroll-view.html
分类:其他好文   时间:2014-07-29 11:20:06    阅读次数:331
Freemaker 自定义指令和函数
自定义函数和指令都可以在前台或者后台进行指定。(一) 自定义指令使用以下格式调用自定义指令: 定义在前台: .........例子: Test text, and the params: ${foo}, ${bar}, ${baaz}输出结果: Test text, and the para...
分类:其他好文   时间:2014-07-29 10:25:18    阅读次数:330
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!