码迷,mamicode.com
首页 >  
搜索关键字:play framework    ( 22259个结果
Spring注解之@RestController与@Controller的区别
@RestController官方地址 https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/bind/annotation/RestController.html @Targ ...
分类:编程语言   时间:2021-01-18 11:09:53    阅读次数:0
css样式 给div水平垂直居中
DIV水平垂直居中 div { width: 100px; height: 100px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;} 父级控制子集居中(弹性布局).parent { display: ...
分类:Web程序   时间:2021-01-15 11:40:06    阅读次数:0
Liunx shell的学习
Shell简单例子 查看当前工作路径并列出当前所有的文件和属性 [xiao@yang play]$ touch example.sh [xiao@yang play]$ vim example.sh [xiao@yang play]$ bash example.sh /home/xiao/Deskt ...
分类:系统相关   时间:2021-01-14 11:02:22    阅读次数:0
接口测试
一、概述 1.什么是接口? 连接两个设备,并且进行物质传递。 包括:①API(Application Program Interface):属于一种操作系统或程序接口。 ②GUI(Graphic User Interface):属于一种图形操作系统。 2.接口的类型 两种web协议接口:HTTP协议 ...
分类:其他好文   时间:2021-01-14 10:58:43    阅读次数:0
Vue基础&进阶开发教程源码
一. Vue是什么 Vue (pronounced /vju?/, like view) is a progressive framework for building user interfaces. Vue (读音 /vju?/,类似于 view) 是一套用于构建用户界面的渐进式(优秀的可定制化 ...
分类:其他好文   时间:2021-01-13 10:57:24    阅读次数:0
springboot建立web应用程序的坑(tomcat-embed-core)
这里踩了一个大坑,因为spring-boot-starter-web这个jar包中已经有tomcat了,所以有一定的机率 导致创建web项目失败, 所以要做一件事,就是把tomcat排除 <dependency> <groupId>org.springframework.boot</groupId> ...
分类:编程语言   时间:2021-01-12 11:06:17    阅读次数:0
CF1043E Solution
题目链接 题解 可以发现枚举两个在一组里的数会TLE,加之只有两个参数限制与数据范围,容易想到排序算法。 计算第$i$个人的分数和需要知道他在每一组里是$x$还是$y$,因此排序需要满足$a_i$前的数与$a_i$组合时为$x$更优,而$a_i$后的数与$a_i$组合时为$y$更优(反之亦可),也就 ...
分类:其他好文   时间:2021-01-12 11:02:49    阅读次数:0
SpringMVC配置
Spring MVC注解配置 关于IDEA的配置 创建好项目以后File → Project Structure → Artifacts 在界面中右击WEB-INF创建一个文件夹lib, 右键文件夹lib → Add Copy of → library Files 然后将所有的包添加进去。 Tomc ...
分类:编程语言   时间:2021-01-12 10:56:54    阅读次数:0
CF1466H Finding satisfactory solutions
CF1466H Finding satisfactory solutions ...
分类:其他好文   时间:2021-01-11 11:22:54    阅读次数:0
clear的值和特点及伪元素before和after的使用
clear:both的特点 元素需是块级元素 元素不能带有浮动属性 元素必须放在最后一个浮动元素的后面 用户是看不到这个元素的 clearfix清浮动方法的属性 浮动元素的父级选择器{*zoom:1;}/*只有ie7可识别 css hack写法* 浮动元素的父级选择器: 1 after{ 2 dis ...
分类:其他好文   时间:2021-01-11 11:06:27    阅读次数:0
22259条   上一页 1 ... 21 22 23 24 25 ... 2226 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!