码迷,mamicode.com
首页 >  
搜索关键字:some    ( 6613个结果
[LeetCode] 775. Global and Local Inversions
We have some permutation A of [0, 1, ..., N - 1], where N is the length of A. The number of (global) inversions is the number of i < j with 0 <= i < j ...
分类:其他好文   时间:2021-04-07 11:05:47    阅读次数:0
[LeetCode] 781. Rabbits in Forest
In a forest, each rabbit has some color. Some subset of rabbits (possibly all of them) tell you how many other rabbits have the same color as them. Th ...
分类:其他好文   时间:2021-04-06 14:17:51    阅读次数:0
Lecture 2. Discovering what people can't tell you: Contextual Inquiry and Analysis Methodology
Contextual Inquiry and Analysis Methodology—— 背景研究 & 分析方法 1、Some usability Methods Contextual inquiry Contextual Analysis (Design) Paper prototype 【原型 ...
分类:其他好文   时间:2021-04-05 12:46:46    阅读次数:0
Leetcode 524. Longest Word in Dictionary through Deleting
Description: Given a string s and a string array dictionary, return the longest string in the dictionary that can be formed by deleting some of the gi ...
分类:其他好文   时间:2021-04-05 12:21:20    阅读次数:0
【网络通信】消息队列
一、什么是消息队列? 消息队列不知道大家看到这个词的时候,会不会觉得它是一个比较高端的技术,反正我是觉得它好像是挺牛逼的。 消息队列,一般我们会简称它为MQ(Message Queue),嗯,就是很直白的简写。 我们先不管消息(Message)这个词,来看看队列(Queue)。这一看,队列大家应该都 ...
分类:其他好文   时间:2021-04-02 13:09:28    阅读次数:0
《React:引领未来的用户界面开发框架》读书记录 03
今天查看的内容主要讲了React中Jsx的一些使用技巧以及Jsx与Html的不同之处 如何在Jsx中使用动态值,可以像下面这样 <div>{this.state.oneState}</div> <div>{boolean ? 'true' : 'false'}</div> <div>{this.ge ...
分类:其他好文   时间:2021-04-01 13:32:29    阅读次数:0
COMP3322 BModern Technologies
COMP3322 BModern Technologies on World Wide WebAssignment TwoTotal 10 pointsDeadline: Mar 29, 2021 23:59OverviewYou are going to design and develop a ...
分类:其他好文   时间:2021-04-01 13:12:04    阅读次数:0
postgres jsonb
t=# create table d(i bigserial, j jsonb); CREATE TABLE t=# insert into d(j) select ('{"foreign_data":{ "some_key": '||g||', "src_data": { "VEHICLE": { ...
分类:Web程序   时间:2021-03-30 13:09:19    阅读次数:0
redis 执行lua脚本
参考: https://redis.io/commands/eval 参考:https://redis.io/topics/ldb 1. redis-cli 命令行测试 命令如下:key 可以理解用于传键名称,而arg 用于传递其他参数 EVAL script numkeys key [key .. ...
分类:其他好文   时间:2021-03-16 11:59:42    阅读次数:0
Micronaut微服务 | 基础入门
Some people hear their own inner voices with great clearness. And they live by what they hear.Such people become crazy,or they become legends ...... 有 ...
分类:其他好文   时间:2021-03-10 13:21:51    阅读次数:0
6613条   上一页 1 ... 3 4 5 6 7 ... 662 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!