码迷,mamicode.com
首页 >  
搜索关键字:scroll bar    ( 8099个结果
codechef Open the Dragon Scroll bitset容器的运用
Open the Dragon Scroll Did you ever hear about 'Dragon Food' ? Its used to refer to the chocolates bought for your loved ones :). Po offers dragon food to master Shifu, who is a famous cook in th...
分类:其他好文   时间:2014-05-10 10:06:11    阅读次数:382
利用PHPExcel转Excel柱形图
这在附另一个转柱形图的效果及代码. 原PHP报表效果: 转成Excel后的效果: 附上代码: <?php /** * PHPExcel * * Copyright (C) 2006 - 2014 PHPExcel * * This library is free software; you can redistribute it and/or * modify ...
分类:Web程序   时间:2014-05-10 02:19:56    阅读次数:553
页面返回顶部
html标签: 锚链接 js代码: scroll(0,0);
分类:其他好文   时间:2014-05-09 11:00:39    阅读次数:331
全面理解iOS开发中的Scroll View
转自:http://mobile.51cto.com/hot-430409.htm可能你很难相信,UIScrollView和一个标准的UIView差异并不大,scroll view确实会多一些方法,但这些方法只是UIView一些属性的表面而已。因此,要想弄懂UIScrollView是怎么工作之前,你...
分类:移动开发   时间:2014-05-08 22:29:55    阅读次数:642
ScrollView cannot scroll in Slidinguppanellayout 解决办法
xml源码如下 ...
分类:其他好文   时间:2014-05-08 20:35:47    阅读次数:508
LeetCode::Trapping Rain Water
1、到今天完成39题,还需要不停的加油。今天再分析下装雨水这道题Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water i...
分类:移动开发   时间:2014-05-06 14:08:48    阅读次数:490
透明层上的层或数字不透明
background:rgba(0,0,0,0.3) none repeat scroll 0 0 !important; //大多数浏览器实现透明,使用这种方法,层内的层和数字不透明filter:alpha(opacity=30);background:#000; //IE实现透明/*下面一种.....
分类:其他好文   时间:2014-05-04 20:44:21    阅读次数:405
ngui3.5.7 版本Scroll View实现方法
现在网上的教材都是老版本的,现在的版本并没有DragPanelContents脚本,所以我对着现在的DEMO琢磨出了实现方法第一,创建NGUIui,其他组件不必创建,我只要NGUI这个摄影机,将这个NGUI设置为2D层,下面子组件都属于2D层创建ScrollView,之后在下面创建Grid把他里面的脚本去掉,..
分类:其他好文   时间:2014-05-04 17:28:50    阅读次数:426
〖Linux〗tmux 配置文件
tmux中默认的shell是zsh,zsh在日常中使用可以协助我们高效地使用shell命令。# 设置Shellset-option -g default-shell /bin/zsh# 设置复制模式,空格开始选,Enter结束复制setw -g mode-keys vi #开启status-bar ...
分类:系统相关   时间:2014-05-03 22:06:18    阅读次数:1323
[Redis]python连接redis
只是看看能不能成功使用python操作redis,redis具体的数据结构和使用会在以后学习。安装连接redis的包pipinstallredis本地已经在6379端口启动了redis服务。In[1]:importredis In[2]:r=redis.StrictRedis(host=‘localhost‘,port=6379,db=0) In[3]:r.set(‘foo‘,‘bar‘) Out[3]:Tru..
分类:编程语言   时间:2014-05-03 14:38:32    阅读次数:405
8099条   上一页 1 ... 807 808 809 810 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!