| Debug de conexões SSL 1 day ago by Alexandre Dica simples, de como ver os detalhes de uma conexão SSL. Necessário apenas ter o openssl. openssl s_client -connect smtp.gmail.com:465 Funciona para qualquer conexão SSL. malucelli.net - blog.malucelli.net |
| FirePHP – answer your PHP calls 1 day ago by admin Couple with Firebug, you can log all your PHP method calls with FirePHP. Ideal tool for AJAX/JSON/XML Developer. You belong with us - youbelongwith.us/wordpress |
| HTC Hero – Using the adb shell commands in Ubuntu! 1 day ago by sinnadyr My god I have been reading a lot in different forum threads, so I think there are more people then me that needs a little help with this. Tried to gather the most relevant and working methods, and just make a little forum post on how to use the adb (android debug bridge), part of the Google system d ... Wilhelmsen - wilhelmsen.wordpress.com |
| Debug SWF 文件 1 day ago by 唐伯鼠 事实上我一直很好奇像FDT这样的第三方工具是怎么实现swf文件的调试的,因为之前我也尝试过用ant手动编译swf文件,可编译完成后只能手动打开编译好的swf文件,更别说debug这个swf了。 今天用法fd来编译swf的时候偶然发现它调用了fdb这样一个命令,于是上网查资料,发现原来我们竟然可以在命令行里debug swf文件,不仅仅是trace我们甚至可以断点,条件断点,查看堆栈和变量,甚至可以set变量。 好强大的flex sdk 具体的调试方式请看 http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3 ... Hao Blog - moremorefun.net |
| What are Object’s in Programming 2 days ago by zaheedk The very basis of Object Programming relies on the concepts of Objects. So what are objects? and how do they the working of OOP’s. Before we start understanding object’s under OOP’s lets us first try and understand objects from real world. Let us consider a table lamp, which is lying on our desk. Th ... Zaheed's Blog - zaheedk.wordpress.com |