|
Text Guard 1.1.3301
36 days ago
by Prem1on
Text Guard is handy utility for information protecting. Features: 1) Encodes HTML pages 2) Protects information from beeing stolen 3) Password protect HTML pages 4) Can protect whole page and any part on the page, as well 5) Protects website from offline browsers 6) Protects emails from spamming sof ...
Prem1on Software Updates - software-updates.prem1on.com · 7 references
|
|
java开发人员面试总结。
36 days ago
by jim.jin
作者07年毕业,毕业后一直从事于javaEE、ssh框架的B/S架构的软件开发工作,算是三年多相关的工作经验,呆了两个公司。最近离职重新找工作,面试了n家公司,颇有感慨,希望写出面试经历与大家分享。 首先,面试前的准备。 准备应包括几个方面,一是简历。简历不能太长,但毕竟有三年多的经验,按照每半年一个项目,则至少写6个项目,不要写太多。其次就是复习一下java的基础知识。如java中的io、集合、多线程,ajax、jsp、servlet、spring、struts、hibernate等基础知识。 其次,投简历。 一切准备好后就可以开始投简历,投简历后一般两天后陆续会有公司打电话面试。也有时间长 ...
IT公司面试手册 - mianwww.com · 1 reference
|
|
java读取properties文件
36 days ago
by jim.jin
java读取properties文件 一. .properties 文件的形式 ========================================================== # 以下为服务器、数据库信息 dbPort = localhost databaseName = mydb dbUserName = root dbPassword = root # 以下为数据库表信息 dbTable = mytable # 以下为服务器信息 ip = 192.168.0.9 ······ 在上面的文件中我们假设该文件名为: test.properties 文件。其中 # 开始的一 ...
IT公司面试手册 - mianwww.com · 1 reference
|
|
GWT – den CI Build beschleunigen
36 days ago
by Norbert
Um ein CI-System sinnvoll zu nutzen, muss der Build möglichst schnell laufen. Dazu gehören neben dem Unittests auch der GWT Compiler und an beiden Stellen gibt es einige Optimierungsmöglichkeiten die wir heute mal betrachten werden. GWTTestCase auf gwt-unit-test migrieren GWT bietet GWTTestCase um U ...
Phpmonkeys - phpmonkeys.de · 6 references
|
|
推荐一本新书《Struts2技术内幕》
36 days ago
by Ken
陆老师的新书终于问世了,第一时间拿到了样书。虽然之前断断续续也看过部分书稿,但这还是第一次看到全文书稿。还没看完,但绝对是一本值得推荐的Struts2技术书籍。 Struts2作为非常常见和普及的Java MVC框架,很多项目都在用,但是我看到不少人用的时候还是很随意的。国内目前的企业应用开发领域,其实最缺的就是知其所以然。用很多人都会用,但是到底应该怎么用,什么才是最佳实践呢? 我打算写点读书笔记,这篇算是个引子,也算帮陆老师打个广告。 购书链接: 京东 当当 亚马逊 部分章节电子版: 第二章: http://blog.demo2do.com/inside-struts2/2012/01/g ...
IT民工的坐井观天 - 1x3x.net/blog · 5 references
|
|
Parallele jUnit-Tests ausführen
36 days ago
by pennywise
Hatte ich gestern mal gesucht und folgendes gefunden: Scheduling Junit tests with RunnerScheduler for a concurrent execution | junit.org
schwobeseggl.de - schwobeseggl.de · 5 references
|
|
Java Final Keyword
36 days ago
by Tyro
A java variable can be declared using the keyword final. Then the final variable can be assigned only once. A variable that is declared as final and not initialized is called a blank final variable. A blank final variable forces the constructors to initialise it. Java classes declared as final canno ...
csetyro - csetyro.blogspot.com
|
|
Day 4: Some Tips
36 days ago
by Joe
This morning, I tried to create a JAR file manually by following the instructions on Oracle's website, but I failed to include all of the third-party libraries that I needed as ClassDefNotFoundError kept being thrown every time I tried to execute the JAR file. I spent maybe an hour or so trying to g ...
The Traveling Computer ... - thetravelingcs.com
|
|
Links from January 4, 2012
36 days ago
by ernie
These are my links from January 4, 2012 Video: PBS Arts from the Blue Ridge Mountains: Give Me the Banjo | Watch The Arts Online | PBS Video – Nice show about the banjo. Narrated by Steve Martin ""Give Me the Banjo" is a musical odyssey through 300 years of American culture." video pbs banjo I am a ...
WebliminalBlog - webliminal.com/webliminalblog · Rank: 118,137
|
|
Aprendendo Padrões de Projeto - Parte I
37 days ago
by Samuel Thiago
Existem muitos Padrões de Projetos: os padrões fundamentais originais (conhecidos como GoF), os padrões J2EE da Sun, os padrões JSP, padrões arquiteturais, padrões de projeto de jogos e muitos outros. Porém para iniciar o aprendizado de padrões é importante conhecer os padrões GoF originais é import ...
stthiaggo - stthiaggo.blogspot.com
|