缄默斯
缄默斯
全部文章
分类
linux(9)
nodejs(4)
刷题(22)
日记(8)
框架学习(7)
算法与数据结构(19)
项目(3)
归档
标签
去牛客网
登录
/
注册
缄默斯的博客
学无止境
全部文章
(共73篇)
springboot项目整合mysql与flyway(数据库版本管理工具)
机器上用的是idea,使用maven管理依赖,首先,添加依赖 depenency中 <dependency> <groupId>org.flywaydb</groupId> <artifactId&...
2020-01-16
0
836
PAT-A1018
1018 Public Bike Management (30分) There is a public bike service in Hangzhou City which provides great convenience to the tourists from all over the ...
2020-01-10
0
440
PAT-1003-Emergency
As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities connected by some ro...
2020-01-09
0
456
MyBatis框架阶段总结
MyBatis框架阶段性总结 1 框架概述 1.1 框架是什么 1.2 为什么要使用框架 1.3 MyBatis框架简述 2.MyBatis框架起步 2.1搭建MyBatis环境 2.1.1 创建maven工程 2.1.2...
2020-01-06
0
468
博客数据库
----------- -- user 用户表 ----------- CREATE TABLE user ( user_id mediumint(8) NOT NULL AUTO_INCREMENT COMMENT '用户ID', group_id mediumint(8) NOT NULL ...
2020-01-05
0
385
使用idea构建第一个SpringMvc应用
网上教程纷繁复杂,很多都是错的,只好自己来了 创建一个maven工程,选择webapp,点击next 创建项目,点击next 点击右边的小加号,添加一对键值对,这样的目的是可以省去加载项目所依赖包的时间,直接进入项目后再添加 点击finish 进入idea后,找到项目...
2020-01-04
0
525
第一个vue
vue的第一个helloworld 创建好一个项目目录,同时导入vue.js文件 vue.js文件见博客末尾处 <!DOCTYPE html> <head> <meta charset="utf-8"> <...
2020-01-01
0
510
总结
马上2019就要结束了,回收这一年,自己的收获也有,失去也很多,刚考完研,感觉不是特别好,心情有点遭,学了一年的白纸知识,在真正要找工作之时,显得是多么乏力,今天,有幸一家待遇比较好的公司面试我,虽然结果不是太好,但是体会了整个面试的流程,也明白了,计算机专业,拥有一个白纸简历是不够的,还要有实践操...
2019-12-30
0
538
leetcode上树的一些算法
#include <iostream> #include <stack> #include <vector> #include <algorithm> #include <deque> using namespace std; #defi...
2019-12-04
0
441
HD1004(Let the Balloon Rise)
Problem Description Contest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges’ favorite time is gues...
2019-10-31
0
411
首页
上一页
1
2
3
4
5
6
7
8
下一页
末页