上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 37 下一页

2017年9月15日

插入排序

摘要: /** * Project Name:Algorithm * File Name:InsertSort.java * Package Name: * Date:2017年9月15日下午8:19:11 * Copyright (c) 2017, chenzhou1025@126.com All Rights Reserved. * */ /** * ClassName:Inser... 阅读全文

posted @ 2017-09-15 22:27 Michael2397 阅读(149) 评论(0) 推荐(0) 编辑

选择排序

摘要: /** * Project Name:Algorithm * File Name:Selection.java * Package Name: * Date:2017年9月15日下午7:33:52 * Copyright (c) 2017, chenzhou1025@126.com All Rights Reserved. * */ /** * ClassName:Select... 阅读全文

posted @ 2017-09-15 20:14 Michael2397 阅读(106) 评论(0) 推荐(0) 编辑

2017年9月14日

改进的冒泡排序算法二

摘要: /** * Project Name:Algorithm * File Name:BubbleSortImprove2.java * Package Name: * Date:2017年9月14日上午11:30:48 * Copyright (c) 2017, chenzhou1025@126.com All Rights Reserved. * */ /** * ClassN... 阅读全文

posted @ 2017-09-14 11:50 Michael2397 阅读(163) 评论(0) 推荐(0) 编辑

冒泡排序

摘要: /** * Project Name:Algorithm * File Name:BubbleSort.java * Package Name: * Date:2017年9月14日上午10:15:36 * Copyright (c) 2017, chenzhou1025@126.com All Rights Reserved. * */ /** * ClassName:Bubb... 阅读全文

posted @ 2017-09-14 11:23 Michael2397 阅读(143) 评论(0) 推荐(0) 编辑

改进的冒泡排序算法一

摘要: /** * Project Name:Algorithm * File Name:BubbleSortImprove1.java * Package Name: * Date:2017年9月14日上午11:07:21 * Copyright (c) 2017, chenzhou1025@126.com All Rights Reserved. * */ /** * Project... 阅读全文

posted @ 2017-09-14 11:20 Michael2397 阅读(677) 评论(0) 推荐(0) 编辑

docker常用命令

摘要: 常用命令:docker run 首次启动时候docker images 查看镜像文件docker ps 查看运行的容器docker stotp/kill container_id 停止docker start container_id 重启(首次是不可以的,因为只有run完后,才有container 阅读全文

posted @ 2017-09-14 10:30 Michael2397 阅读(151) 评论(0) 推荐(0) 编辑

2017年9月12日

2018年秋招

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2017-09-12 16:34 Michael2397 阅读(13) 评论(0) 推荐(0) 编辑

2017年8月31日

电脑装机遇到的问题

摘要: 今日国足1:0乌兹别克斯坦 1、windows无法安装到这个磁盘。选中的磁盘采用GPT分区形式 解决方案:http://jingyan.baidu.com/article/08b6a591c82df414a8092224.html 2、ssd装系统,上面的步骤也做了,也是装不上,使用了老毛桃和ult 阅读全文

posted @ 2017-08-31 23:22 Michael2397 阅读(135) 评论(0) 推荐(0) 编辑

2017年8月6日

docker三剑客之docker swarm

摘要: Swarm是什么 Swarm这个项目名称特别贴切。在Wiki的解释中,Swarm behavior是指动物的群集行为。比如我们常见的蜂群,鱼群,秋天往南飞的雁群都可以称作Swarm behavior。 安装 1、下载镜像 docker pull swarm docker run --rm swarm 阅读全文

posted @ 2017-08-06 11:31 Michael2397 阅读(262) 评论(0) 推荐(0) 编辑

docker三剑客之docker compose

摘要: compose环境变量 以DOCKER_开头的变量和用来配置Docker命令行客户端的使用一样,如果使用boot2docker,${boot2dockershellinit}将会设置他们为正确的值 compose环境变量: compose模板文件 旧版本(版本1),其中每个顶级元素为服务名称,刺激元 阅读全文

posted @ 2017-08-06 10:56 Michael2397 阅读(610) 评论(0) 推荐(0) 编辑

上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 37 下一页

导航