path:framework/base/interfaces.phpoverview:This file contains core interfaces for Yii framework.interface IApplicationComponent:all application compon...
分类:
其他好文 时间:
2014-07-22 22:55:14
阅读次数:
165
按照 《嵌入式系统软硬件协同设计实战指南 -- 基于xilinx Zynq》第九章 zedboard 入门 我一步一步做到9.1.2 (13) 发现 没有 Enable GPOI on EMIO Interface 选项 根据网上解释 XPS14.4以后 需要更改 I/O Peripherals 才...
分类:
其他好文 时间:
2014-07-22 22:54:35
阅读次数:
216
#import "FisrtViewController.h"#import "ViewController.h"@interface FisrtViewController ()@end@implementation FisrtViewController- (instancetype)initW...
分类:
其他好文 时间:
2014-07-19 20:36:37
阅读次数:
337
#import "ViewController.h"#import "SecondViewController.h"@interface ViewController () @end@implementation ViewController - (voi...
分类:
其他好文 时间:
2014-07-19 19:22:38
阅读次数:
197
#import "ViewController.h"#import @interface ViewController () //这里为什么要把它设置成为属性?为了就是解决强引用的问题,如果不设置,locationManger会在花括号之后,就会释放掉,这样就看不到了我们想要的地址改变信息,arc情...
分类:
其他好文 时间:
2014-07-16 16:59:24
阅读次数:
240
#import "MJmainViewController.h"@interface MJmainViewController ()@end@implementation MJmainViewController- (id)initWithNibName:(NSString *)nibNameOrN...
分类:
其他好文 时间:
2014-07-16 16:13:25
阅读次数:
243
文件结构:一:先定义cell,这里是Cell类,继承自UICollectionViewCell,用xib画出cellCollectionCell.h1 #import 2 3 @interface CollectionCell : UICollectionViewCell4 5 @endCollec...
分类:
其他好文 时间:
2014-07-16 15:49:37
阅读次数:
355
《软硬件接口》课程大纲
Coursera课程 The Hardware/Software Interface是华盛顿大学提供的一门课程,其中汇编语言、进程结构、Java实现等章节内容我认为对于学编程的同学来说非常有用。教学环境是Fedora,顺带介绍了一些常用工具的使用。
课程大纲
这门课程将会让学生知道当软件运行时到底发生了什么,并说明这个问题可以通过硬件架构层、汇编层、C语言层和...
分类:
其他好文 时间:
2014-07-16 14:46:28
阅读次数:
249
需要用到的包:(这里只是其中一个版本,其他的百度)
mysql-connector-java-5.1.6-bin
mybatis-3.2.2
先看项目目录:
配置文件mybatisconfig.xml:
<!DOCTYPE configuration
PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
"http://mybati...
分类:
其他好文 时间:
2014-07-16 13:47:07
阅读次数:
234
win+Rcmdroute-f#首先清本机路由netsh#准备设置interface#进入接口模式ip#进入ipv4设置addaddress"本地连接2"172.16.168.44255.255.0.0gateway172.16.168.2gwmetric1#指定设备并对其设置ip、路由adddns"本地连接2"8.8.4.4index=1#指定设备并对其设置首选dnsadddns"本地连接2"20..