码迷,mamicode.com
首页 >  
搜索关键字:example    ( 17798个结果
Mezzanine
https://www.techopedia.com/definition/21300/pci-mezzanine-card-pmc https://whatis.techtarget.com/definition/mezzanine 服务器主板上,有mezz插槽 mezz是mezzanine的缩写 ...
分类:其他好文   时间:2020-07-21 21:29:12    阅读次数:130
一个比较好看的typora主题
:root { --bg-color: white; /*change background*/ --text-color: black; /*change text color*/ --md-char-color: #C7C5C5; /*change color of meta characetr ...
分类:其他好文   时间:2020-07-21 00:59:10    阅读次数:457
MYSQL之存储引擎
mysql的文件系统 1.mysql提供的存储引擎 01)InnoDB 适合数据增删改查 02)MyISAM 存储一些只读的数据 03)MEMORY 支持hash索引 04)ARCHIVE 05)FEDERATED 06)EXAMPLE 07)BLACKHOLE 08)MERGE 09)NDBCLU ...
分类:数据库   时间:2020-07-20 22:53:18    阅读次数:113
[LeetCode] 1100. Find K-Length Substrings With No Repeated Characters
Given a string S, return the number of substrings of length K with no repeated characters. Example 1: Input: S = "havefunonleetcode", K = 5 Output: 6 ...
分类:其他好文   时间:2020-07-20 10:52:27    阅读次数:55
SDS——重用StringBuilder
package example.java; /** * @author 杜科 * @description 简单动态字符串,非线程安全。采取类似buffer的设计,使其成为一个可以方便重用的StringBuilder * @contact AllenDuke@163.com * @date 2020 ...
分类:其他好文   时间:2020-07-19 23:18:33    阅读次数:92
03-树3 Tree Traversals Again (25分)
03-树3 Tree Traversals Again (25分) An inorder binary tree traversal can be implemented in a non-recursive way with a stack. For example, suppose that w ...
分类:其他好文   时间:2020-07-19 23:08:36    阅读次数:84
Life Cycle Stages of IIS 7.0
Life Cycle Stages The following table lists the stages of the ASP.NET application life cycle with Integrated mode in IIS 7.0. 1.A request is made for ...
分类:其他好文   时间:2020-07-19 00:41:52    阅读次数:70
使用Flume
实例1: 监听端口,把输入端口的信息以日志的形式输出到控制台中 cd /usr/local/flume/apache-flume-1.6.0-cdh5.9.0-bin/conf vim example.conf # 命名此代理上的组件 agent.sources = seqGenSrc # sour ...
分类:Web程序   时间:2020-07-18 22:49:42    阅读次数:97
zookeeper常用命令
zookeeper目前是构建分布式系统的重要组件 #进入zookeeper命令行 zkCli.sh #查看子节点 ls / #创建临时master节点,创建临时workers节点 create -e /master "master2.example.com:2223" create /workers ...
分类:其他好文   时间:2020-07-18 19:59:42    阅读次数:61
1395. Count Number of Teams
问题: 给定一组带有评分rating的士兵序列。 求从中挑出3个士兵 i, j, k (i<j<k)为一个小组,使得第 i, j, k 名士兵的 rating递增or递减。 这样的小组有多少个。 Example 1: Input: rating = [2,5,3,4,1] Output: 3 Exp ...
分类:其他好文   时间:2020-07-18 16:04:17    阅读次数:67
17798条   上一页 1 ... 22 23 24 25 26 ... 1780 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!