双击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 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.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
最近项目需要使用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来判断浏览器是来自移动设备还是pc设备!代码如下:var browser={ versions:function(){ var u = window.navigator.userAgent; return { ...
分类:
移动开发 时间:
2014-08-27 12:53:37
阅读次数:
243
本文系统:Centos6.5_x64ip:192.168.28.139客户端:192.168.28.141一、ldap的部署、用户信息的存储二、利用ldap数据库用户登录其他主机三、快速登录主机(无需输入密码)推荐大家可以先了解下AD域的结构,一些概念性的东西,比如树、林、组织单位、资源等openldap可以看作是nis..
分类:
其他好文 时间:
2014-08-26 03:00:16
阅读次数:
483
curl是利用URL语法在命令行方式下工作的开源文件传输工具。它被广泛应用在Unix、多种Linux发行版中,并且有DOS和Win32、Win64下的移植版本。概念编辑它支持很多协议:FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 以及 LDAP...
分类:
其他好文 时间:
2014-08-25 21:08:14
阅读次数:
1253
'; echo ldap_error( $conn ); exit; } #print_r($info); if( $info) { $values = @ldap_get_values_len($conn, $entry, ...
分类:
Web程序 时间:
2014-08-25 19:14:24
阅读次数:
241
ldap_host=$ldap_host; $this->ldap_dn=$ldap_dn; $this->ldap_user_group=$ldap_user_group; $this->ldap_manager_group=$ldap_manager_g...
分类:
Web程序 时间:
2014-08-25 19:13:14
阅读次数:
351
1 ldap_host=$ldap_host;113 $this->ldap_dn=$ldap_dn;114 $this->ldap_user_group=$ldap_user_group;115 $this->ldap_manager_group...
分类:
其他好文 时间:
2014-08-25 19:11:04
阅读次数:
313