码迷,mamicode.com
首页 >  
搜索关键字:groups @interface    ( 15105个结果
springmvc3.2+spring+hibernate4全注解方式整合(三)
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
C# 计划任务 铭轩同学原创
计划任务 : 个人理解, 就是后台控制程序要求在一定的时间执行相应的任务. 直接上代码: 之前,因为工作需要. 要求每天在凌晨2:00,执行要做的数据 1.1 声明一个接口 Ijob 方法: 执行 public interface IJob { //执行...
分类:其他好文   时间:2014-07-07 00:23:55    阅读次数:277
EBS-PAC成本更新事务处理
?? PAC成本更新事务处理 DECLARE   l_itfs_rec mtl_transactions_interface% ROWTYPE; BEGIN   --插入接口表   SELECT mtl_material_transactions_s.nextval     INTO l_txn_header_id     FROM dual;   v_date ...
分类:其他好文   时间:2014-07-04 09:28:03    阅读次数:791
拦截系统消息
方法Application.AddMessageFilternamespace System.Windows.Forms{ // 摘要: // 定义消息筛选器接口。 public interface IMessageFilter { // 摘要: ...
分类:其他好文   时间:2014-07-04 00:05:06    阅读次数:254
iOS.访问 Web Service.使用下拉刷新控件
#import #import "T20140628025702NSNumber+Message.h"#import "T20140628025702NSString+URLEncoding.h"@interface T20140628025702ViewController : UITableVi...
分类:移动开发   时间:2014-07-03 20:32:10    阅读次数:219
ios网络学习------10 原生API文件上传
使用原生态的api上传文件的实现: #import "MainViewController.h" @interface MainViewController () @property (weak, nonatomic) UIImageView *imageView; @end @implementation MainViewController - (void)viewDidLoad {...
分类:移动开发   时间:2014-07-03 17:11:43    阅读次数:279
自定向下分析Binder 之 Binder Model(1)
Java层的Binder对象模型: IBinder IBinder是Binder通信机制中的核心部分(Base interface for a remotable object, the core part of a lightweight remote procedure call mechanism designed for high performance when pe...
分类:其他好文   时间:2014-07-03 16:46:20    阅读次数:204
ios网络学习------9 播放网络视频
IOS提供了叫做MPMoviePlayerController  MPMoviePlayerViewController两个类,可以轻松用来实现视频播放。MPMoviePlayerViewController只能全屏播放视频。 #import "MainViewController.h" #import @interface MainViewController () //视频播放器 @pr...
分类:移动开发   时间:2014-07-03 16:39:10    阅读次数:195
saltstack学习
一、安装1、master安装yuminstallsalt-master vi/etc/salt/master interface:192.168.55.1 /etc/init.d/salt-masterstart2、minion安装yuminstallsalt-minion vi/etc/salt/minion master:192.168.55.1 id:192.168.5.31 /etc/init.d/salt-minionstart配置文件interface、master..
分类:其他好文   时间:2014-07-03 14:59:29    阅读次数:312
自定义LinkedList实现
1. [代码]首先是借口定义 * @author xzfpublic interface MyDeque { * insert the specified element at the front of this deque if it is possible * to do so...
分类:其他好文   时间:2014-07-02 17:07:48    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!