上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 37 下一页

2017年10月6日

eclipse整合tomcat

摘要: 首先确保jdk已经安装好 步骤1 获得服务器运行环境配置,Window/Preferences/Server/Runtime Environmen l步骤2 添加服务器 步骤3 选择服务器在硬盘的地址,然后所有的都是确定/Next/Finish 步骤4 完成成功 步骤5 设置发布位置 步骤6 修改部 阅读全文

posted @ 2017-10-06 12:49 Michael2397 阅读(243) 评论(0) 推荐(0) 编辑

2017年10月5日

遗传算法求解TSP问题

摘要: package com.louis.tsp; /** * Project Name:GeneticAlgorithm * File Name:Individual.java * Package Name: * Date:2017年9月23日下午5:02:00 * Copyright (c) 2017, 2692613726@qq.com All Rights Reserved. ... 阅读全文

posted @ 2017-10-05 21:28 Michael2397 阅读(413) 评论(0) 推荐(0) 编辑

2017年9月30日

快速排序

摘要: (参考:http://www.cnblogs.com/CBDoctor/p/4077574.html) (性能分析参考:http://www.cnblogs.com/zabery/archive/2011/07/27/2118353.html,http://www.cnblogs.com/Chees 阅读全文

posted @ 2017-09-30 09:04 Michael2397 阅读(175) 评论(0) 推荐(0) 编辑

2017年9月29日

SSH免密登陆

摘要: (参考:http://jingyan.baidu.com/article/60ccbceb02bd4264cab197b9.html) 确保服务器ssh能够远程登陆 实现免密登陆 验证无密码登陆 阅读全文

posted @ 2017-09-29 21:54 Michael2397 阅读(114) 评论(0) 推荐(0) 编辑

vagrant使用

摘要: 按照vagrant官网指导书没做成功 1、安装vagrant,vbox apt-get install vagrant -y apt-get install virtualbox -y 阅读全文

posted @ 2017-09-29 16:35 Michael2397 阅读(62) 评论(0) 推荐(0) 编辑

2017年9月28日

深克隆和浅克隆

摘要: (参考:http://blog.csdn.net/zhangjg_blog/article/details/18369201#reply) (序列化参考:http://www.cnblogs.com/mengdd/archive/2013/02/20/2917971.html) 关于“=”号复制问题 阅读全文

posted @ 2017-09-28 21:06 Michael2397 阅读(212) 评论(0) 推荐(0) 编辑

原型模式登记形式

摘要: (参考:http://www.cnblogs.com/java-my-life/archive/2012/04/11/2439387.html) 阅读全文

posted @ 2017-09-28 08:13 Michael2397 阅读(201) 评论(0) 推荐(0) 编辑

2017年9月27日

LXD安装

摘要: #安装 #初始化(一路next) sudo lxd init #启动容器 lxc launch ubuntu:16.04 first#进到容器内 lxc exec first -- /bin/bash 阅读全文

posted @ 2017-09-27 21:32 Michael2397 阅读(253) 评论(0) 推荐(0) 编辑

LXC安装

摘要: #安装lxcsudo apt-get install lxc#创建一个容器,会出现下图选择的界面 lxc-create -t download -n my-container #开启lxc-start -n my-container -d#确认状态 lxc-info -n my-container lxc-ls -f #进入容器里面 lxc-attach -n my-containe... 阅读全文

posted @ 2017-09-27 21:16 Michael2397 阅读(372) 评论(0) 推荐(0) 编辑

wireshark抓包

摘要: 参考:http://www.cnblogs.com/EasonJim/p/7123058.html 阅读全文

posted @ 2017-09-27 18:46 Michael2397 阅读(121) 评论(0) 推荐(0) 编辑

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 37 下一页

导航