码迷,mamicode.com
首页 >  
搜索关键字:action    ( 16308个结果
AndroidMainifest标签使用说明1——<action>
1.格式:父标签:描写叙述:一个必须包括一或一个以上的.假设不包括则不会有Intent被拦截。參数:android:name表示的是action的名称,一些标准的action已经在Intent类中定义了,能够查询Intent的api查看。能够通过 "android.intent.action.*"来...
分类:移动开发   时间:2014-06-06 20:13:15    阅读次数:273
HTML表单相关的标签
应该放在表格里面提交的应该放在 form --熟悉 name -名称 action="longin.php"(提交到那里) method="get ,post" title-说明文件input type = pas --name="这里写用户名"复选框 kanshu单选 男-------必须是在同一...
分类:Web程序   时间:2014-06-06 16:28:06    阅读次数:231
远程访问
HttpClient httpclient = new DefaultHttpClient(); HttpGet httpget = new HttpGet(baseUrl + action); HttpResponse response = httpclient.execute(httpg...
分类:其他好文   时间:2014-06-06 11:45:51    阅读次数:186
Unity3d Http Get请求
新浪微博的OpenAPI登录public static IEnumerator LoginRequest(string userid, string passwd, Action action) { xDebug.Log("GetRequest 1"); strin...
分类:其他好文   时间:2014-06-04 17:27:55    阅读次数:236
Windows Phone 8.1 Tiles, Notifications and Action Center
(1)Tiles;(2)Notifications;(3)Action Center。
分类:Windows程序   时间:2014-06-04 17:10:07    阅读次数:418
Struts2中的异常处理
因为在Action的execute方法声明时就抛出了Exception异常,所以我们无需再execute方法中捕捉异常,仅需在struts.xml 中配置异常处理。为了使用Struts2的异常处理机制,必须打开Struts2的异常映射功能,这需要exception拦截器。在struts-defaul...
分类:其他好文   时间:2014-06-03 15:31:11    阅读次数:205
RabbitMQ in Action(5): Clustering and dealing with failure
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 原理分析
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
MVC4 下DropDownList使用方法
与MVC3相比,差别很大: public ActionResult Main() { List items = new List(); items.Add(new SelectListItem { Text = "Action", Value...
分类:Web程序   时间:2014-06-02 01:34:06    阅读次数:338
jsonConfig使用方法
1.先编写jsonConfig的初始化代码 private JsonConfigjsonConfig; public action构造方法() {jsonConfig = new JsonConfig();jsonConfig.registerJsonValueProcessor(Date.clas...
分类:Web程序   时间:2014-06-02 00:38:25    阅读次数:462
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!