- 博客(12)
- 收藏
- 关注
原创 Ubuntu 忘记mysql密码重置方法(AWS EC2)
Ubuntu下忘记mysql密码重置方法(AWS EC2):1. 查看mysql配置文件位置(注意红框的位置):less /etc/mysql/mysql.conf.d/mysqld.cnf[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-W3EMLE5J-1586454671186)(/Users/cookies/Library/Application Sup...
2020-04-10 01:54:46
519
原创 关于MySQL
MySQL1. MySQL简介2. MySQL常用命令2.1 连接MySQL(记得先设置环境变量):2.2 查看当前所有得数据库2.3 创建数据库2.4 使用(切换)数据库2.5 查看当前数据库的所有表格2.6 退出1. MySQL简介MySQL是一种关系数据库,是一种开源软件。由瑞典MySQL AB公司开发,2008年1月16号被Sun公司收购。2009年,SUN又被Oracle收购。...
2019-06-11 11:01:53
185
原创 关于Tomcat使用
Tomcat服务器介绍和使用服务器的概念和作用Tomcat服务的下载和安装服务器的概念和作用问题:学习了java编程之后,java代码的一个很重要的作用就是进行数据的处理,但是目前来说我们运行编写的代码,只有一次性,也就是运行完毕后,如果需要再次运行则需要再次手动启动代码的执行。但是我们无法提前知道用户何时会发出请求,也就是无法决定我们编写的java代码应该什么时候启动运行。而且手动运行也变...
2019-06-05 19:10:45
697
原创 关于HTTP协议
Servlet学习记录Web交互基本流程HTTP的概念和介绍HTTP的交互流程HTTP协议请求的格式HTTP请求的合适将有效的数据发送给服务器。HTTP协议请求方式GET和POST请求方式的区别:HTTP协议之响应HTTP常见响应状态码含义常见的状态码Web交互基本流程基本分为客户端(client)和服务端(server):客户端根据用户输入地址信息(即网址URL)请求服务器(request...
2019-06-05 17:29:41
360
原创 CS5303-Computer Science I(final review IV)Data structure
Standard LibraryWhat is that?C++ Standard Library is a collection of classes and functionsC++ Standard Library are declared within the std namespaceThe C++ standard consists of two parts:The cor...
2019-04-09 05:55:09
167
原创 CS5303-Computer Science I(final review III)GUI
GUIFast Light Tool Kit(Full Tick)-FLTK :is a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11), Microsoft® Windows®, and MacOS®X.A graphics library is a program library designed to aid in re...
2018-12-17 10:23:04
247
原创 CS5303-Computer Science I(final review II)
Abstract and Virtual Functions:It is a kind of polymorphism.In the derived class, if you have the same name, same return type and same parameter, you don’t have to use key word: virtual in the deri...
2018-12-09 05:49:29
303
原创 CS5303-Computer Science I(final review I)
Inheritance(to reuse the code functionality):What is that:Inheritance allows us to define a class in terms of another class, which makes it easier to create and maintain an application.(instead of ...
2018-12-09 01:08:32
282
原创 CS5303-Computer Science I (Java II)
Java Classes:Use a qualifier, a class keywords, an identifier, and a pair of {}public class Hello{ public Hello(){ public int myInt; private float myFloat; //This is a constructor ...
2018-12-05 08:30:10
318
原创 CS5303-Computer Science I (Java I)
What is Java ?Java is a virtual machine programming languageThe virtual machine runs on different platforms(Apple, PC Desktop, Linux, etc.)The Java class files then run on any version of the virtu...
2018-12-05 04:12:17
292
原创 CS5303- Conputer Science I(python)
课程涉及Python内容The layers differences between C++&JAVA &Python:A python program, sometimes called a script, is a sequence of definitions and commands.These definitions are evaluated and the c...
2018-12-01 09:43:43
570
原创 第一章:输入&输出&变量之间的简单计算
import java.util.Scanner;public class Main {public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World!"); }}
2018-11-08 05:02:47
430
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅