I played with selenium and its a nice api. but somehow if I use it under asp.net sometime processes does not die. so I need to kill their process trees.
taskkill /T /F /IM chromedriver.exe
Sunday, September 28, 2014
Thursday, September 25, 2014
android decompile
d2j-dex2jar.bat -f -o apk_jar.jar ../com.someapplication.apk
sonrasında java decompiler ile jar açılır
sonrasında java decompiler ile jar açılır
Subscribe to:
Posts (Atom)
mounjaro day 11
I am doing 48 hour fast so far so good, one thing I realized mounjaro slow down my digestion a lot, thats why I do these fast, it's not ...
-
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...
-
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...