码迷,mamicode.com
首页 >  
搜索关键字:mr wang wants some b    ( 9610个结果
大数据总结
学习过得技术 HDFS YARN MR HIVE HBASE SPARK SPARK(sparkCore、sparkSql、sparkStreaming) HDFS 数据库管理、 存磁盘 Ha模式(在zookeeper之上) 联邦机制(把大象装进冰箱) split切片 Hbase 列式数据库 半结构 ...
分类:其他好文   时间:2021-04-05 12:37:34    阅读次数: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
Meeting_3_31
Hello, Mr. Houben, this is Zhou Yanzhuo. I returned to China after being in quarantine for a month before I was able to contact people. Now I have fin ...
分类:其他好文   时间:2021-04-01 13:16:40    阅读次数: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
MySQL常用架构
MySQL架构 Replication(MR)异步复制 无法保证当master失效后所有的updates已经复制到了slaves上,只有重启master才能继续恢复这些数据,如果master因为宿主机器物理损坏而无法修复,那些尚未复制到slaves上的updates将永久性丢失;因此异步方式存在一定 ...
分类:数据库   时间:2021-03-16 11:41:49    阅读次数: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
9610条   上一页 1 ... 4 5 6 7 8 ... 961 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!