新浪微博的OpenAPI登录public static IEnumerator
LoginRequest(string userid, string passwd, Action action) {
xDebug.Log("GetRequest 1"); strin...
分类:
其他好文 时间:
2014-06-04 17:27:55
阅读次数:
236
(1)Tiles;(2)Notifications;(3)Action Center。
添加支持(即jar包)后的步骤为:(1)创建ActionFormYunsuanForm.javapackagecom.mstf.struts.form;importorg.apache.struts.action.ActionForm;publicclassYunsuanFormextendsActionForm{intnum1;intnum2;publicintgetNum1(){returnnum1;}publicvoidsetNum1(intnum1){this.num1=n..
分类:
其他好文 时间:
2014-06-02 16:33:15
阅读次数:
181
“zero-file-copy”是仅仅提供给NIO传输方式使用的特性。这个特性允许你以很快并且高效的方式从文件系统之来传输内容。这个特性把本地文件中的字节内容可以不通过从内核空间复制到用户空间的情况下通过网络传输出去。...
分类:
Web程序 时间:
2014-06-02 15:06:34
阅读次数:
365
Batteries included: RabbitMQ clustering The
clustering built in to RabbitMQ was designed with two goals in mind: allowing
consumers and producers to k...
分类:
其他好文 时间:
2014-06-02 06:11:46
阅读次数:
392
left join 原理分析[转贴 2006-11-15
16:19:50]字号:大中小案例分析user表:id | name---------1 | libk2 | zyfon3 |
daodaouser_action表:user_id| action--------------- 1 | jum...
分类:
其他好文 时间:
2014-06-02 05:43:51
阅读次数:
275
最后找到了,NioEventLoopGroup,构造这个group的时候传递了一个ThreadFactory参数,所以这个group和Nio学习5——对NIO.2(AIO) Reactor模式封装的拆解中的AsynchronousChannelGroup也是大同小异的!...
分类:
Web程序 时间:
2014-06-02 05:01:53
阅读次数:
412
与MVC3相比,差别很大: public ActionResult Main() { List
items = new List(); items.Add(new SelectListItem { Text = "Action", Value...
分类:
Web程序 时间:
2014-06-02 01:34:06
阅读次数:
338
在 ASP.NET MVC
中,我们将前端的呈现划分为三个独立的部分来实现,Controller 用来控制用户的操作,View 用来控制呈现的内容,Model
用来表示处理的数据。从控制器到视图通常,在 Controller 中,我们定义多个 Action ,每个 Action 的返回类型一般是 A...
分类:
Web程序 时间:
2014-06-02 00:48:09
阅读次数:
291
1.先编写jsonConfig的初始化代码 private JsonConfigjsonConfig;
public action构造方法() {jsonConfig = new
JsonConfig();jsonConfig.registerJsonValueProcessor(Date.clas...
分类:
Web程序 时间:
2014-06-02 00:38:25
阅读次数:
462