- 博客(5)
- 资源 (4)
- 收藏
- 关注
原创 SpringMVC常用注解@Controller,@Service,@repository,@Component
@SpringMVC常用注解@Controller,@Service,@repository,@Componentspring注解的作用:总述:spring作用在类上的注解有:@Component、@Responsity、@Service以及@Controller;而@Autowired和@Resource是用来修饰字段、构造函数或者设置方法,并做注入的。当注解作用在类上时,表明这些类是交给spring容器进行管理的,而当使用@Autowired和@Resource时,表明我需要某个属性、方法或字段
2021-01-30 09:14:22
1150
1
原创 Mysql插入中文变为全问号???的问题 解决方法
@Mysql插入中文变为全问号???的问题 解决方法遇到的问题我在使用idea连接数据库时,使用insert语句插入记录时,// An highlighted block String sql2="insert into emp values(12,'赵云',12000,1) "; int result=st.executeUpdate(sql2); System.out.println(result);,虽然插入到数据库了,但是出现了中文乱码,像
2021-01-08 17:49:10
356
1
原创 idea快捷键
idea常用快捷键(尽量不要自己去改快捷键,用默认的)功能快捷键快速生成main方法psvm输出sout保存不需要任何操作运行程序Ctrl+Shift+F10任何新增/新建/添加的快捷键alt+insert窗口变大变小Ctrl+Shift+F12...
2020-12-29 09:53:28
108
原创 2020-10-22
这里写目录标题一级目录一级目录王道书上所有内部排序算法下面展示一些 内联代码片。// A code blockvar foo = 'bar';// An highlighted block#include<stdio.h>//输出函数void Print(int a[],int n){int k;for(k=0;k<n;k++) printf("%d\t",a[k]);printf("\n");}//推排序void HeadAdjust(int a[
2020-10-22 22:13:14
156
原创 c语言
C语言单链表基本功能增删改查#include <iostream>#include<cstdio>#include<cstring>#include<cmath>#include<iostream>#define Status int#define ElemType intusing namespace std;typedef struct LNode{ ElemType data; struct LNode
2020-06-12 18:34:59
224
1¥苹果Swift编程语言入门教程.zip
2019-07-03
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人