码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
HTML-Note
``在 HTML 5 中,有一个新的 charset 属性,它使字符集的定义更加容易。 charset character encoding 定义文档的字符编码。 e.g. `` ``定义html表格中的行 ``元素包含一个或多个th/td元素 th:定义表格内的表头单元格,会居中加粗 td: 定义 ...
分类:Web程序   时间:2019-04-09 11:12:36    阅读次数:147
637. Average of Levels in Binary Tree(一棵树每层节点的平均数)(二叉树的层序遍历)
Given a non-empty binary tree, return the average value of the nodes on each level in the form of an array. Example 1: Note: 这个题主要想总结一下bfs算法: 广度优先遍历:类 ...
分类:其他好文   时间:2019-04-09 00:47:41    阅读次数:145
iOS VIPER架构(二)
第一篇文章对VIPER进行了简单的介绍,这篇文章将从VIPER的源头开始,比较现有的几种VIPER实现,对VIPER进行进一步的职责剖析,并对各种细节实现问题进行挖掘和探讨。最后给出两个完整的VIPER实现,并且提供快速生成VIPER代码的模板。 Demo和轮子的github地址是:ZIKViper ...
分类:移动开发   时间:2019-04-08 18:42:57    阅读次数:152
工具进化史
工具的进化之路 https://www.jianshu.com/p/ca8596f4e5f8 上帝也疯狂观后感 人类工具的进化 https://gonglve.baidu.com/view/f3e57fde50e2524de4187e05 https://gonglve.baidu.com/view ...
分类:其他好文   时间:2019-04-08 00:53:46    阅读次数:162
Koko Eating Bananas LT875
Koko loves to eat bananas. There are N piles of bananas, the i-th pile has piles[i] bananas. The guards have gone and will come back in H hours. Koko ...
分类:其他好文   时间:2019-04-08 00:48:39    阅读次数:186
88. Merge Sorted Array(js)
88. Merge Sorted Array Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1as one sorted array. Note: The number of elements initia ...
分类:Web程序   时间:2019-04-07 22:17:44    阅读次数:180
01. jupyter环境安装
[TOC] 01. jupyter环境安装 一. 什么是 jupyter Notebook? 1.简介 Jupyter Notebook是基于网页的用于交互计算的应用程序。其可被应用于全过程计算:开发、文档编写、运行代码和展示结果。——Jupyter Notebook官方介绍 简而言之,Jupyte ...
分类:其他好文   时间:2019-04-07 22:12:44    阅读次数:181
nginx配置ssl证书后无法访问https
一直听说https更安全,要安装证书,一直没试过,今天终于试了试 首先得有个http的域名网站,服务器。 到阿里云的安全-ssl证书管理申请一个免费的,可以绑定一个域名 然后完善资料,照着例子配置一个ssl 重启nginx 具体流程阿里云有文档 下面是我的conf配置文件 配置好后 重启nginx ...
分类:Web程序   时间:2019-04-07 21:53:43    阅读次数:312
XSD-学习总结
1.代码详细分析 其中: 表示 schema 中用到的元素和数据类型来自命名空间 "http://www.w3.org/2001/XMLSchema"。 同时它还规定了来自命名空间 "http://www.w3.org/2001/XMLSchema" 的元素和数据类型应该使用前缀 xs; 表示被此 ...
分类:其他好文   时间:2019-04-07 20:26:16    阅读次数:203
【LeetCode每天一题】Remove Element(移除指定的元素)
Given an array nums and a value val, remove all instances of that value in-place and return the new length.Do not allocate extra space for another arr ...
分类:其他好文   时间:2019-04-07 13:04:58    阅读次数:144
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!