码迷,mamicode.com
首页 >  
搜索关键字:cursor sharing    ( 3039个结果
修改鼠标指针样式
在编写html时,有时我们需要修改鼠标指针的样式,比较形象的有qq农场的指针样式,如果我们自定义也可以实现该效果。大家可以通过修改css样式cursor来实现。cursor取值:auto:默认值。浏览器根据当前情况自动确定鼠标光标类型。all-scroll:IE6.0有上下左右四个箭头,中间有一个..
分类:其他好文   时间:2014-09-25 14:10:19    阅读次数:293
数据库和Content Provider
目录 创建数据库和使用SQLite 使用Content Provider、Cusor和Content Value来存储、共享和使用应用程序数据 使用Cursor Loader异步查询Content Provider 在应用程序中添加搜索功能 使用原生的Media Store、Contact和Cala...
分类:数据库   时间:2014-09-25 01:32:08    阅读次数:512
css3 3d翻转效果
aaaaaaaaaaaaaa bbbbbbb .demo{ display: block; cursor: pointer; position: relative; width:190px;/*限定3d展示范围*/...
分类:Web程序   时间:2014-09-24 20:52:57    阅读次数:221
python3.4 pymysql插入数据
import?pymysql conn?=?pymysql.connect(host=‘localhost‘,?port=3306,user=‘root‘,passwd=‘root‘,db=‘DeliveryAddress‘,charset=‘UTF8‘) cur?=?conn.cursor() cur.execute("INSERT?INTO?`ProvinceCityCo...
分类:数据库   时间:2014-09-24 05:59:06    阅读次数:322
MySQLdb里insert一个带中文的内容
conn = MySQLdb.connect(db="my",user="root", passwd="ggg",use_unicode=1, charset='utf8')cursor = conn.cursor()query = "insert into ewyu(gg,ff) value...
分类:数据库   时间:2014-09-23 12:50:04    阅读次数:267
迭代器是很重要的设计模式
迭代器有时又称光标(cursor)是程式设计的软件设计模式,可在容器物件(container,例如list或vector)上遍访的接口,设计人员无需关心容器物件的内容。各种语言实作Iterator的方式皆不尽同,有些面向对象语言像Java, C#, Python, Delphi都已将Iterator...
分类:其他好文   时间:2014-09-23 10:56:24    阅读次数:204
HowTo: Xen 4.1.3 Windows 8 HVM domU with Intel HD4000 VGA Passthrough on Debian Wheezy
http://linux-bsd-sharing.blogspot.com/2012/10/howto-xen-413-windows-8-hvm-domu-with.htmlUpdate 05/07/2013:Despite the HowTo being close to 1 year it a...
分类:Windows程序   时间:2014-09-23 00:29:13    阅读次数:662
CSS样式表其它知识点
1.cursor:pointer鼠标放到上面变形状,pointer为手2.margin:auto 页面居中3.显示方式:dispaly:none不显示/block 块换行/inline在一行上,宽和高都不可用/inline-block在一行上显示,可以设置宽和高 不显示也不占地方4.visibi.....
分类:Web程序   时间:2014-09-22 22:39:23    阅读次数:227
What are the differences between small, minor, and major updates?
Following contents areexcerptedfromthe this website and only used for knowledge sharing: InstallWorld.------------------------------------------------...
分类:其他好文   时间:2014-09-22 16:23:32    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!