The cows are journeying north to Thunder Bay in Canada to gain cultural enrichment and enjoy a vacation on the sunny shores of Lake Superior. Bessie, ...
分类:
其他好文 时间:
2017-03-23 22:04:41
阅读次数:
353
一、环境准备: 见我另一篇文章:http://www.cnblogs.com/sunny-sl/p/6519604.html 二、使用Eclipse直接创建案例工程 1、打开Eclipse,【File】-->【New】-->【Project】 2、选择【Java Project】-->【Next】 ...
分类:
移动开发 时间:
2017-03-08 17:41:24
阅读次数:
361
完整解决方案 为了将Chart类的职责分离,同时将Chart对象的创建和使用分离,Sunny软件公司开发人员决定使用简单工厂模式对图表库进行重构,重构后的结构如图2所示: 图2 图表库结构图 在图2中,Chart接口充当抽象产品类,其子类HistogramChart、PieChart和LineCha ...
分类:
其他好文 时间:
2017-03-04 19:06:05
阅读次数:
193
完整解决方案 Sunny公司开发人员决定使用工厂方法模式来设计日志记录器,其基本结构如图3所示: 图3 日志记录器结构图 在图3中,Logger接口充当抽象产品,其子类FileLogger和DatabaseLogger充当具体产品,LoggerFactory接口充当抽象工厂,其子类FileLogge ...
分类:
其他好文 时间:
2017-03-04 18:44:45
阅读次数:
244
SVN服务器的安装与配置安装svnyuminstallsubversion//从镜像下载安装svn服务器端cd/usr/local///进入目录,准备创建svn目录mkdirsvn//创建一个svn目录chmod-R777svn//修改目录权限为777svnadmincreate/usr/local/svn/sunny//创建一个svn版本仓库sunny(sunny可以随便起名字)cdsv..
分类:
其他好文 时间:
2017-03-02 14:11:13
阅读次数:
175
tomcat基于java环境运行,需要安装jdk和tomcat。 1、上传安装包 sunny@DOCKER:~$ sudo mkdir /root/software 创建本地映射目录 root@DOCKER:~/software# ll 使用root账号,上传安装包文件 -rw-r--r-- 1 r ...
分类:
其他好文 时间:
2017-02-17 21:45:48
阅读次数:
225
这里使用sunny分享的ngrok 官网https://www.ngrok.cc/ 下载文件到树莓派上面,在平台注册登录并开通一个TCP隧道,远程端口自己随便填写,本地填写127.0.0.1:22,22是ssh端口,如果需要外网访问vnc端口可以填5900,vnc开的:1窗口就是5901依次类推,然 ...
分类:
其他好文 时间:
2017-02-12 01:04:40
阅读次数:
1017
Problem Description Long long ago, there lived two rabbits Tom and Jerry in the forest. On a sunny afternoon, they planned to play a game with some st ...
分类:
其他好文 时间:
2017-02-04 15:07:18
阅读次数:
189
I always like walking in the rain, so no one can see me crying. 我一直喜欢在雨中行走,那样就没人能看到我的眼泪。 I like walking in the sunny days, because the feeling is very ...
分类:
其他好文 时间:
2017-01-28 22:07:18
阅读次数:
221
1.http://blog.csdn.net/clevercode/article/details/45935073 物理机和外网都不通 没有 ifcfg-eth0文件的方法 http://www.bkjia.com/Linuxjc/902447.html 该文件中各参数的意思 http://blo ...
分类:
系统相关 时间:
2017-01-21 07:38:02
阅读次数:
205