注解配置时报错:org.hibernate.MappingException: Unknown entity: net.mingyang.cms.bean.Userorg.hibernate.MappingException: Unknown entity: net.mingyang.cms.bea...
分类:
Web程序 时间:
2014-07-30 11:46:33
阅读次数:
294
在Javascript 中,有2种作用域,分为 全局作用域 ,和函数作用域,
在 浏览器端 , 全局作用域 就是 window对象的属性,
函数作用域 就是 ,某个 函数 生成的对象的属性;
var name = 'html5';
function Obj(){
this.name = 'CSS3'...
分类:
Web程序 时间:
2014-07-30 01:02:22
阅读次数:
286
类互相调用造成编译时找不到符号symbol可以同时编译多个文件:
分类:
其他好文 时间:
2014-07-29 20:48:12
阅读次数:
220
Failed to refresh Gradle project ‘service’ Unknown host ‘downloads.gradle.org’. Please ensure the host name is correct. If you are behind an HTTP proxy, please configure the proxy settings eith...
分类:
移动开发 时间:
2014-07-29 18:28:22
阅读次数:
2196
下载httpd2.2.6,以前用http2.2.4会出问题(出现个什么lib的错误)./configure --prefix=/usr/local/apache --enable-ssl --enable-cgi --enable-mods-shared=all --with-mysql=/usr/...
分类:
其他好文 时间:
2014-07-29 17:32:02
阅读次数:
393
直接贴上Android.mk文件吧。对了,是cocos2d3.0的,不知道2.x是否一样。LOCAL_PATH := $(call my-dir)include $(CLEAR_VARS)LOCAL_MODULE := cocos2dcpp_sharedLOCAL_MODULE_FILENAME :...
分类:
移动开发 时间:
2014-07-29 16:52:52
阅读次数:
224
问题现象 我们实现了一个名叫libilvrfplugin.so的lib,该lib链接了libiubsntconflib.so, 而libiubsntconflib.so 又链接了libipconflib.so, libipconflib.so里面实现了一个方法check_vrf_r()用于检查VRF的合法性。...
分类:
其他好文 时间:
2014-07-29 16:08:59
阅读次数:
599
#include
#include
#include
struct file_operations;
struct inode;
struct module;
struct cdev {
struct kobject kobj;
struct module *owner;
const struct file_opera...
分类:
系统相关 时间:
2014-07-29 14:18:28
阅读次数:
280
PHP Deprecated: Comments starting with '#' are deprecated in D:\mvam\php5\php.ini on line 1944 in Unknown on line 0PHP Deprecated: Comments starting w...
分类:
Web程序 时间:
2014-07-29 13:40:28
阅读次数:
307
seajs 2.2.1在config文件中preload一次jquery,就可以在整个项目中使用jquery。如下:seajs.on('exec', function(module) { if (module.uri === seajs.resolve('jquery')) { win...
分类:
Web程序 时间:
2014-07-29 13:35:28
阅读次数:
238