Java Screencast Tutorial 7 – Conditionals (If Statements)
in this tutorial: – if statements – else statements – comparison operators
in this tutorial: – if statements – else statements – comparison operators
Dana Gray presents the basics of regular expression string matches. How to match word chars, positional anchors, capturing and non-capturing parenthesis, grouping, character classes.
The talk shows how we can implement a rigorous, yet agile process. It is based around our experiences of putting the good idea of continuous integration and other agile methods into life and using this as the basis not just for the technical process, but for the whole improvement program …
Linus Torvalds visits Google to share his thoughts on git, the source control management system he created two years ago.
This tutorial demonstrates how to put together a basic JSF war file for deployment to a Tomcat 6 server, although the simple WAR file can be deployed to any Servlet Engine, be it WebSphere, WebLogic, Glassfish, Oracle, etc. This tutorial demonstrates how to create a proper war structure, do a …
The first part of this talk describes the main principles behind MySQL’s query optimizer and execution engine, how the optimizer transforms queries into executable query plans, what these plans look like, and how they are executed. The second part of the talk describes the major improvements in the query engine …