码迷,mamicode.com
首页 >  
搜索关键字:cursor sharing    ( 3039个结果
ref游标(动态游标)
参照变量--用于存放数值指针的变量游标变量(ref cursor)使用游标时,当定义游标时不需要指定相应的select语句,但是当使用游标时(open时)需要指定select语句,这样一个游标就与一个select语句结合了。游标实例:1.请使用pl/sql编写一个块,可以输入部门号,并显示该部门所有...
分类:其他好文   时间:2014-08-05 15:41:39    阅读次数:208
Android_通过ContentObserver监听短信数据变化
1.简介 在小米等一些机型,无法接收系统发出的短信广播。只能通过观察者ContentObserver,去监听短信数据的变化 2.SMS数据介绍 content://sms/inbox        收件箱  content://sms/sent        已发送  content://sms/draft        草稿  content://sms/outbox...
分类:移动开发   时间:2014-08-05 09:38:09    阅读次数:364
Internet protocol security (ipsec) packet processing for multiple clients sharing a single network address
Embodiments of the present invention address deficiencies of the art in respect to secure communications for multiple hosts in an address translation ...
分类:Web程序   时间:2014-08-05 02:54:48    阅读次数:381
给<a>标签增加href属性 ~~~ 转转
给标签增加href属性,就意味着以下事情::link选择器可以选择到它这个a标签可以获得焦点(可以通过tab按键访问到)在浏览器的默认样式表中,有href属性的标签才有cursor:pointer的效果(尤其是在低版本的IE上)。绑定了onclick事件的标签,尤其是它的作用是ajax请求时,基本上...
分类:其他好文   时间:2014-08-04 13:23:47    阅读次数:365
Change the cursor shape from line to block on Windows
“Control panel” => “Ease of Access” => “Ease of Access Center” => “Make the computer easier to see” => “Set the thickness of the blinking cursor”. 8 p...
分类:Windows程序   时间:2014-08-04 10:50:56    阅读次数:315
线程句柄有什么用
非托管资 源:ApplicationContext,Brush,Component,ComponentDesigner,Container,Context,Cursor,FileStream,Font,Icon,Image,Matrix,Object,OdbcDataReader,OleDBData...
分类:编程语言   时间:2014-08-03 23:04:56    阅读次数:416
MongoDB权威指南学习笔记5---索引相关的知识点
1 查看查询计划 db.user.find({"username":"xxx"}) .explain() db.doc.find({"es_y":"2014"}).explain() { ?"cursor" : "BasicCursor", ?"isMultiKey" : false, ?"n" : 0, ?"nscannedObjects" : 1, ?"nscann...
分类:数据库   时间:2014-08-03 12:56:45    阅读次数:268
Oracle 中的游标(用Javase中Iterator 类比之)
当使用 pl/sql 查询 Oracle 数据库时,有时我们想输出多条记录的数据。:select * from scott.emp;这时,我们一定会想利用循环来输出。但是,在pl/sql 中是没有数组类型的,那么用什么来暂时保存查询出来的结果集那?这时。就要使用 cursor(游标)。1.定义游标:...
分类:数据库   时间:2014-08-01 15:36:01    阅读次数:260
Couldn't read row 0, col -1 from CursorWindow
java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data fr...
分类:Windows程序   时间:2014-08-01 12:59:01    阅读次数:321
css cursor鼠标指针光标样式default pointer hand url
Css cursor鼠标指针鼠标光标样式教程篇 (体感音乐)我们在DIV CSS布局时候,我们会遇到对对象内鼠标指针光标进行控制,比如鼠标经过指针变为手指形状等样式,接下来我们介绍鼠标指针样式cursor控制。系统默认鼠标指针样式外,可以通过CSS设置图片为鼠标指针,常见有些网站鼠标指针是各种各样小...
分类:Web程序   时间:2014-08-01 10:38:41    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!