ViewPager2 使用说明书 零.Demo 项目源码 演示 apk 如果对你有用,希望能给个 star,谢谢. 一.功能 官方关于使用 ViewPager2 创建滑动视图的说明: Swipe views allow you to navigate between sibling screens, such as tabs, with a horizontal finger gesture, or swipe. This navigation pattern is also referred
一.修改ssh默认端口,防止暴力破解,让系统安全多一点点: i. 在配置文件/etc/ssh/sshd_config文件中修改 Port #AddressFamily any #ListenAddress 0.0.0.0 #ListenAddress :: ii. 然后重启sshd [root@localhost ~]# systemctl restart sshd iii. 如果自定义端口,重启sshd出现如下报错: [root@localhost ~]# systemctl restart