码迷,mamicode.com
首页 >  
搜索关键字:$resource    ( 6742个结果
CRS-0215: Could not start resource 'ora.rac3.LISTENER_RAC3.lsnr'
问题: NETCA to CreateListener Fails with CRS-0215 and the Created Listener Does Not Start   做添加节点的实验  创建NETCA时报错crs-0215 查看metalink相关文章发现 是因为vip的问题,果然看了一下节点3的vip在其他节点上 [root@rac3 bin]# ./crs_stat...
分类:其他好文   时间:2014-08-26 17:20:06    阅读次数:422
Resource interpreted as Script but transferred with MIME type text/html
在搭建后台的时候,页面突然报错:Resource interpreted as Script but transferred with MIME type text/html导致页面Js效果错乱, Google 一番之后,大部分都是修改注册表之类,而我的注册表不需要修改。这是之前找的文章:http:...
分类:Web程序   时间:2014-08-26 11:18:15    阅读次数:665
Non-blocking algorithm(非阻塞算法,非阻塞同步的算法实现)
Non-blocking algorithm In computer science, a non-blocking algorithm ensures that threads competing for a shared resource do not have their execution indefinitely postponed by mutual ex...
分类:其他好文   时间:2014-08-26 09:52:09    阅读次数:270
RSS 的简介
rss是RDF Site Summary 的缩写(RDF是Resource Description Framework的缩写 ),是指将网站摘要用xml语言描述。 一、什么是RSS? 也许大家是第一次听到RSS这个概念,那什么是RSS呢?RSS是站点用来和其他站点之间共享内容的一种简易方式(也叫聚合...
分类:其他好文   时间:2014-08-26 09:40:15    阅读次数:194
spring junit jpa transaction
package com.fengshu.gotian.applicationImpl; import java.util.List; import javax.annotation.Resource; import org.apache.log4j.Logger; import org.junit.Test; import org.junit.runner.RunWith; impor...
分类:编程语言   时间:2014-08-25 23:03:35    阅读次数:512
【IOS】读取、保存图片的各种方法
一.读取图片1.从资源(resource)读取1 UIImage* image=[UIImage imageNamed:@"1.jpg"]; 2.从网络读取【最好使用EGOImageView来获取网络图片】1 NSURL *url=[NSURL URLWithString:@"http://www....
分类:移动开发   时间:2014-08-25 22:46:45    阅读次数:360
WPF制作QQ列表(仿qq列表特效)
先看效果图:这个是折叠特效。代码结构: model是我们的数据模型,定义了在列表显示的人物名称 图片 简介 。Resource是我们的图片资源 和 存储图片资源路径、名称的资源文件。GroupListCreate是我们的主要创建列表的模块。代码如下:public StackPanel CreateM...
分类:其他好文   时间:2014-08-25 16:23:14    阅读次数:254
php编程中容易忽略的地方
一:fopen ( string $filename , string $mode [, bool $use_include_path = false [, resource $context ]] )注意一:如果$filename不存在,会返回false,并产生一条notice错误日志,...
分类:Web程序   时间:2014-08-25 14:43:04    阅读次数:187
jumpGate部署
preface statement: manageing OpenStack & SoftLayer resource with Jumpgate1,forward;Imagine a world of interconnected Cloudscapable discovering, coordi...
分类:其他好文   时间:2014-08-25 14:34:44    阅读次数:273
解决 Delphi XE5 写Android程序的No resource identifier found for attribute... 错误【转】
原文:http://www.hxhlb.cn/article/32142aaeb67bbc05379369c3.html那一天,我装上了RAD Studio XE5.当天晚上,我就写了一个小小的Android程序.但是,苦于没有好手机,没办法进行测试.今天,下载了一晚上,终于把Android所有的s...
分类:移动开发   时间:2014-08-25 09:58:14    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!