码迷,mamicode.com
首页 >  
搜索关键字:browser    ( 2874个结果
Fedora10下建立linux系统的窗口没有地址栏
Fedora10下建立的linux系统窗口没有地址栏打开一个文件夹就打开一个窗口,还没有地址栏,这很麻烦也不习惯。另:打开地址栏可以用组合键 Ctrl+L如图解决:edit---perferences---behavior----always open browser windows选择选项alwa...
分类:系统相关   时间:2014-09-02 12:01:54    阅读次数:280
精彩代码回放:jQuery实现的浏览器类型和版本检测
请使用特定版本的jQuery:jQuery 1.5.1~jQuery 1.8.3,1.9版本以上$.browser被废弃了,如果有问题,请email我http://www.gbtags.com/gb/rtreplayerpreview/42.htm
分类:Web程序   时间:2014-08-31 09:12:00    阅读次数:214
javascript学习大总结(四)BOM和DOM详解
我们都知道,javascript有三部分构成,ECMAScript,DOM和BOM,根据宿主(浏览器)的不同,具体的表现形式也不尽相同,ie和其他的浏览器风格迥异。1DOM是W3C的标准;[所有浏览器公共遵守的标准]2BOM是各个浏览器厂商根据DOM在各自浏览器上的实现;[表现为不同浏览器定义有差别,..
分类:编程语言   时间:2014-08-29 03:03:27    阅读次数:375
html5 canvas画饼
1.[图片]lxdpie.jpg?2. [文件] lqdpie.html ~ 801B 下载(7) 刘强东吃饼 Your browser does not support the HTML5 canvas tag. 3. [文件] pie.js ~ 3K...
分类:Web程序   时间:2014-08-28 18:02:55    阅读次数:421
PL/SQL Developer实现双击table表名查询
双击table默认为Expand/Collapse 展开/折叠 有时需快速查看该表数据,如果写select * from tab会显得麻烦,我们可实现双击table来进行快速查询方法为:Tools -> Preferences -> User Interface -> Browser -> Object type(Table) -> Double-click action(Query Data)...
分类:数据库   时间:2014-08-27 23:33:48    阅读次数:480
HTML - HTML Commonly Used Character Entities
HTML Entities Some characters are reserved in HTML. It is not possible to use the less than () signs in your text, because the browser will mix them with tags. To actually display reserved characters, we must use character entities ...
分类:Web程序   时间:2014-08-27 18:54:08    阅读次数:304
Flexigrid列之间的拖拉线条在某些浏览器中不能很好地与栏目边缘重合解决方法介绍
提示:flexigrid.pack.js$("div:eq("+r+")",g.cDrag).css({left:(!browser.mozilla?i-n:i)+"px"}).show();改为$("div:eq("+r+")",g.cDrag).css({left:i+"px"}).show()...
分类:其他好文   时间:2014-08-27 17:53:38    阅读次数:235
Open Phone, SMS, Email,and browser apps of Android in Unity3d
最近项目需要使用Android的一些基本功能,写插件各种悲剧,google了一下,如获至宝。Nice !string url = String.Format("tel:{0}",phoneNumber);string url = String.Format("sms:{0}?body={1}", n...
分类:移动开发   时间:2014-08-27 15:59:37    阅读次数:231
js判断浏览器类型(手机和电脑终端)
工作中经常会用到通过js来判断浏览器的功能!今天这里通过js来判断浏览器是来自移动设备还是pc设备!代码如下:var browser={ versions:function(){ var u = window.navigator.userAgent; return { ...
分类:移动开发   时间:2014-08-27 12:53:37    阅读次数:243
Browser security standards via access control
A computing system is operable to contain a security module within an operating system. This security module may then act to monitoraccessrequests by ...
分类:数据库   时间:2014-08-25 19:00:04    阅读次数:442
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!