`
文章列表
First approach You can provide credentials in URL itself it means we will add username and password in URL so while running script it will bypass the same. Syntax http://username:password@url Example : http://mukeshotwani:password1234@www.xyz.com   If username/password contanis the following ...
Conversation scope The conversation scope holds state associated with a user of the system, and spans multiple requests to the server.A conversation represents a task—a unit of work from the point of view of the user.   The conversation context is active during any JSF request. Most conversation ...
原文地址: http://www.toolsqa.com/selenium-webdriver/custom-firefox-profile/ What is Profile Firefox saves your personal information such as bookmarks, passwords, and user preferences in a set of files called your profile, which is stored in a separate location from the Firefox program files. You can ...
Install GNOME GUI on RHEL 7 Linux Server   I have centos 6.3 minimal running as web server. I’m looking to install gui to my server to vnc to my server. You can install a group of packages with groupinstall command on centos, fedora, or red hat. All you have to do is to install the whole group of ...
PHP http://php.net/ phpMyAdmin http://www.phpmyadmin.net Error compiling PHP on CentOS x64   一、安装Apache 请参阅http://billben.iteye.com/admin/blogs/1985244   二、安装依赖包 sudo yum install gd sudo yum install libpng-devel sudo yum install libjpeg-devel sudo yum install libxml2 sudo yum install li ...
1. 在standalone.xml配置文件中添加system-properties:     <system-properties>        <property name="org.apache.cxf.logging.enabled" value="true"/>    </system-properties>   2. 在logging subsystem中添加: <subsystem xmlns="urn:jboss:domain:logging:2.0"> . ...
the CollabNet user information center http://help.collab.net/   How do I create a new Wiki page? A CollabNet TeamForge project can have any number of Wiki pages. All Wiki pages are linked, and their relationships are traced on the Back Links tab of each Wiki page. Click Wiki in the project nav ...
Open Source Obfuscators ProGuard http://java-source.net/open-source/obfuscators/proguardProGuard is a free Java class file shrinker and obfuscator. It can detect and remove unused classes, fields, methods, and attributes. It can then rename the remaining classes, fields, and methods using short m ...
1. 在备份SVN服务器上建立版本库    svnadmin create test 2. 创建pre-revprop-change文件     cd test/hooks/     cp pre-revprop-change.tmpl pre-revprop-change     chmod 755 pre-revprop-change 3. 修改pre-revprop-change文件     vim pre-revprop-change     将exit 1改为exit 0 4. 初始化     svnsync init file:///var/svn/repos ...
http://blog.akquinet.de/2012/11/01/connecting-visualvm-with-a-remote-jboss-as-7-eap6-jvm-process/ VisualVM is a useful tool for monitoring and simple profiling of JVM processes. It integrates various command line tools of the JDK such as jstat, jinfo, jstack into a graphical UI. The tool is part o ...
contact-list https://github.com/flyerhzm/contactlist       在一项目中使用了contact-list获取邮箱通讯录,因作者没有时间继续更新这个项目,现在不能取得163邮箱通讯录。         我对OneSixThreeImporter做了一些修改,可以获得联系人了。其中contactsUrl 使用了 "http://tg4a84.mail.163.com/jy3/address/addrprint.jsp",使用Jsoup解析DOM。       在pom中需增加jsoup:     <de ...
mongoDB http://www.mongodb.org/  Morphia https://github.com/mongodb/morphia DZone  http://architects.dzone.com/articles/using-morphia-map-java-objects MongoDB with Querydsl http://blog.mysema.com/2010/11/mongodb-with-querydsl.html Querydsl  http://www.querydsl.com/ Morphia is a lightweight typ ...
The Blog  http://blog.jyore.com/?p=234 Introduction When it comes down to it, logging is one of the most important parts of an application. Logging, when done correctly, allows us to monitor code behavior and find bugs for example. JBoss has its own implementation of the popular logging framewor ...
MPlayer http://www.mplayerhq.hu/ FFmpeg http://ffmpeg.org/   使用mencoder转码 安装mplayer和mencoder # yum install mplayer   RPMForge Repository Dependencies Resolved: ===============================================================  Package                       Arch     Version                    ...
import java.io.IOException;import java.net.URL;import java.util.ArrayList;import java.util.List; import org.jsoup.Jsoup;import org.jsoup.nodes.Document;import org.jsoup.select.Elements; import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException;import com.gargoylesoftware.htmlunit.HttpMe ...
Global site tag (gtag.js) - Google Analytics