logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【Android】四大组件之BroadcastReceiver

BroadcastReceiver用于监听系统或应用发出的广播事件,实现跨组件通信。

文章图片
#android
Leetcode-132.Palindrome Partitioning II [C++][Java]

Given a string s, partition s such that every substring of the partition is a palindrome. Return the minimum cuts needed for a palindrome partitioning of s.

文章图片
#算法#java#leetcode +1
Leetcode-668. Kth Smallest Number in Multiplication Table[C++][Java]

Given three integers m, n, and k, return the kth smallest element in the m x n multiplication table.

文章图片
#leetcode#c++#java
Windows上通过VirtualBox安装Linux虚拟机

在Windows系统中,通过VirtualBox,创建一个基于Linux内核的操作系统。

文章图片
#linux#运维
到底了