码迷,mamicode.com
首页 >  
搜索关键字:context    ( 11739个结果
jquery源码学习(一)core部分
这一部分是jquery的核心jquery的构造器jquery的核心工具函数构造器jQuery = function( selector, context ) { // The jQuery object is actually just the init constructor 'enhanc...
分类:Web程序   时间:2014-07-10 13:24:06    阅读次数:535
Spring基于java的配置
第一步:在XML中配置java信息,与自动检测配置XML一样:第二步:定义配置类第三步:声明bean和bean的注入:package com.springinaction.springidol;import org.springframework.context.annotation.Bean;im...
分类:编程语言   时间:2014-07-07 20:56:54    阅读次数:309
context.startActivity时报错startActivity() from outside of an Activity context require the FLAG_ACTIVITY_NEW_TASK flag
源代码如下: 1 public class ReceiveHandler extends BroadcastReceiver{ 2 3 private final String ACTION_RECE_LinkReply="com.hutao.linkRequestReceive"; 4 ...
分类:其他好文   时间:2014-07-07 20:48:23    阅读次数:324
java web项目修改项目名称
前几天在网上下了个项目,感觉名字长,所以想把项目改名字。把项目导入到myeclipse中,将项目改名后, 还需要选中项目右键,properties ,修改项目的Context Root的名字。
分类:编程语言   时间:2014-07-07 20:15:05    阅读次数:200
debug debug Unable to add window android.view.View--permission denied for this window type
1 AlertDialog builder=new AlertDialog.Builder(context).setTitle("注意:") 2 .setIcon(R.drawable.dailog_icon) 3 .setMessa...
分类:移动开发   时间:2014-07-07 19:46:09    阅读次数:288
Java Web项目部署时 “Exploded Archive”模式部署时无效
在myeclipse中部署项目时,当Deploy type为Exploded Archive(deveplopment mode)时,finish按钮为灰色,无法部署的解决方法: 1.project上右键properties->MyEclipse->web->web context-root为空 输...
分类:编程语言   时间:2014-07-07 19:38:31    阅读次数:282
动画(转)
IOS中的动画有两大类1.UIView的视图动画2.Layer的动画 UIView的动画也是基于Layer的动画动画的代码格式都很固定1.UIView动画一般方式[UIView beginAnimations:@"ddd" context:nil];//设置动画[UIView commitAnima...
分类:其他好文   时间:2014-06-30 13:13:47    阅读次数:184
十七.jQuery源码解析之入口方法Sizzle(1)
函数Sizzle(selector,context,results,seed)用于查找与选择器表达式selector匹配的元素集合.该函数是选择器引擎的入口. 函数Sizzle执行的6个关键步骤如下: 1.解析选择器表达式,解析出块表达式和关系符. 2.如...
分类:Web程序   时间:2014-06-29 19:49:01    阅读次数:220
WiFi有密码和无密码连接
项目开发中经常会用到Wifi连接Wifi连接分两种情况有密码和无密码一下两种方法分别是连接有密码和无密码的方法经过小米2S和三星平板验证//连接有密码的Wifi privatevoidconnectToWifi(StringSSID,Stringkey){ WifiManagerwifi=(WifiManager)getSystemService(Context.WIFI_SERV..
分类:其他好文   时间:2014-06-28 00:13:28    阅读次数:418
php file_get_contents 使用3法
array( 'method' => 'POST', 'header' => $header, 'content' => $content ) ); $context = stream_...
分类:Web程序   时间:2014-06-27 14:40:35    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!