首件创建项目:此处可参照:http://maven.apache.org/guides/mini/guide-webapp.htmlmvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-webapp -Darchet.....
分类:
Web程序 时间:
2014-08-21 09:42:24
阅读次数:
274
一、MDI窗体的设计1.MDI简介MDI(Multiple Document Interface)就是所谓的多文档界面,与此对应就有单文档界面 (SDI), 它是微软公司从Windows 2.0下的MicrosoftExcel电子表格程序开始引入的,Excel电子表格用户有时需要同时操作多份表格,M...
#import "ViewController.h"@interface ViewController (){ UIView *view; UIView *view0; int i;}@end@implementation ViewController - (...
分类:
其他好文 时间:
2014-08-20 21:04:52
阅读次数:
144
1. /etc/wpa_supplicant.config 內容
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="ssid_namef"
psk="password"
key_mgmt=WPA-PSK
}
2. commands
wpa_supplicant ...
分类:
系统相关 时间:
2014-08-20 18:08:12
阅读次数:
305
怎样找到windows 2012 server上的Backup OperatorsPress the Windows + R keys to open the Run dialog, type lusrmgr.msc, and press Enter. NOTE: This file is loc....
Java通过JNI调用C++程序 JNI是Java Native Interface的缩写,中文为JAVA本地调用。使用JNI可以很方便的用我们的Java程序调用C/C++程序。很多时候,某些功能用Java无法实现,比如说涉及到底层驱动的一些功能,这时候我们就可以利用JNI来调用C或者C++程序来....
分类:
编程语言 时间:
2014-08-20 17:48:02
阅读次数:
233
AXI(Advanced eXtensible Interface)是一种总协议,该协议是ARM公司提出的AMBA(Advanced Microcontroller Bus Architecture)3.0协议中最重要的部分,是一种面向高性能、高带宽、低延迟的片内总线。它的地址/控制和数据相位是分离...
分类:
其他好文 时间:
2014-08-20 16:13:12
阅读次数:
186
Network Configuration
TL;DR
When Docker starts, it creates a virtual interface named docker0 on
the host machine. It randomly chooses an address and subnet from the private range defined by RF...
分类:
Web程序 时间:
2014-08-20 14:12:09
阅读次数:
591
person+money.h#import "Person.h"//这是扩展person类的接口类,独立一个文件@interface Person (Money)-(void) haveMoney;@endperson+money.m#import "Person+Money.h"//这是扩展per...
分类:
移动开发 时间:
2014-08-19 23:56:55
阅读次数:
466
@interface EaseMobProcessor : NSObject+(void) init:(UIApplication *)application launchOptions:(NSDictionary *)launchOptions;+(void) login;+(void) log....
分类:
其他好文 时间:
2014-08-19 20:48:35
阅读次数:
244