搜索资源列表
Rubic
- 三阶魔方程序,用Applet制作,能够旋转之类的操作-Cube procedures, using Applet production, to rotate the type of operation
JavaPXML-RSS
- 一、使用说明 程序入口命令 cd F:\java\2003012142 set classpath=classes javac -d classes src/RssParser.java java RssParser 操作 互动部分在左侧的树 左键选择---状态栏显示RSS的URL 右键弹出---该对象的方法 二、功能 简单快速查看网上的RSS资源,支持RSS2.0版本。 可以添加、删除RSS,可
JAVA_ATM
- 模拟ATM机的工作过程。有大约三百多行,入门一段时间的朋友可看看大一点点的java程序作进阶。-Simulation of ATM machines working process. There are approximately more than 300 firms, entry for some time a friend can take a look at little bit of java freshman Advanced procedures.
NotepadCodeLab
- Notepad Code, 经典的notepad源码示范,含三个不同进阶的notepad源码项目,直接编译-Notepad Code, the classic notepad source model, containing three different advanced notepad source projects, directly translated
1111
- 三层架构实例源代码,高级进阶必看。学习深入ASP。NET的好-Three-tier source code examples, senior advanced must-see. To learn in-depth ASP. NET good Dongdong
chapter35
- 关于《Java语言程序设计》进阶篇的第三十五章的课后习题答案的编码。-On the " Java Language Programming" Advanced chapter of the 35th chapter of the after-school exercise answer coding.
sanjieliandong
- 通过jquery实现三阶联动的功能,方便简洁-Jquery achieved through third-order interaction functions to facilitate simple
Insertion-Finder
- 三阶魔方最少步找插入程序。在已经还原大多数块的情况下让程序帮你找出最佳的插入公式和插入位置-A Rubik s Cube fewest moves insertion finder. It helps you to find out the best formula and place to insert as most of the blocks are solved.
bezier曲线
- 绘制三阶贝塞尔曲线,通过四个点,其中两个端点和两个控制点。
《Docker技术入门与实战》
- 书从Docker基本原理开始,深入浅出地讲解Docker的构建与操作,内容系统全面,可帮助开发人员、运维人员快速部署Docker应用。本书分为四大部分:基础入门、实战案例、进阶技能、开源项目,第一部分(第1~8章)介绍Docker与虚拟化技术的基本概念,包括安装、镜像、容器、仓库、数据卷、端口映射等;第二部分(第9~16章)通过案例介绍Docker的应用方法,包括与各种操作系统平台、SSH服务的镜像、Web服务器与应用、数据库的应用、各类编程语言的接口、容器云等,还介绍了作者在容器实战中的思考与