致每个来此博客的朋友:
To every visitor to this blog friends:
  
  努力工作,每天都是一个新的开始!
       
Work hard, every day is a new beginning!

 


 

预览模式: 普通 | 列表

纯as3项目不能解释java的list的处理办法

进行转码封包的时候加载 flex.messaging.io.SerializationContext

SerializationContext context = new SerializationContext();

我们只需要在此时进行一次设置即可
context.legacyCollection = true;

查看更多...

分类:工作 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 11
0、用单引号代替双引号来包含字符串,这样做会更快一些。因为PHP会在双引号包围的字符串中搜寻变量,单引号则不会,注意:只有echo能这么做,它是一种可以把多个字符串当作参数的“函数”(译注:PHP手册中说echo是语言结构,不是真正的函数,故把函数加上了双引号)。
1、如果能将类的方法定义成static,就尽量定义成static,它的速度会提升将近4倍。


2、$row[’id’] 的速度是$row[id]的7倍。

查看更多...

分类:工作 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 8

人生要小心处理的50件事

1.被人羞辱——翻脸不如翻身,生气不如争气
2.面对反对意见——听,并且思考
3.犯错——年少轻狂未足奇,知错能改真俊杰
4.烦恼之事——心事不能随便说
5.谣言——不能置之不理,也不能纠缠下去
6.别人的脸色——不必太在意,做自己该做的事
7.坐冷板凳——做人要拿得起,放得下

查看更多...

分类:收藏 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 11

我该怎么办

感觉自己象是着魔了一样
有时候自己都觉得不可思议
努力控制自己的思想
感觉自己真的是即拿不起,也放不下

哎.我该怎么办
顺其自然,怎么个自然法

查看更多...

分类:情感 | 固定链接 | 评论: 1 | 引用: 0 | 查看次数: 18

真正爱一个人

真正爱一个人
就千万不要去进入他的生命
不能干扰对方
也不能让对方因爱的痴念而困惑
这真正爱一个人
就应该让对方自由
去成全对方
让他永远不受束缚
全无牵挂地去达成理想
受真理的影响
去完成他自己的使命
真正爱一个人
就要放手

查看更多...

分类:情感 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 8

最近比较烦

最近比较烦
好多事,可不知该写点什么
迷失中.....
分类:情感 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 9
乖儿子(如果是闺女 千万别跟妈计较 因为打儿子俩字只敲四下键盘):
你好 我是你妈 你亲妈 你风华绝代,婀娜多姿的亲妈
恩 看到这封信的时候
你一定很好奇妈是什么时候写的
非常牛掰地告诉你
是你妈二十岁那年写的 那会儿连你爹都没有
就是突然兴致来潮了 决定现在写下一些话和承诺

查看更多...

分类:收藏 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 392

Five First Public Drafts of Web Services Specifica

The Web Services Resource Access Working Group published five First Public Working Drafts: Web Services Enumeration (WS-Enumeration), Web Services Eventing (WS-Eventing), Web Services Resource Transfer (WS-RT), Web Services Transfer (WS-Transfer), and Web Services Metadata Exchange (WS-MetadataExchange). The first describes a general SOAP-based protocol for enumerating a sequence of XML elements that is suitable for traversing logs, message queues, or other linear information models. The second describes a protocol that allows Web services to subscribe to or accept subscriptions for event notification. The third defines extensions to WS-Transfer that deal primarily with fragment-based access to resources to satisfy the common requirements of WS-ResourceFramework and WS-Management. The fourth describes a general SOAP-based protocol for accessing XML representations of Web service-based resources. The fifth defines how metadata associated with a Web service endpoint can be represented as resources, how metadata can be embedded in endpoint references, and how metadata could be retrieved from a Web service endpoint. Learn more about the Web Services Activity. (Permalink)

Tags: w3c

分类:资料 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1069