تسجيل الدخول

مشاهدة النسخة كاملة : طلب عاجل من أصحاب الجافا


aymane2530
2015-08-24, 10:22
سلام عليكم
اريد طريقة الحصول على plugins RMI for eclipse
مجانا لي عندوا طريقة او فكرة يساعدنى و اجركم على الله
شكر مسبق

khaled lat
2015-08-24, 10:24
plzz 7al ???

aymane2530
2015-08-28, 16:23
upupupupupupupupupupupupupupupupupupupupupup

sami bett
2015-08-28, 16:53
وَعليكم السَّلام.

يمكنك البرمجة بالـ RMI في الجافا بشكل عادي، وَلا تحتاج إلى أي Plugin.

sami bett
2015-09-04, 11:58
وَعليكم السَّلام وَرحمة الله تعالى وَبركاته.

Sister noriya (http://www.djelfa.info/vb/member.php?u=578164),
Firstly, thank you for your trust
For the computer sciences, programming and development, we will help you as much as possible nchlh
As for the topic to exchange informations and knowledge, we will be here bi idhni ALLAH

sami bett
2015-09-04, 18:54
In the reply box, check this tool
http://www.djelfa.info/vb/images/editor/switchmode.gifhttp://www.djelfa.info/vb/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAAB iS3YzAAAAdElEQVQ4jeXSMQ7AIAwDQD7ob/qb7hQJVSVxKEvVSAwsR0wyxmcLgI6CJAVAJM/B0WXVbetRByUpSR4a0eM8dXMHAQpIup6heMABS3R1z8AUXVUWe Qut/rCNVpHb8d0p22hnbSx0BquYrzfgWGWD2R7WP+oCV5zpk+JGiyg AAAAASUVORK5CYII=
Drag your cursor on the member name for select, copy, and paste it in the reply box.

This is the easiest way to do it

sami bett
2015-09-04, 19:47
There is another method to do
So easily, write what you would in the reply box, select the text which you would to reference it by a link, and click on this tool http://www.djelfa.info/vb/images/editor/createlink.gifin the toolbar of the reply box (always), you will get the same result

01walid
2015-09-08, 20:06
لا تحتاج لأي إضافة محرر للبرمجة بـ rmi فهي من ضمن standard library الخاصة بمنصة جافا

ليليا_سوسو
2015-09-21, 13:07
لاتحتاج لاضافة هي موجودة في package de java

noriya
2015-11-20, 00:34
Salam alikom so our prof can u help us in this algorithme plz soit un algorithme ti contenant que des 0et des 1 écrire un algorithme qui permet de calculer le nombre d'apparition de la succession 010
And finally thank you

sami bett
2015-11-20, 17:25
Salam alikom so our prof can u help us in this algorithme plz soit un algorithme ti contenant que des 0et des 1 écrire un algorithme qui permet de calculer le nombre d'apparition de la succession 010
And finally thank you

وَعليكم السَّلام وَرحمة الله تعالى وَبركاته.

كان يُفَضَّلُ أن يَتِمَّ الطَّرح في موضوع جديد.


import javax.swing.JOptionPane;
public class Apparition {

public static int nbrApp(String s){
int nbr=0;
for(int i=0;i<s.length();i++){
try{
if(s.charAt(i)=='0' && s.charAt(i+1)=='1' && s.charAt(i+2)=='0'){
nbr++;
}
}catch (Exception e) {
break;
}
}

return nbr;
}

public static void main(String[] args) {
try{
String s=JOptionPane.showInputDialog(null, "Veuillez introduire la chaine de caractère SVP", "Entré d'une chaine de caractère", JOptionPane.INFORMATION_MESSAGE);
System.out.println("Nombre d'appirition pour \""+s+"\" ===> "+nbrApp(s));
}catch(Exception e){
System.out.println("Calcul annulé");
}
}

}

sami bett
2015-11-20, 17:41
http://s12.postimg.org/orek9cta5/Apparition_Java.png

noriya
2015-11-28, 15:00
Jazaka allahou khayran

you92cef
2015-12-01, 22:38
تستخدمها عادي بدون اي مشكلة

Nabil_Soft
2016-02-26, 18:38
لا توجد أية اضافة ......