service接口package com.fangjian.core.platform.service;import com.fangjian.core.platform.po.User;public interface UserService { void saveUser(User use...
分类:
编程语言 时间:
2014-07-07 11:57:38
阅读次数:
209
已经有1年没有使用hibernate了,公司已经基本转到mybatis,一直很怀念当年hibernate通用泛型Dao的方式,只需要写好sql设置好返回的object,现在感觉mybatis这方面我还是太弱小。先定义个接口package com.fangj.core.platform.common;...
分类:
系统相关 时间:
2014-07-07 11:40:08
阅读次数:
311
/********************************************************************** Author : Samson* Date : 06/18/2014* Test platform:* Mint 15* GNU bash, version...
分类:
其他好文 时间:
2014-07-07 10:01:11
阅读次数:
186
微软近期Open的职位:Microsoft Launched the public cloud service-Azure in China on May 2013, Cosmos is the key component to Azure which support the platform of...
分类:
其他好文 时间:
2014-07-06 22:59:13
阅读次数:
267
1 概述驱动程序实际上是硬件与应用程序之间的中间层。在Linux操作系统中,设备驱动程序对各种不同的设备提供了一致的訪问接口,把设备映射成一个特殊的设备文件,用户程序能够像其它文件一样对设备文件进行操作。Linux2.6引入了新的设备管理机制kobject,通过这个数据结构使全部设备在底层都具有统一...
分类:
其他好文 时间:
2014-07-06 17:22:59
阅读次数:
226
在使用linux的ramoops驱动模块时,在编译完加载时,会发现驱动加载不成功。明明直接使用的内核代码,为什么会出现这样的情况呢?
首先看一下ramoops的初始化代码:
180 static int __init ramoops_init(void)
181 {
182 return platform_driver_probe(&ramoops_driver, ramoops_pr...
分类:
其他好文 时间:
2014-07-04 00:24:28
阅读次数:
761
《Windows Azure Platform 系列文章目录》 1.Microsoft Azure是否由System Center和Hyper-V构成? Microsoft Azure虽然支持Hyper-V的VHD直接上传至Azure云端进行管理,但是Azure底层技术是微软自己研发的、独有...
1、查看机器型号 [root@local ~]# dmidecode | grep "Product Name" Product Name: VMware Virtual Platform Product Name: 440BX Desktop Reference Platform2、查询Linux...
分类:
系统相关 时间:
2014-07-02 20:12:21
阅读次数:
310
repo init -u https://android.googlesource.com/platform/manifest -b l-preview
repo sync -j16
如果有以前同步的aosp源码, 则只需要在源码目录下, repo init -b l-preview 然后repo sync -j16 即可
另外Android源码的git地址是:
git...
分类:
移动开发 时间:
2014-07-02 15:28:38
阅读次数:
195
安卓的解决办法请参见这里:安卓解决办法
ios如果没有页面跳转的需求的话就使用极光推送,如果有页面跳转如果用了极光推送就只有用oc去写,但是我不会oc,所以智能放弃极光选用ios自己的apns来实现
新建项目跟安卓创建项目差不多,新建完成后就是初始话phonegap,注意在phonegap.local.properties文件中phonegap.platform设置为ios
cmd移动到新建...
分类:
移动开发 时间:
2014-07-02 10:53:03
阅读次数:
330