One of the best tool for drawing a diagrams is MagicDraw UML, here is the link.
Friday, July 22, 2011
Thursday, July 21, 2011
Wednesday, July 20, 2011
How to Skype with Privatbank in Ukraine
In order to Skype with PrivatBank.ua operator click icon of envelope (see screenshot) and then icon of Skype. That's it. Today (July 2011) I tried to skype with privatbank this way and I was frustrated, because click on this link opened for me window for "Download Skype", but not for making a call... oops...
Tuesday, July 19, 2011
Android Java code samples
Here are some links on samples of Java code for Android integration with different API:
1. Android integration with Picassa
2. Android integration with Flickr
1. Android integration with Picassa
2. Android integration with Flickr
Sunday, July 17, 2011
How to add JARs file to Eclipse
To be brief on it: if you want to add JAR file to Eclipse project do it trough adding it into Properties/Build Path/Libraries/Add JARs:
If you want to know the different ways to add JARs file to your project in Eclipse check this link.
If you want to know the different ways to add JARs file to your project in Eclipse check this link.
Friday, July 1, 2011
RESTful Web Services
What is RESTful Web Services?
Shortly it is REpresentational State Transfer (REST).
More about REST read this article.
Shortly it is REpresentational State Transfer (REST).
More about REST read this article.
Wednesday, June 29, 2011
Mysql commands
Show mysql td table process_stage
select * from process_stage;
Change the process stage
update process set stage_id = 7, process_type_id = 1;
select * from process_stage;
Change the process stage
update process set stage_id = 7, process_type_id = 1;
How to skip tests in maven
Here is the command that excludes tests during mvn package:
mvn -Dmaven.test.skip=true package
or
mvn package -DskipTests
Consult this example from appach site: http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html
mvn -Dmaven.test.skip=true package
or
mvn package -DskipTests
Consult this example from appach site: http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html
Thursday, June 23, 2011
Subscribe to:
Posts (Atom)

