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

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

Redmi Note 9 5g(M2007J22C)刷TWRP,Magisk,LSPosed

## step 1 解锁手机  - [小米官方解锁工具及教程](https://www.miui.com/unlock/download.html)## step 2 刷Android10官方rom(可选)   如果MIUI版本是12.5.1(Android 11),可以选择降低到V12.5.8.0.RJECNXM(Android 10),我在Android 11上用
阅读全文

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
阅读全文

阿里云老用户续费优惠,一年6.5折扣

  • Adamin90
  • 2021-12-14 21:20:03
  • VPS
    今天朋友跟我说服务器要续费了,发给我一张截图比去年贵了好几千,但是服务器上部署的网站和内容太多不好迁移。    然后我找了找,阿里云有针对老用户的续费活动,能省下不少钱 。直达链接:阿里云老用户续费活动 这个优惠还是不错的,一年老用户享受6.5折扣,3年6.3折,5年6折详细步骤:点击活动链接&nbs
阅读全文

Xshell通过跳板机连接只有ipv6的vps

    最近折腾了一台欧洲小鸡只有ipv6地址,由于我本地宽带不支持ipv6,所以没有通过xshell或者putty直连。    解决方式可以通过跳板机的方式连,意思就是通过支持ipv6的跳板机代理连接我们只有ipv4的vps。    如果跳板机只支持ipv4是不可行的,我们可以
阅读全文

使用warp解决vir,rn等谷歌验证码问题

使用cloudflare warp脚本解决virmach,RN等vps谷歌验证码问题
阅读全文
  • Powered by bjyblog modified by Adam © 2014-2024 www.lixiaopeng.com 版权所有 ICP证:鲁ICP备15039297号
  • 联系邮箱:14846869@qq.com