Davvero molto accurato il risultato, circa il 90% della banda effettiva segnata dal router
picasso tribute
article source : http://www.delphi3000.com/articles/article_525.asp?SK= author : Igor Siticov For creating file associations you should make some registry changes and inform Windows explorer about your changes. For launching your program as default for all unregistered file types just associate it for “*” file type. The following unit includes realization of function for creating file association. See…
Leggi tutto
Today i found some great post to make an integration between JAVA and static library genetated with C++ using JNI. post links : http://forum.java.sun.com/thread.jspa?threadID=786600&messageID=4484880 http://www.inonit.com/cygwin/jni/helloWorld/ stay tuned ivan…
In this article we see how can we deploy a web service, you need to have apache, tomcat and axis up and running. To publish a simple webservice: Create a simple text file, for example “Somma.jws” like this
1 2 3 4 5 |
public class Somma { public int somma(int a, int b) { return a+b; } } |
Put this file in the axis directory, for example: /usr/local/apache-tomcat-6.0.13/webapps/axis the web service is already available…
Leggi tutto
Sicuramente lo sapevate già , ma Delphi vi da la possibilità di inglobare nel vostro eseguibile codice C++ in modi diversi. Questo nonostante la vastità di componenti VCL oggi disponibili è sicuramente un fattore a grande vantaggio dell’ambiente , considerando la vastità di codice scritto in C/c++ per i diversi sistemi. Un modo abbastnaza interessante e…
Leggi tutto