码迷,mamicode.com
首页 >  
搜索关键字:no resource found    ( 12885个结果
【转】Python version 2.7 required, which was not found in the registry
安装setuptools的时候,不能再注册表中识别出来python2.7在网上找了方法,仅作笔记,供下次使用方法:新建一个register.py 文件,把一下代码贴进去,保存(G盘) 1 # 2 # script to register Python 2.0 or later for use wit...
分类:编程语言   时间:2014-06-29 14:45:14    阅读次数:312
Unity3D除了在编辑器里,怎么用代码给一个Texture类型的变量赋值
resource.load上来一张贴图就行。  详细可参看:unity圣典 “Resources 资源”、“Resources.Load 加载”相关篇幅介绍。using UnityEngine;using System.Collections;public class example : MonoB...
分类:其他好文   时间:2014-06-29 14:24:46    阅读次数:261
uva10474 - Where is the Marble?
1 #include 2 #include 3 using namespace std; 4 const int Max = 100000; 5 int num[Max]; 6 int find_[Max]; 7 bool found[Max]; 8 int pos[Max] = { 9 ...
分类:其他好文   时间:2014-06-07 03:49:29    阅读次数:250
TCP/IP笔记 应用层(3)——HTTP
1. URLURL(Uniform Resource Locator) 相当于一个文件名在网络范围的扩展。1.1 格式schema://host[:port#]/path/.../[?query-string][#anchor]scheme 指定低层使用的协议(例如:http, https, ftp...
分类:其他好文   时间:2014-05-28 21:38:30    阅读次数:409
uboot dm9000驱动故障
手头有一块6410开发板,已经有别人提供的uboot代码,但是在检测dm9000时显示下面的输出:Net: No ethernet found.当然其他网络命令例如ping等都执行失败。但是在(include/configs/*6410*.h)下添加一行(增加debug)信息:#define D.....
分类:其他好文   时间:2014-05-28 18:54:24    阅读次数:483
Spring中@Resource、@controller注解的含义
@Resource注解被用来激活一个命名资源(named resource)的依赖注入,在JavaEE应用程序中,该注解被典型地转换为绑定于JNDI context中的一个对象。 Spring确实支持使用@Resource通过JNDI lookup来解析对象,默认地,拥有与@Resource注解所提...
分类:编程语言   时间:2014-05-28 09:27:18    阅读次数:379
JavaWeb:报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 解决办法
JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path好久不写Jsp,今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本开...
分类:编程语言   时间:2014-05-25 23:37:34    阅读次数:284
JavaWeb:报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。新建的jsp页面,添加一个简单的Java类。可是,JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on t...
分类:编程语言   时间:2014-05-25 23:24:16    阅读次数:328
从资源文件中获取Bitmap
从资源文件中获取Bitmap:【1】先获取Resource,然后可以通过资源ID获取DrawableDrawable d = r.getDrawable(R.drawable.xxx));【2】通过资源ID获取资源文件的数据流,再获取BitmapInputStream is = r.openRawR...
分类:其他好文   时间:2014-05-25 19:43:50    阅读次数:258
xamarin android——数据绑定到控件(二)
本示例为通过媒体内容提供器获取本机中的图片显示在Gallery中。活动中简单的初始化代码private void InitGallery() { Gallery gallery = FindViewById (Resource.Id.gallery); ...
分类:移动开发   时间:2014-05-25 16:11:11    阅读次数:368
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!