码迷,mamicode.com
首页 >  
搜索关键字:wing ide    ( 19566个结果
[LeetCode] 215. Kth Largest Element in an Array_Medium tag: Array, Heap
Given an integer array nums and an integer k, return the kth largest element in the array. Note that it is the kth largest element in the sorted order ...
分类:其他好文   时间:2021-06-28 20:35:29    阅读次数:0
使用idea连接数据库时报错 Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezon
原因: mysql数据库的时区设置错误 解决办法: ①.Win+R 输入cmd 打开控制台 ②.打开数据库, 输入: mysql -uroot -p ③.查看数据库是否设置时区 show variables like '%time_zone%'; mysql> show variables like ...
分类:数据库   时间:2021-06-28 18:57:02    阅读次数:0
心理学必读书籍
网易课堂:耶鲁心理学公开课 https://open.163.com/newview/movie/free?pid=M6HUJ9GBL&mid=M6HUVL53R心理学导论 哔哩哔哩:认知心理学: https://www.bilibili.com/video/BV1CK4y1t72p?from=se ...
分类:其他好文   时间:2021-06-28 18:16:10    阅读次数:0
单细胞测序 umi
为了减少由于扩增引起的误差,人们在一些单细胞测序的步骤中增加了 UMI(unique molecular identifiers),UMIs 是由 4-10 个随机核苷酸组成的序列,在 mRNA 反转录后,进入到文库中,每一个 mRNA,随机连上一个 UMI,因此可以计数不同的 UMI,最终计数 m ...
分类:其他好文   时间:2021-06-28 18:14:29    阅读次数:0
编辑的时候获取默认值
1.弹出框表单里面获取对应要编辑的值 (jQuery 取值+赋值) <tr> <td>{{item.fid}}</td> 3 <td>{{item.name}}</td> 2 <td>{{item.price}}</td> 1 <td>{{item.quantity}}</td> 0 <td><a ...
分类:其他好文   时间:2021-06-28 17:40:26    阅读次数:0
MyBatis-Plus 分页查询
新建MybatisPlusConfig 配置文件 package com.luna.demo.config; import com.baomidou.mybatisplus.annotation.DbType; import com.baomidou.mybatisplus.extension.pl ...
分类:其他好文   时间:2021-06-25 17:27:00    阅读次数:0
@PreDestroy会影响我们开发中启动时间
最近开发中,idea重启项目总是要等待很久,盲猜只能是 @PreDestroy注解影响,所以做一下测试来验证 随便两个service 一个睡眠5秒,一个睡眠8秒 验证如下 ...
分类:其他好文   时间:2021-06-25 17:06:58    阅读次数:0
Scala基础语法
Scala-Hello World 目标,在本地启动一个项目,能够输出helloworld https://www.scala-lang.org/ 官网提供的下载安装方式有很多种。 推荐IDE: IDEA 和 VSCode 这里我安装了IDEA,就用了它。 创建scala文件的时候,提示安装Scal ...
分类:其他好文   时间:2021-06-25 17:00:41    阅读次数:0
1046 Shortest Distance (20 分)
The task is really simple: given N exits on a highway which forms a simple cycle, you are supposed to tell the shortest distance between any pair of e ...
分类:其他好文   时间:2021-06-25 16:53:38    阅读次数:0
flink下沉数据到kafka
import it.bigdata.flink.study.SensorReding import org.apache.flink.api.common.serialization.SimpleStringSchema import org.apache.flink.streaming.api.s ...
分类:其他好文   时间:2021-06-25 16:39:11    阅读次数:0
19566条   上一页 1 2 3 4 5 ... 1957 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!