1、准备工作:安装gcc编译环境 2、创建cpp文件[root@localhost demo]# touch test.cpp[root@localhost demo]# vim test.cpp 3、编译运行文件 (注:书写格式) ...
分类:
编程语言 时间:
2019-12-26 10:03:14
阅读次数:
80
3. Longest Substring Without Repeating Characters Medium 7205424Add to ListShare Given a string, find the length of the longest substring without repe ...
分类:
其他好文 时间:
2019-12-25 12:53:25
阅读次数:
75
Servlet是在Java Web容器上运行的小程序,通常我们用Servlet来处理一些较为复杂的服务器端的业务逻辑。值得注意的是在Servlet3.0之后(Tomcat7+)可以使用注解方式配置Servlet了。 Servlet3.0之前的版本都需要在web.xml中配置,Servlet是两对标签 ...
分类:
编程语言 时间:
2019-12-25 01:57:28
阅读次数:
103
这里将介绍Flink对有状态计算的支持,其中包括状态计算和无状态计算的区别,以及在Flink中支持的不同状态类型,分别有 Keyed State 和 Operator State 。另外针对状态数据的持久化,以及整个 Flink 任务的数据一致性保证,Flink 提供了 Checkpoint 机制处 ...
分类:
其他好文 时间:
2019-12-24 18:32:48
阅读次数:
94
A self-dividing number is a number that is divisible by every digit it contains. For example, 128 is a self-dividing number because 128 % 1 == 0, 128 ...
分类:
其他好文 时间:
2019-12-24 17:05:35
阅读次数:
90
12/19-12/26 python 1 # -*- coding: utf-8 -*- 2 3 import sys 4 ans = [1,2,3,4,5,6] 5 6 def operate(fun): 7 8 a = ans[0] 9 b = ans[1] 10 c = ans[2] 11 d ...
分类:
其他好文 时间:
2019-12-24 13:58:58
阅读次数:
65
public static void main(String[] args) { File file = new File("C:\\Users\\Administrator\\Desktop\\aa\\sdcbz.slpk");//当前压缩文件 ZipInputStream zin;//创建Zip... ...
分类:
编程语言 时间:
2019-12-23 14:55:40
阅读次数:
86
格式化输出 age: 19 My age is19 age: 19 My age is 19 age: 19 My age is 19 name: qiangge age: 16 height: 175 My name is qiangge , My age is 16 , My height is ...
分类:
其他好文 时间:
2019-12-23 13:08:00
阅读次数:
90
项目搭建 1== 需要创建的文件夹 styles 存放公共的样式 components 存放组件 lib第三方库的 utils 自己的帮助库 reques 自己的接口 2==》如何快速创建页面 在app.json中 写好页面路径。直接保存,就会自动生成文件 "pages/good_lis/good_ ...
分类:
微信 时间:
2019-12-22 22:53:28
阅读次数:
154
MSc in RoboticsProgramming Methods for Robotics AssignmentIrene Moulitsas & Peter SherarCranfield UniversityHand in date: 17/01/20 (FT), 31/01/20 (PT) ...
分类:
其他好文 时间:
2019-12-22 20:30:17
阅读次数:
129