码迷,mamicode.com
首页 >  
搜索关键字:contain    ( 5282个结果
第一个程序
HelloWorld 新建存放代码文件夹 新建一个java文件 文件后缀名为.java hello.java 编写代码 public class Hello{ public static void main (String[] args){ System.out.print("Hello,World ...
分类:其他好文   时间:2020-06-30 00:41:27    阅读次数:54
px to rem插件 使用
这里选择的是px to rem插件,使用步骤: 1、首先,安装px to rem插件; 2、然后,在设置->用户设置中->扩展中找到【px to rem】; 如图: 3、或者直接在setting.json中配置 1 2 "px-to-rem.px-per-rem": 75, "px-to-rem.n ...
分类:其他好文   时间:2020-06-30 00:38:39    阅读次数:176
圣杯布局与双飞翼布局
这两种模型都是为了做到一种左右固定中间自适应的效果,听到的有人对于圣杯布局和双飞翼布局的描述很形象,首先一个圣杯的左右把柄和圣杯是一体的,所以body里面的代码是这样的: 1 <div class="container"> 2 <div class="center"></div> 3 <div cl ...
分类:其他好文   时间:2020-06-29 23:08:56    阅读次数:112
Typora的使用
Typora的日常使用方法 原文地址:https://www.jianshu.com/p/a6a6a22e9393 ” Markdown 是一种轻量级标记语言,创始人是约翰·格鲁伯(John Gruber)。它允许人们 “使用易读易写的纯文本格式编写文档,然后转换成有效的 HTML 文档。” 1. ...
分类:其他好文   时间:2020-06-29 18:28:23    阅读次数:67
90. Subsets II
Given a collection of integers that might contain duplicates, nums, return all possible subsets (the power set). Note: The solution set must not conta ...
分类:其他好文   时间:2020-06-29 00:11:37    阅读次数:54
SpringBoot 2.x 统一异常处理
1、统一异常处理类package cn.hadron.controller;import org.springframework.web.bind.annotation.ControllerAdvice;import org.springframework.web.bind.annotation.E ...
分类:编程语言   时间:2020-06-28 22:43:53    阅读次数:71
训练赛
CCSU团队训练赛 H - Billionaires URAL - 1650 ? You probably are aware that Moscow holds the first place in the world with respect to the number of billionai ...
分类:其他好文   时间:2020-06-28 22:22:44    阅读次数:149
Docker 学习第四课
搭建php-fpm apache nginx 环境 docker-compose.yml文件 networks: net: driver: bridge ipam: config: - subnet: 192.138.0.0/16 services: apache: container_name: ...
分类:其他好文   时间:2020-06-28 18:24:12    阅读次数:69
Docker 学习第二课
1、docker-compose 搭建Apache-php 新建docker-compose.yml文件 version: "3.8" networks: net: driver: bridge ipam: config: - subnet: 192.158.0.0/16 services: fpm ...
分类:其他好文   时间:2020-06-28 15:20:32    阅读次数:46
django form 表单实现前端认证以及显示错误信息
大致是这样的流程。代码实现 前端部分,没什么样式。只是单纯为了实现注册验证 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href= ...
分类:其他好文   时间:2020-06-28 12:56:33    阅读次数:62
5282条   上一页 1 ... 26 27 28 29 30 ... 529 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!