摘要:
Maybe you met these exceptions sometimes: 1. Chrome Driver The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see https://github.com/... 阅读全文
摘要:
Selenium3 有哪些变化? 其实相对于与Selenium2,Selenium3没有做太多的改动。下面给出官方的文档说明,供参考。 参考文档:https://seleniumhq.wordpress.com/2013/08/28/the-road-to-selenium-3/ “... 阅读全文
摘要:
download place:https://launchpad.net/test-db/ ,choose this file from the right panel:employees_db-full-1.0.6.tar.bz2 this is the full version. unzip this file and cd to this file ,then use mysql co... 阅读全文
摘要:
First step setup for the pom.xml with hibernate dependency , hibernate dependency need to before the struts2,because the javassist dependency com.google.guava guava RELEASE ... 阅读全文
摘要:
/path/to/local/repo --> C:\Users\ahu\.m2\repository org.mortbay.jetty org.codehaus.cargo releases deployment deployment12... 阅读全文
摘要:
Technorati 标签: psexec,run as administrator,UAC java.io.IOException: Cannot run program "psexec.exe": CreateProcess error=740, The requested operation requires elevation at java.lang.ProcessBuilder.... 阅读全文
摘要:
Technorati 标签: maven,nexus 1. download the Nexus from website for free version: 2. Run the Command prompt with administrator privilege . http://blog.csdn.net/zwc0910/article/details/17349111 http://w2... 阅读全文
摘要:
here give a solution for excel file change the excel configuration these: Set Excel file path in current project location: ${projectDir}//Projectname//your excel file name Excel Worksheet,Start a... 阅读全文
摘要:
http://w3facility.org/question/how-to-programmatically-new-a-java-class-which-implements-sepecified-interface-in-eclipse-plugin-development/OpenNewCla... 阅读全文
摘要:
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause:... 阅读全文
摘要:
转自: http://www.cnblogs.com/JemBai/archive/2010/11/10/1873954.html struts+spring action应配置为scope="prototype" 但是对那些Dao的实现类推介scope=“singleton” ,因... 阅读全文
摘要:
Follow the guide in this page:http://blog.csdn.net/topwqp/article/details/8882965problem met :Description Resource Path Location TypeThe superclass "j... 阅读全文
摘要:
聚集在上海张江高科技园区,具备理工科背景,常常深居简出,工作勤奋,拙于表达。他们薪水很高,却不太会消费;他们有自己特有的浪漫,却难以招女孩喜欢;他们智商很高,却普遍想法简单。 他们被武断地概念化为“张江男”。 专家说,他们是一群不懂生活的“废弃生命”;老人们说,他们是可靠的结婚对象;女孩们说,他们更... 阅读全文
摘要:
可用截止测试时间 2015-01-12github相关的hosts207.97.227.239 github.com65.74.177.129 www.github.com207.97.227.252 nodeload.github.com207.97.227.243 raw.github.com2... 阅读全文
摘要:
CucumberPeople 网站:http://alterhu.github.io/CucumberPeople/This eclipse plugin based onRubyMine,and It includes all Cucumber Features you known,But It'... 阅读全文
摘要:
refer this document: http://blog.chinaunix.net/uid-20749563-id-718418.html @Inject注入方式,用@Inject来标识那个方法被注入 @ImplementedBy(Class)的注释方式。可以直接从你的接口指向一个缺省的实现,而省略掉对com.google.inject.Module的实现。其实这样就违背了多态的原则,一... 阅读全文
摘要:
org.eclipse.ui.menus locationURI MenuContribution locationURI = “[Scheme]:[id]?[argument-list]” 1.menu or toolbar 2. problem view popup:org.eclipse.ui.views.ProblemView?after= org.eclipse.u... 阅读全文
摘要:
Eclipse 插件开发 -- 深入理解菜单(Menu)功能及其扩展点 菜单是各种软件及开发平台会提供的必备功能,Eclipse 也不例外,提供了丰富的菜单,包括主菜单(Main Menu),视图 / 编辑器菜单(ViewPart/Editor Menu)和上下文菜单(Context Menu)。在 Eclipse 中,几乎所有的 Workbench Part 提供了人性化的菜单,大大方便了用户的... 阅读全文
摘要:
http://codeandme.blogspot.com/2012/04/expression-examples.html We need to set checkEnabled on the visibleWhen element to false, otherwise the expression will not be active. The withsection uses active... 阅读全文
摘要:
eclipse plugin development: E:\workspaces\Eclipse_workspace_rcp\.metadata\.plugins\org.eclipse.pde.core\Eclipse Application set the preferencestore in where: setPreferenceStore(Activator.getDefaul... 阅读全文