<div><span>这两种标签都是布局用的这种标签本身没有任何显示效果通常是用来结合css进行页面布局 示例 1 : 看不出任何效果 这没有标签 <div> 这是一个div </div> <span>这是一个span</span> 示例 2 : div布局 一个简单的div布局的例子注: 这里使用 ...
分类:
Web程序 时间:
2020-05-23 09:20:46
阅读次数:
56
Given a string, sort it in decreasing order based on the frequency of characters. Example 1: Input: "tree" Output: "eert" Explanation: 'e' appears twi ...
分类:
其他好文 时间:
2020-05-23 00:36:39
阅读次数:
45
Level 8kyu :Count of positives / sum of negatives 给定一个整数数组。 返回一个数组,其中第一个元素是正数的计数,第二个元素是负数的总和。 如果输入数组为空或为null,则返回一个空数组。 例 对于输入[1, 2, 3, 4, 5, 6, 7, 8, ...
分类:
其他好文 时间:
2020-05-23 00:33:59
阅读次数:
52
1. csv文件自带列标题 import pandas as pd df_example = pd.read_csv('Pandas_example_read.csv') # 等同于: df_example = pd.read_csv('Pandas_example_read.csv', heade ...
分类:
其他好文 时间:
2020-05-23 00:28:53
阅读次数:
73
一、实践目标 1.能正常安装、启停Apache。理解HTML,理解表单,理解GET与POST方法,编写一个含有表单的HTML。 2.理解JavaScript的基本功能,理解DOM。编写JavaScript验证用户名、密码的规则。 3.正常安装、启动MySQL,建库、创建用户、修改密码、建表 4.连接 ...
分类:
Web程序 时间:
2020-05-22 21:11:57
阅读次数:
75
Given inorder and postorder traversal of a tree, construct the binary tree. Note:You may assume that duplicates do not exist in the tree. For example, ...
分类:
其他好文 时间:
2020-05-22 13:12:40
阅读次数:
54
Description Given an array A of integers, return the number of (contiguous, non empty) subarrays that have a sum divisible by K. Example 1: Note: 1 思路 ...
分类:
编程语言 时间:
2020-05-22 12:29:23
阅读次数:
47
Given a m * n matrix of ones and zeros, return how many square submatrices have all ones. Example 1: Input: matrix = [ [0,1,1,1], [1,1,1,1], [0,1,1,1] ...
分类:
其他好文 时间:
2020-05-22 09:28:21
阅读次数:
57
目录结构: 一:自定义注解 package org.example.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotat ...
分类:
其他好文 时间:
2020-05-21 19:33:06
阅读次数:
49
简介 xiuno 简约白色主题,适合个人博客、部分简洁论坛。 Example 使用 将解压后的 文件夹放在 plugin 目录下,登录后台,安装即可 可加群获取(↓),也可联系我。 ...
分类:
其他好文 时间:
2020-05-21 19:21:27
阅读次数:
60