最近看的关于网络爬虫和模拟登陆的资料,发现有这样一个包mechanize ['mek?.na?z]又称为机械化的意思,确实文如其意,确实有自动化的意思。mechanize.Browser and mechanize.UserAgentBase implement the interface of u...
分类:
其他好文 时间:
2014-07-20 10:13:11
阅读次数:
213
此为目录,会常时间更新。没有的我会慢慢补上去,共同进步。(绿色为已经完成)LDAP介绍一、基础1、LDAP基础概念2、LDAP基础功能(重点为搜索:ldapsearch)二、install(非重点部分)1、编译安装2、yum安装(推荐)三、WEB控制台1、phpldapadmin2、lam四、Apache+ldap实现访问验..
分类:
其他好文 时间:
2014-07-19 02:22:45
阅读次数:
190
近年来,随着Internet/Intranet建网技术的飞速发展和在世界范围内的迅速普及,计算机
应用程序已从传统的桌面应用转到Web应用。基于B/S(Browser/Server)架构的3层开发模式逐渐取代C/S(Client/Server)架构的开发模式,成为开发企业级应用和电子商务普遍采用的技术。
在Java语言中,JDBC(Java DataBase Connect...
分类:
数据库 时间:
2014-07-18 22:25:21
阅读次数:
368
Turbolinks[1]:Turbolinks makes following links in your web application faster.Instead of letting the browser recompile the JavaScript and CSS between ...
分类:
移动开发 时间:
2014-07-18 21:03:11
阅读次数:
253
Shiro 是一个强大而灵活的开源安全框架,能够非常清晰的处理认证、授权、管理会话以及密码加密。如下是它所具有的特点:易于理解的 Java Security API;简单的身份认证(登录),支持多种数据源(LDAP,JDBC,Kerberos,ActiveDirectory 等);对角色的简单的签权...
分类:
其他好文 时间:
2014-07-18 19:21:32
阅读次数:
292
用过plsql的都知道,双击表名默认是【展开/关闭】。
习惯了MySql Workbench或者Sqlserver Management Studio等管理工具的可能不太适应。
直接上解决办法:
Tools -> Preferences -> User
Interface -> Browser -> Object
type(Table) -> Double-click
Actio...
分类:
数据库 时间:
2014-07-18 15:10:55
阅读次数:
271
```php /** * Creates a new model. * If creation is successful, the browser will be redirected to the 'view' page. */ public function actionCreate()...
分类:
其他好文 时间:
2014-07-18 08:35:27
阅读次数:
250
windows phone 开发中web browser的使用技巧
自动清除firefox缓存1.在firefox的地址栏上输入about:config回车2.找到browser.cache.check_doc_frequency选项,双击将3改成1保存即可。选项每个值都是什么含义的。请看下面的解释:0: Once per session 每个进程一次 每次启动Fi...
分类:
其他好文 时间:
2014-07-13 22:51:53
阅读次数:
280
如果有两个平级的frame,跳进一个以后操作完成再操作第二个,这种情况要先跳出来,再跳进另外一个frame跳出语句:browser.switch_to_default_content()#coding:utf-8from selenium import webdriverimport timeurl...
分类:
Web程序 时间:
2014-07-13 09:06:28
阅读次数:
311