K3

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年7月25日

摘要: 什么是URI?每个Web服务器资源都有一个名字,这样客户端就可以说明它们感兴趣的资源是什么了. 服务器资源名被称为统一资源标识符(Uniform Resource Identifier, URI). URI就像因特网上的邮政地址一样, 在世界范围内唯一标识并定位信息资源.这是Joe的五金商店的Web... 阅读全文
posted @ 2014-07-25 12:28 K3 阅读(576) 评论(0) 推荐(0) 编辑

2014年7月23日

摘要: 软件组件:粗粒度与细粒度http://www.ibm.com/developerworks/cn/webservices/ws-soa-granularity/详解UML中的聚合,关联,泛化等关系http://developer.51cto.com/art/201104/255022.htm 阅读全文
posted @ 2014-07-23 14:53 K3 阅读(138) 评论(0) 推荐(0) 编辑

2014年7月10日

摘要: 先在Mac OS的终端查询下本机是否已安装LuaLast login: Thu Jul 10 07:54:48 on ttys000keshans-Mac-mini:~ keshan$ lua-bash: lua: command not found 2. 如果没有(如上)的话去Lua的官方网站下... 阅读全文
posted @ 2014-07-10 08:53 K3 阅读(11421) 评论(0) 推荐(0) 编辑

2014年5月29日

摘要: #import "LoadInternetImageViewController.h"@interface LoadInternetImageViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@e... 阅读全文
posted @ 2014-05-29 22:23 K3 阅读(553) 评论(0) 推荐(0) 编辑

摘要: 代码//// CalculatorViewController.m// Calculator//// Created by sskset on 5/28/14.// Copyright (c) 2014 shanke. All rights reserved.//#import "Calcu... 阅读全文
posted @ 2014-05-29 05:12 K3 阅读(1731) 评论(0) 推荐(0) 编辑

2014年5月27日

摘要: int main(int argc, const char * argv[]){ @autoreleasepool { NSString *outputString = @"1234567890!@#$%^&*()"; ... 阅读全文
posted @ 2014-05-27 23:57 K3 阅读(537) 评论(0) 推荐(0) 编辑

2014年5月26日

摘要: @interface K3ViewController : UIViewController@end#import "K3ViewController.h"@interface K3ViewController ()@property (weak, nonatomic) IBOutlet UILab... 阅读全文
posted @ 2014-05-26 07:34 K3 阅读(870) 评论(0) 推荐(0) 编辑

2014年4月4日

摘要: -- ---------------------------------------------------------------------------------- Routine DDL-- Note: comments before and after the routine body will not be stored by the server-- --------------------------------------------------------------------------------DELIMITER $$CREATE DEFINER=`root`@`l 阅读全文
posted @ 2014-04-04 10:59 K3 阅读(3489) 评论(0) 推荐(0) 编辑

2014年3月18日

摘要: 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... 阅读全文
posted @ 2014-03-18 13:22 K3 阅读(285) 评论(0) 推荐(0) 编辑

2014年3月16日

摘要: 阅读全文
posted @ 2014-03-16 20:34 K3 阅读(129) 评论(0) 推荐(0) 编辑