摘要: 一、学习路线: 1、基础语法。也就是我们常说,各种编程语言都有的部分,数据类型,数组,for循环,do-while,switch……等等,是学习任何编程语言的基础,很关键。 2、面对对象:①类和对象;②Java的三大特性(封装、继承、多态); 3、工具类:①异常和异常处理;②集合框架(主要是List 阅读全文
posted @ 2017-11-15 15:09 FAIRY_TALE 阅读(2077) 评论(0) 推荐(0) 编辑
摘要: 本文主要讲解虚拟机通信配置的详细步骤和Xshell工具连接,以及如何诊断网络问题并进行相应配置的问题。 1. 虚拟机通信配置 虚拟机通信配置的基本流程如图所示: 首先,我们先打开新建的虚拟机,然后输入用户名及密码进行登录,具体情况如图所示: 登录后使用ifcpnfig命令查看本虚拟机机网络配置,查看 阅读全文
posted @ 2017-11-15 17:49 FAIRY_TALE 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 本文主要讲解Linux的用户设置、主机名设置、网络配置、防火墙配置 用户传输包的命令lrzsz的安装以及SSH服务配置等基本操作。 1. 用户名设置 服务肯定是为了用户,而用户可能对于Linux并不了解,比如刚开始学习的你们。而刚新建的虚拟机里只有管理员用户root,其权限是非常高的,可以进行很多普 阅读全文
posted @ 2017-11-15 17:45 FAIRY_TALE 阅读(210) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <html> <head> <meta http-equiv="Content-Type" content 阅读全文
posted @ 2017-11-15 16:03 FAIRY_TALE 阅读(142) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <title>JS日期选择器</title> <script type="text/JavaScript"> function HS_DateAdd(interval, number, date) { number = parseInt(number); if (type 阅读全文
posted @ 2017-11-15 16:02 FAIRY_TALE 阅读(237) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <title>控制表单选择框个数</title> </head> <body> <SCRIPT LANGUAGE="JavaScript"> function countChoices(obj) { max = 2; box1 = obj.form.box1.checke 阅读全文
posted @ 2017-11-15 16:00 FAIRY_TALE 阅读(706) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> window.onload = function() { var opts = document.getElementById('sel').options; var obj = new Object(), index = 0; whi 阅读全文
posted @ 2017-11-15 15:59 FAIRY_TALE 阅读(561) 评论(1) 推荐(0) 编辑
摘要: <body> <script> function checkdate() { var datetype = /^[0-9]{4}-[0-9]{1,2}-[0-9]{1,2} [0-2][0-4]:[0-5][0-9]:[0-5][0-9]$/; var datetype1 = /^[0-9]{4}\ 阅读全文
posted @ 2017-11-15 15:58 FAIRY_TALE 阅读(1786) 评论(0) 推荐(0) 编辑
摘要: <script> function TBC7() { var g; g = document.wow.text7.value; var g1; //统计输入日期的长度 if (g != "") { g1 = g.length; } else { g1 = 0; } var tmpy = ""; va 阅读全文
posted @ 2017-11-15 15:56 FAIRY_TALE 阅读(798) 评论(0) 推荐(0) 编辑
摘要: <html> <title>form</title> <script> function equalsSel() { var f = document.getElementsByTagName("form")[0]; f.submit(); } function containsSel() { va 阅读全文
posted @ 2017-11-15 15:51 FAIRY_TALE 阅读(1154) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transiti 阅读全文
posted @ 2017-11-15 15:48 FAIRY_TALE 阅读(758) 评论(0) 推荐(0) 编辑