恒的博客

且随疾风前行,身后亦需留心

LeetCode problems 15

Jump Game II

广州入冬了,本学期最后一次的LeetCode博客。 Jump Game II Difficulty: Hard Description: Given an array of non-negative integers, you are initially positioned at the first index of the array. Each e...

极简博客——Go后端开发

简单 web 服务与客户端开发实战

源码仓库 本人负责的后台模块 用户的登陆与注册 用户的关注与取关 更新用户头像 获取所有用户及根据id获取用户信息 后端下载前端发送的文件的接口 负责部分的API设计 GET /user/allusers 获取所有用户 GET, PUT /user/{user_id} 获取含有对应id的用户 GET /user/{user_id}/follo...

网络与web服务

HttpURLConnection网络请求、json解析与CardView的使用

广东终于入冬了. 项目仓库 一、实验题目 WEB API——Bilibili 二、实现内容 实验内容:实现一个bilibili的用户视频信息获取软件 搜索框只允许正整数int类型,不符合的需要弹Toast提示 当手机处于飞行模式或关闭wifi和移动数据的网络连接时,需要弹Toast提示 由于bilibili的A...

LeetCode problems 14

Permutations

Invictus Gaming——We are the champion!. Permutations Difficulty: Hard Description: Given a collection of distinct integers, return all possible permutations. 题目描述 给定一组不同的整数,...

LeetCode problems 13

Trapping Rain Water

Invictus Gaming——We are the champion!. Trapping Rain Water Difficulty: Hard Description: Given n non-negative integers representing an elevation map where the width of each ba...

简单音乐播放器

MediaPlayer 与 MediaMetadataRetriever 的使用
Service后台与Activity通信
使用rxJava与Handler更新UI

Invictus Gaming——We are the champion!. 项目仓库 一、实验题目 简单音乐播放器 二、实现内容 实现一个简单的播放器,要求功能有: 播放、暂停、停止、退出功能,按停止键会重置封面转角,进度条和播放按钮;按退出键将停止播放并退出程序 后台播放功能,按手机的返回键和home键都不...

LeetCode problems 12

First Missing Positive

Invictus Gaming——We are the champion!. First Missing Positive Difficulty: Hard Description: Given an unsorted integer array, find the smallest missing positive integer. 题目描述 ...

LeetCode problems 11

Longest Valid Parentheses

Invictus Gaming——We are the champion!. Longest Valid Parentheses Difficulty: Hard Description: Given a string containing just the characters ‘(‘ and ‘)’, find the length of the lon...

Go——处理 web 程序的输入与输出

服务计算博客

源码仓库 概述 设计一个 web 小应用,展示静态文件服务、js 请求支持、模板输出、表单处理、Filter 中间件设计等方面的能力。(不需要数据库支持) 任务要求 编程 web 应用程序 cloudgo-io 基本要求实现 运行go run main.go,访问127.0.0.1:8080主页 这里我们使用template.Par...

王者荣耀英雄大全

Cooperate with wilson and lim

Invictus Gaming——We are the champion!. 一、期中项目 王者荣耀英雄大全 项目预览: 项目展示视频 二、本人负责部分 主页中“社区”页面的完成 主页中“我”页面的完成 应用登录页面的完成 产品设计 应用添加入场动画、修改应用图标 三、课堂实验结果 (1)实验截图 登录界...