在Ubuntu22.0.4上安装jadx

在Ubuntu22.0.4上安装jadx获取jadx版本号curl -s "https://api.github.com/repos/skylot/jadx/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+'
阅读全文

Android上使用termux开启ssh,并在pc端连接

Android上使用termux开启ssh,并在pc端连接需求背景看同事在公司的android设备上装termux想搞远程adb,周末自己在家也想着玩玩。首先在手机上安装了termux,接下来需要在手机上敲一堆命令有点麻烦,所以想着在手机上开启ssh,就可以通过局域网内的pc连接手机的ssh在电脑上敲命令了。termux可以在https://f-droid.org/zh_Hans/packages
阅读全文

install selenium,chrome,ChromeDriver on Aliyun CentOS ECS

install selenium yum install selenium2. install chrome  yum install epel-release yum install https://dl.google.com/linux/direct/google-chrome-stable_curre
阅读全文

UML class diagram-UML类图

    The UML diagram is a graphical notation used to construct and visualize object oriented systems. A class diagram in the Unified Modeling Language is a type of static structure
阅读全文

SOLID principles of Object-Oriented Design-面向对象设计的SOLID五大准则

面向对象设计有五大准则,遵循这五大准则,能够使我们的代码更加健硕,易维护,易扩展。它们分别是:单一职责原则,开闭原则,里氏替换原则,接口隔离原则,依赖倒置原则。
阅读全文

Quicksort Algorithm Using Lomuto partition Scheme-Lomuo分割方案的快速排序算法

 QuickSort is another algorithm form Divide and Conquer category.It operates by breaking down large problems into smaller,more easily solvable problems.快速排序是分治算法分类中的另一种算法,它通过把大问题拆分成更小,更容易解决的问题操作。
阅读全文

Merge Sort Algorithm-归并排序

Merge Sort belongs to the category of Divide and Conquer algorithms.These algorithms operate by breaking down large problems into smaller,more easily solvable problems.  归并排序属于分治算法分类,这些算法通过把大的问题拆
阅读全文

Insertion Sort Algorithm-插入排序算法

Insertion Sort is a simple sorting algorithm that works the waywe sort playing cards in our hands.We sort the first two cards and thenplace the third card in the appropriate position within the first
阅读全文

Selection Sort Algorithm-选择排序算法

    Selection Sort is a simple sorting algorithm that find the smallestelement in the array and swaps it with the element in the first position,then find the second smallest elemen
阅读全文

Bubble Sort Algorithm-冒泡排序

    Bubble sort is an algorithm that is used to sort a list of elements,for exampleelements in an array. This algorithm compares two adjacent elements and then swapsthem if they ar
阅读全文
首页 1234 末页 共 32 条记录
  • Powered by bjyblog modified by Adam © 2014-2024 www.lixiaopeng.com 版权所有 ICP证:鲁ICP备15039297号
  • 联系邮箱:14846869@qq.com