gün içinde sıkça
telnet ipadresi port
diyip bir makinenin diğer makineye bağlı olup olmadığını belirli porttan kontrol etmemiz gerekiyor. fakat bugün root olmadığımız bir linuxde telnet kurulu olmadığını fark ettim. hemen java classımı kondurdum buyrun ihtiyaç olursa
derlemek için
javac telnet.java
kullanımı
java telnet 10.210.60.55 22
yukardaki ipnin portuna bağlanmaya çalışır bağlanırsa success değilse problem ve sebebini yazar. koduda şöyle
Showing posts with label java geek. Show all posts
Showing posts with label java geek. Show all posts
Wednesday, November 07, 2012
Thursday, October 25, 2012
eclipse de junit test fail fonksiyonu kayboldu
aşağıdaki class ı aldım junit testleri denemeye çalışıyorum. çokta bildiğim bir alan değil. neyse geliştirdim kendi servislerimi falan yazıyorum springle birleştirdim falan derken aşağıdaki fail("") fonksiyonu hata vermeye başladı. benim el alışkanlığımdır ctrl+shift+f ve ctrl+shift+o bakıom bakıom yok bu fonksiyon. ni olduki nere gitti bu derken aşağıdaki koddaki static import satırını gördüm hağ dedim. sonra test ettim eclipse silmiş onu hakkaten zira bende commentlemiştim o satırı :). neyse eclipse in bunu silmemesini sağlamak için gereken ayar şöle
Subscribe to:
Posts (Atom)
playwright in junie
{ "mcpServers" : { "playwright" : { "command" : "npx" , "args" : [ ...
-
I know its been a long time I have not write anything. because I have not learn or done any new things. I dont want to write regular meaning...
-
in .net 2 if you want to show your application in system tray . you need to add notify icon to your application and set the "ShowInTas...
-
if you have wl11 ejb server and in that environment generated ejb client and deploy to wl12 it will give you this exception java.lang.NoSu...