摘要:
什么是URI?每个Web服务器资源都有一个名字,这样客户端就可以说明它们感兴趣的资源是什么了. 服务器资源名被称为统一资源标识符(Uniform Resource Identifier, URI). URI就像因特网上的邮政地址一样, 在世界范围内唯一标识并定位信息资源.这是Joe的五金商店的Web... 阅读全文
摘要:
什么是URI?每个Web服务器资源都有一个名字,这样客户端就可以说明它们感兴趣的资源是什么了. 服务器资源名被称为统一资源标识符(Uniform Resource Identifier, URI). URI就像因特网上的邮政地址一样, 在世界范围内唯一标识并定位信息资源.这是Joe的五金商店的Web... 阅读全文
摘要:
软件组件:粗粒度与细粒度http://www.ibm.com/developerworks/cn/webservices/ws-soa-granularity/详解UML中的聚合,关联,泛化等关系http://developer.51cto.com/art/201104/255022.htm 阅读全文
摘要:
先在Mac OS的终端查询下本机是否已安装LuaLast login: Thu Jul 10 07:54:48 on ttys000keshans-Mac-mini:~ keshan$ lua-bash: lua: command not found 2. 如果没有(如上)的话去Lua的官方网站下... 阅读全文
摘要:
#import "LoadInternetImageViewController.h"@interface LoadInternetImageViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@e... 阅读全文
摘要:
代码//// CalculatorViewController.m// Calculator//// Created by sskset on 5/28/14.// Copyright (c) 2014 shanke. All rights reserved.//#import "Calcu... 阅读全文
摘要:
int main(int argc, const char * argv[]){ @autoreleasepool { NSString *outputString = @"1234567890!@#$%^&*()"; ... 阅读全文
摘要:
@interface K3ViewController : UIViewController@end#import "K3ViewController.h"@interface K3ViewController ()@property (weak, nonatomic) IBOutlet UILab... 阅读全文
摘要:
-- ---------------------------------------------------------------------------------- Routine DDL-- Note: comments before and after the routine body will not be stored by the server-- --------------------------------------------------------------------------------DELIMITER $$CREATE DEFINER=`root`@`l 阅读全文
摘要:
class Program { [DllImport("wtsapi32.dll")] static extern IntPtr WTSOpenServer([MarshalAs(UnmanagedType.LPStr)] String pServerName); [DllImport("wtsapi32.dll")] static extern void WTSCloseServer(IntPtr hServer); [DllImport("wtsapi32.dll")] static extern Int... 阅读全文
|