码迷,mamicode.com
首页 >  
搜索关键字:resource    ( 6742个结果
使用jqplot创建报表(一) 初学后写的第一个案例源码
一、初学后写的第一个案例源码     效果图:   代码如下:     <script type="text/javascript" src="/resource/jq...
分类:其他好文   时间:2014-06-19 12:46:18    阅读次数:580
view.setTag(key,Object) (java.lang.IllegalArgumentException: The key must be an application-specific resource id.)
转自: http://blog.csdn.net/brokge/article/details/8536906setTag是android的view类中很有用的一个方法,可以用它来给空间附加一些信息,在很多场合下都得到妙用。setTag(Objecttag)方法比较简单,这里主要谈一谈带两个参数的s...
分类:移动开发   时间:2014-06-16 07:32:09    阅读次数:661
javax.naming.NoInitialContextException: Need to specify class name in environment or system property
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial错误解决办法...
分类:编程语言   时间:2014-06-15 11:23:34    阅读次数:192
读取properties属性文件——国际化
public class PropertiesInfo { /** * PropertiesInfo实例 */ private static PropertiesInfo pi = null; private static ResourceBundle resource; /** * 资源文件基名 * 该资源文件应该放置在classpath下 */ priva...
分类:其他好文   时间:2014-06-15 08:18:34    阅读次数:189
Ambari源代码分析之总览
一、基本概念:Resource:Ambari把能够被管理的资源的抽象为一个Resource实例,资源能够包括服务、组件、主机节点等,一个resource实例中包括了一系列该资源的属性;Property:服务组件的指标名称;ResourceProvider和PropertyProvider分别相应Re...
分类:其他好文   时间:2014-06-14 20:06:48    阅读次数:202
Spring的注入问题
作下笔记,Spring的注入问题[多个实例问题]解决方案如下: 1 package student.life.support.platform.service.impl; 2 3 import javax.annotation.Resource; 4 5 import org.spri...
分类:编程语言   时间:2014-06-12 16:32:07    阅读次数:896
WPF 中资源路径的问题
WPF 中资源路径的问题1. 引用当前工程的资源(注意xxxx.png的build action 应设置为Resource 或Embedded Resource)2.引用其它工程的资源 (注意xxxx.png的build action 应设置为Resource 或Embedded Resource)...
分类:其他好文   时间:2014-06-10 19:33:30    阅读次数:219
linux下检测端口是否连通
检测tcp端口使用telnet命令telnet例:telnet 192.168.0.1 80检测udp端口使用uc命令uc -zu例:uc -zu 192.169.0.1 80以上命令在CentOS 6.2 64位下测试通过bash: fork: Resource temporarily unava...
分类:系统相关   时间:2014-06-10 17:12:15    阅读次数:277
赵雅智_ListView_ArrayAdapter
ArrayAdapter六种构造方法的作用 ArrayAdapter(Context context, int textViewResourceId); 上下文,布局文件 ArrayAdapter(Context context, int resource, int textViewResourceId); 上下文,显示的视图,显示视图的组件 ArrayAdapter(Context c...
分类:其他好文   时间:2014-06-10 11:16:40    阅读次数:180
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!