centos7中使用yum安装tomcat 介绍 Apache Tomcat是用于提供Java应用程序的Web服务器和servlet容器。 Tomcat是Apache Software Foundation发布的Java Servlet和JavaServer Pages技术的开源实现。 本教程介绍在 ...
分类:
其他好文 时间:
2018-06-01 11:36:24
阅读次数:
178
#import 有两个用途,第一个用途:与 C 语言中的 include 完全一样。第二个用途:可以自动防止文件内容被 重复拷贝,也就是说多次书写#import <Foundation/NSObjCRuntim.h>就只拷贝一次,相当于只写了一次。 OC 与 C 语言完全兼容,其入口也为 main ...
分类:
其他好文 时间:
2018-05-23 20:47:43
阅读次数:
190
NSArray 类 其有如下特点:。 (1)NSArray 是有序的对象集合。 (2)NSArray 保存的对象可以是不同的对象。 (3)int ,char,double 等基本数据类型不能直接保存,需要通过转换成对象才能加入数组。 例如下面的代码在运行时会报错: NSArray *arrs = [ ...
分类:
其他好文 时间:
2018-05-23 18:01:18
阅读次数:
134
NSString OC字符串与C语言字符串转换 从文件中读取字符串 获取字符串中指定内容的NSRange 字符串的截取 ...
分类:
其他好文 时间:
2018-05-20 10:42:43
阅读次数:
176
1 /* 2 * Licensed to the Apache Software Foundation (ASF) under one or more 3 * contributor license agreements. See the NOTICE file distributed with 4... ...
分类:
其他好文 时间:
2018-05-19 00:12:33
阅读次数:
150
参考博客: https://www.unixhot.com/article/46 使用ambari 快速部署hadoop 集群 Ambari是 Apache Software Foundation 中的一个顶级项目。Ambari可以创建、管理、监控 Hadoop 的集群。包括整个Hadoop生态圈( ...
分类:
其他好文 时间:
2018-05-18 17:12:58
阅读次数:
277
1. Mybatis介绍 MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis ,2013年11月迁移到Github。 MyBatis是一个优秀的持久层框架,它 ...
分类:
其他好文 时间:
2018-05-15 19:34:04
阅读次数:
170
原文: "State Threads for Internet Applications" 介绍 State Threads is an application library which provides a foundation for writing fast and highly scala ...
分类:
其他好文 时间:
2018-05-12 02:57:27
阅读次数:
200
1 commons-lang 1.1 ReflectionToStringBuilder 将对象进行字符串拼接 /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license ...
分类:
其他好文 时间:
2018-05-11 23:56:59
阅读次数:
226
下载Maven插件:http://maven.apache.org/download.cgi 添加环境变量: MAVEN_HOMEE:\Program Files\Apache Software Foundation\apache-maven-3.5.3-bin 参考: https://blog.c ...
分类:
系统相关 时间:
2018-05-10 14:23:21
阅读次数:
178