思路参考:最长公共子序列 public class Solution { /** * longest common substring * @param str1 string字符串 the string * @param str2 string字符串 the string * @return st ...
分类:
其他好文 时间:
2020-10-08 18:32:02
阅读次数:
18
1、LCC外形包装Quectel GNSS模块 :L26-DR,带GPS / GLONASS /北斗/伽利略 简介: 芯片组:特塞欧型号:L26ADR-S89应用:智能城市/工业; 跟踪器; 无线支付。等。品牌:移远外形尺寸:低成本航空公司PSTM:ST专用协议NMEA:ASCII,0183,3.0 ...
分类:
其他好文 时间:
2020-09-23 23:43:01
阅读次数:
58
如何查看ip地址 Windows Linux ipconfig ifconfig ip addr ifconfig和ip addr的区别 ifconfig : net-tools ip addr: iproute2 IP地址类别 IP地址是一个网卡在网络世界的通讯地址,相当于我们现实世界的门牌号码。 ...
分类:
其他好文 时间:
2020-09-18 01:47:34
阅读次数:
28
一、查询 1.点数据:“0101000020E61000002596731D61DA5E40D0DECF4F9EED4440” Geojson 格式查询 : ST_AsGeojson(ST_GeomFromText(st_astext(字段))) select ST_AsGeojson(ST_Geo ...
分类:
其他好文 时间:
2020-09-17 23:07:41
阅读次数:
35
1.css样式规则: 选择器:属性:属性值 css样式表: 行内式 <h2 style="font-size: 30px;color: blue;">使用css行内式修饰</h2> 内嵌式 <style> h1{ color: aqua;/*内嵌式*/ font-size: 50px; } </st ...
分类:
Web程序 时间:
2020-09-17 22:26:27
阅读次数:
40
typedef struct{ int val; int index; }st; int cmp(const void* a, const void* b){ return ((st*)a)->val - ((st*)b)->val; } int* arrayRankTransform(int* a ...
分类:
编程语言 时间:
2020-09-17 20:52:31
阅读次数:
33
想对一个对象进行处理,又想保留原有的数据进行接下来的操作,就需要克隆了,Java语言中克隆针对的是类的实例。 一、实现Cloneable接口 package Base; public class SimpleObject implements Cloneable{ private String st ...
分类:
编程语言 时间:
2020-09-17 16:32:32
阅读次数:
26
数据结构八大排序中的图解 1.排序的基本概念 2.交换类排序法 ? 1-冒泡排序 ? 2-快速排序 #include <stdio.h> #include <stdlib.h> #include <string.h> int stack[512]; int top = 0; void init_st ...
分类:
编程语言 时间:
2020-09-17 12:34:28
阅读次数:
20
条件分支 简单分支(if...else...)在java编程的基础用法上进行了强化 var boolean : Boolean = true; //简单分支 if(boolean){ st_tv_hello.text = "123" }else{ st_tv_hello.text = "456" } ...
分类:
其他好文 时间:
2020-09-11 14:21:04
阅读次数:
38
我研究了3个例子:北京大学的wiki2bio、谷歌的ToTTo、微软的WIKITABLETEXT 北京大学的wiki2bio Liu, T., Wang, K., Sha, L., Chang, B., & Sui, Z. (2018). Table-to-text generation by st ...
分类:
其他好文 时间:
2020-09-08 20:44:10
阅读次数:
56