码迷,mamicode.com
首页 >  
搜索关键字:$resource    ( 6742个结果
Linux shell 启动配置文件设置
安装一个软件,最后生成的报告中,要求“To start using the EGSnrc system, activate your current configurationby adding the following lines to your favorite shell resource ...
分类:系统相关   时间:2014-10-17 10:06:40    阅读次数:226
RAII手法封装互斥锁
RAII手法是 Resource Acquisition is Initialization 的缩写,意为“资源获取即初始化”,在使用智能指针时也使用,下面是针对互斥量时的实现, 1 #include 2 #include 3 4 using namespace std; 5 6 class...
分类:其他好文   时间:2014-10-16 16:09:32    阅读次数:141
Eclipse 的环境问题1
最近在项目中老是遇到Eclipse 的环境问题今天统一解决记录下来。 问题1: ?Resource is out of sync with the file system...... eclipse中文件不同步引起的。在eclipse中,工程文件是由eclipse自动扫描添加的,...
分类:系统相关   时间:2014-10-16 14:00:12    阅读次数:291
Cocos2d-X中SwitchControl的用法
SwitchControl控件起到了一个开关的作用类似于现实生活中的开关 由于控件比较简单,我就不做过多的解释,直接上代码 首先在工程目录下的Resource文件夹中添加三张图片 在SwitchControl.h添加下面代码 #ifndef _SwitchControl_H_ #define _SwitchControl_H_ #include "coc...
分类:其他好文   时间:2014-10-15 23:36:26    阅读次数:327
Simple Path Data Resources that I Add to Every WPF and Silverlight Project
Here’s a little time saver. I sort of have a routine that I go through when I create a new WPF project. One of those things is to create a resource di...
分类:Windows程序   时间:2014-10-15 11:18:10    阅读次数:338
Spring中@Autowired注解、@Resource注解的区别
Spring不但支持自己定义的@Autowired注解,还支持几个由JSR-250规范定义的注解,它们分别是@Resource、@PostConstruct以及@PreDestroy。   @Resource的作用相当于@Autowired,只不过@Autowired按byType自动注入...
分类:编程语言   时间:2014-10-15 02:58:09    阅读次数:367
批处理创建数据库(Sql Server)
ylbtech-Miscellaneos:批处理创建数据库(Sql Server)1.A,资源(Resource) - 创建数据返回顶部 1.A.1,InstallDatabases.cmd - 编程代码@Echo OffclsREM ********************************...
分类:数据库   时间:2014-10-14 20:30:49    阅读次数:301
HTTP 学习笔记
1.Http给每种通过Web传输的对象都打上了MIME(Multipurpose Internet Mail Extension)类型的数据格式标签,用来描述并标记多媒体内容。2.URI(Uniform Resource Identifier):有URL和URN两种形式。3.URL的三部分:方案(s...
分类:Web程序   时间:2014-10-14 19:49:59    阅读次数:264
Could not open JPA EntityManager for transaction; nested exception is java.lang.NullPointerException
1 改为1 JTA 在jee环境下运行RESOURCE_LOCAL在jse环境下使用
分类:编程语言   时间:2014-10-14 19:10:19    阅读次数:285
HTTP Status 406 --- not acceptable according to the request "accept" headers
The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" ...
分类:Web程序   时间:2014-10-14 13:53:28    阅读次数:172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!