Android2.3的overflow问题在android2.3及以下系统版本的浏览器不支持overflow:scroll
/
auto,即在页面元素里面的内容如果超过了父元素或祖先元素的高度是无法滚动的,可以通过css3的transform来实现滚动,代表作:iscroll。Android2.3的...
分类:
Web程序 时间:
2014-06-07 08:03:09
阅读次数:
390
#include #include #include #include #include
#include #include #include #include #include #include using namespace std;int
n;const int INF=0xfffffff;s...
分类:
其他好文 时间:
2014-06-07 06:11:19
阅读次数:
204
Android-Empty-Layout:这个布局可以作用在Listview,Gridview,用于显示数据的是空的时候,可以提示友好的页面。这库可以显示页面出错,页面加载,页面是空。加载的动画页面也支持。项目主页:https://github.com/alamkanak/Android-Empty...
分类:
移动开发 时间:
2014-06-06 10:42:20
阅读次数:
255
一、直接修改Ubuntu IP系统配置文件Ubuntu
IP的网络配置文件是:/etc/network/interfaces打开后里面可设置DHCP或手动设置静态Static IP。前面auto
eth0,让网卡开机自动挂载,以下操作针对有线网络在Ubuntu中实现两个网卡。 1.以DH...
1概述
在计算机编程语言中用来为复杂的声明定义简单的别名,与宏定义有些差异,它本身是一种存储类的关键字,与auto、extern、mutable、static、register等关键字不能出现在同一个表达式中。2定义
typedef声明,简称typedef,为现有类型创建一个新的名字,或称为类型.....
分类:
其他好文 时间:
2014-06-05 18:38:46
阅读次数:
365
虽然是一个小问题,今天遇到了,也就写下来吧。防止自己忘掉。取消标题栏的方式有两种,一种是在代码添加,另一种是在AndroidManifest.xml里面添加。1、在代码中实现:在此方法setContentView(R.layout.main)之前加入:requestWindowFeature(Win...
分类:
移动开发 时间:
2014-06-05 18:38:10
阅读次数:
293
假设有一个表,结构如下:root@localhost : yayun 22:59:43>
create table t1 ( -> id int unsigned not null auto_increment, -> id2 int
unsigned not null default ...
分类:
其他好文 时间:
2014-06-05 15:22:16
阅读次数:
240
CSS命名规范一.文件命名规范全局样式:global.css;框架布局:layout.css;字体样式:font.css;链接样式:link.css;打印样式:print.css;二.常用类/ID命名规范页 眉:header内 容:content容 器:container页 脚:footer版 权:...
分类:
Web程序 时间:
2014-06-05 14:38:11
阅读次数:
382
C:\Users\lenovo>sc create MyService binPath=
"C:\Program Files\restartOracle.bat" type= share start= auto displayname=
"AutoStartOracle Services"[SC] ...
Table会随着内容增加而变宽,即便使用了CSS也控制不住。必须对table使用table-layout:
fixed才行。例如: xyz
分类:
Web程序 时间:
2014-06-05 13:38:39
阅读次数:
249