1、建立smtp邮箱服务连接open smtp.sina.com 252、连接上邮箱服务后进行握手操作helo smtp.sina.com3、输入帐号密码进行验证::此步后缓冲区会输出一些字符,你只需要将准备好的base64编码的账户输入,回车后输入同样base64的密码即可auth login4、...
分类:
Web程序 时间:
2014-06-25 22:14:30
阅读次数:
313
(mx.messaging.messages::RemotingMessage)#0
从异常信息中可以发现destination值为空字符串,根本原因是配置文件remoting-config.xml中没有定义destination对应的调用目标。
比如
var classesDao : RemoteObject = new RemoteObject("ClassesDao");
到remoting-config.xml中查找destination标签Id为ClassesDao的声明,没有找到,所以报告如上异...
分类:
其他好文 时间:
2014-06-24 18:49:02
阅读次数:
210
1、错误描述
usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }
2014-6-23 20:15:55 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded...
分类:
Web程序 时间:
2014-06-24 18:34:48
阅读次数:
175
Stimulsoft Reports.Fx for Flex是一个跨平台的报表生成器控件,用于丰富的互联网应用程序中。在创建这个报表工具的时候,我们使用了一种在互联网商业程序开发中的一个高级技术 - Adobe Flex。我们试图给软件开发者和用户最灵活的工具来创建和使用报表。这个工具不仅可以提高您...
分类:
其他好文 时间:
2014-06-24 14:49:40
阅读次数:
129
// 加密function encrypt($str) { return base64_encode($str.AUTH_KEY);}// 解密function decrypt($str) { $info = base64_decode($str); $len = strlen(A...
分类:
其他好文 时间:
2014-06-24 13:41:10
阅读次数:
237
1.Bitmap转换为图片字符串Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.ic_launcher);ByteArrayOutputStream outputStream = new ByteArra...
分类:
移动开发 时间:
2014-06-24 09:35:04
阅读次数:
503
不小心删了,找快照才找到的。补回来。。。上次遇到一个Base64的注入点,手工注入太麻烦,于是在网上看了一下sqlmap Base64注入的方法,如下:sqlmap -u http://xxxx.com/index.php?tel=LTEnIG9yICc4OCc9Jzg5 --tamper base...
分类:
数据库 时间:
2014-06-23 07:21:34
阅读次数:
444
序列化:Dictionary sPara = GetRequestPost(ref parameterStr); string serializeString = JSONUtility.Serialize(sPara); serializ...
分类:
其他好文 时间:
2014-06-23 07:07:27
阅读次数:
250
flex eclipse java spring 整合 集成...
分类:
编程语言 时间:
2014-06-22 18:28:01
阅读次数:
307
简单的html5 File测试 for pic2base64
分类:
Web程序 时间:
2014-06-17 23:45:51
阅读次数:
366