Monday, October 26, 2009

Hair Dresser Wordpress Theme

Galileo Install Eclipse on Ubuntu 9.10

Hello everyone, here is a post
really easy to work correctly with Eclipse Galileo Ubuntu 9.10 (I'll never stop complimenting myself for having updated ...). In practice, normally part of the environment, but almost all the buttons are not functional for confirmation and then will not be able even to define your preferred JDK.
  • first download the tar.gz from the official site and scompattiamolo in a directory you like, let's say / opt / eclipse.
  • After that we go to the home of Our user trust (the one from which we plan to launch eclilpse).
  • If you do not yet exist, we create the bin folder and inside, with good old there, we create the file "eclipse".
  • writing in the file the following lines in "shallese"
# / usr / bin / bash export
GDK_NATIVE_WINDOWS
1 = `/ opt / eclipse / eclipse-vmargs-Xms128M-Xmx512M-XX: PermSize = 128M-XX: MaxPermSize = 512M &> / dev / null `&
  • Now granted execute permissions to the file just written. It will be a sufficient "chmod 775 eclipse".
  • Create an icon on your taskbar to bring up the eclipse executable file that you created and you're done.

Monday, October 5, 2009

Phrases For A Birthday Party

Rome

I just returned from Rome.
Ten days of joys and meetings, and frustrated desires.
I went to attend the wedding of my first granddaughter, Elena, and to find myself with my brother and his family. Been years since we were all together. So I found out I had grandchildren really smart that way. I have scattered all over Italy. I'm proud of them all.
I have been to stay in a residence run by Salesian Sisters. A room with a bathroom that I did not regret the hotels too. But I could not choose other accommodation. There, I was a hundred close to the house of my brother, and I realized that this distance marks the end of my independence, especially when I returned to my room with an uphill journey.
And Rome? I enjoyed a tour of the city on an open top bus that made me go around the center. And various stops going down and I turned Marica as a guide for areas that I consider among the world's most fascinating, Bossi permitting. I've seen beautiful places, beautiful shops, people who were really alive and full of humanity. All positive or lunch at a restaurant in Trastevere, where I found the lost flavors. And at reasonable prices.
So, Taormina Rome before and after they made me touch hand with the only positive thing that there is no longer my Lara: travel that we can now do that before and there were no permits for the age and health of my sweet dog.
Rome is full of dogs. Of all races, sizes and ages. I have met many a walk with their owners! And with so many I stopped to make friends. It seemed that they knew that I had a dog and now it remains only for the memories and the emptiness of his affection.
Then, I decided to make a trip out of town, castles, we found ourselves in. .. Castelgandolfo. The only one who just did not interest us. Beautiful lake, and the dearest rate at which we were assigned to do a lap without defined goals. But the taxi driver had no idea what might be of interest to a tourist. A lamb with a tasty lunch, thinking about what he would say Giò. Then with all the accompanying salad, fruit, and how much more there was a vegetarian.
And when we hit the road and landed in Catania, I thought that I wanted to do and I could not do: Meet the beloved Tintus, our sweet That vanished. But I just do not know how to reach you. You will have news? Big hugs. GG

Thursday, October 1, 2009

Women Who Like To Be Strangled

Install PHP on Windows

Hello everyone, here is a quick how-to on how to install php on windows. I guess you already have apache installed and running as well as mysql.

We come to us:

- Unpack php in c: \\ php (or wherever as long as you remember the path)
- Rename the file php.ini-dist to php.ini
- Move the file php5ts.dll in c: \\ windows
- change the configuration of Apache (usually httpd.conf) by adding LoadModule directives in the queue to the following block:

LoadModule php5_module "c: / php/php5apache2.dll"
AddType application / x-httpd-php. php
PHPIniDir "c: / php"

also add

DirectoryIndex index.php

- Restart apache
- libmysql.dll Copy from c: \\ php to c: \\ windows
- Set the following properties in the php.ini

extension_dir = "c: \\ php \\ ext" extension = php_mysql.dll


Our installation is complete. Now we go into the document root of Apache (usually htdocs) and create the index.php page. Inside insert the following script:



If now we load the page from a browser can check the flight operation of our php and works included allows us to control all forms installed.

fun.

Pokemon Silver Rom For Vba

Log4J and JMSAppender

These days I'm struggling with Log4J. We come to the point.

I need to save text messages in a JMS queue under certain critical circumstances, typically the exceptions, that represent significant problems for my middleware. Apache ActiveMQ JMS broker is running and in my application server via RAR (Resource Adapter). The execution context of a WebApplication.

Well, for the correct operation of the JMSAppendervi need to configure it first in the log4j.properties :

log4j.appender.jms = org.apache.log4j.net.JMSAppender
log4j.appender.jms.InitialContextFactoryName = org.apache.activemq.jndi.ActiveMQInitialContextFactory
log4j.appender.jms.ProviderURL = tcp: / / localhost: 61616
log4j.appender.jms.TopicBindingName = sampleTopic
log4j.appender.jms.TopicConnectionFactoryBindingName = TCF

log4j.logger.it.lucia.test.logging.JMSLogger = fatal, jms

Ok, perfect. Let's say that if you have this particular requirement, I can imagine that you are confident enough with the log4j.properties and then I will not explain the meaning of the configuration.
only event, with the last line, set the logger "jms" in default "fatal" for my class it.lucia.test.logging.JMSLogger. This means that when you're going to use the method "log.fatal" within that particular class, not going to write to the log file but usually trigger an operation queuing in a transparent manner using the JMS API.


Of course this is not enough.
ActiveMQ requires that the objects defined above in the log4j.properties, are also defined in the file jndi.properties , although the same objects are already set up jndi and reach of the web application using a regular object InitialContext. Let's then define the ConnectionFactory and the topic on which you want to log messages. Here's what you need to enter into the jndi.properties:


java.naming.factory.initial = org.apache . activemq.jndi.ActiveMQInitialContextFactory
java.naming.provider.url = vm: / / localhost
connectionFactoryNames = TCF =
topic.sampleTopic sampleTopic

Remember that jndi.properties must be within your classpath and then a good place to put it is the root of your package so then to find it in your classes once they are completed.


It 's done. Now you just call from your code:


Logger log = Logger.getLogger (this.getClass.getName ());
....
log.fatal ("This text will be loaded as a message in sampleTopic Topic ");

Beware that the call" log.fatal "act on JMSAppend er only when we make the call from within the class JMSLogger, the invocations" log.fatal " made from other classes are going to log sull'appender default (typically the log file and the terminal) or set on appender via log4j.properties.

For the moment is everything. The next .

Where Does Raquel Reed Shop

Why BummoloMalandrino

Hello,
I do not pretend to be the world's leading experts in IT, I would not be here if I were that person
:-) What I have learned so far is that the Internet is a great "melting pot" of information within which we often find "ingredients" not overcooked. Pass me the metaphor
edible, but how many times looking for the solution to your problem you have arrived at a site that promised the most beautiful miracles and then you discover that the solution was exposed to incorrect or incomplete, or worse still not working? Yes? Have you ever? Well, me too, too many times!
In light of this consideration, I decided to dedicate myself to this blog with the intention to post from time to time solutions, more or less complex, the various problems that I am to solve because of my work.
BummoloMalandrino Why? Why do I claim (yes, there are really very modest) bummolo be just like the villain. What is this? An object originating in ancient Sicily, which performs its function in a simple, yet intelligent.