沉静指甲油

文章
5
资源
0
加入时间
2年11月11天

如何在多个LinearLayout中添加分割线

<TextView android:layout_width="match_parent" android:layout_height="1dp" android:background="#000" />在Android3.0及以上版本,LinearLayout支持直接显示分割线。设置标签的android:showDividers属性可以在Linear

Android RecyclerView实现图片瀑布流

1.图片瀑布流现在几乎基本上是app最常见的图片展示方式,此文介绍RecyclerView + Glide结合实现图片瀑布流的效果,先上效果:![760F07CA8D6D5AD10D623B34EA28F162.gif](https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/1e640b6e4f614a269a4d4cbf94063fec~tplv-k3u1fbpfcp-zoom-1.image)2.具体实现如下:```// 1.设置LayoutMa

centos 端口范围_一条命令关掉centos所有不必要的服务和端口号

centos作为服务器开放的服务多了,难免一些服务软件有漏洞,开放的端口号越多,上线的服务器越危险,所以我们必须在服务器上线之前把centos里面不必要的服务全部干掉,不让坏人有可乘之机。首先看一下机器里面运行了哪些服务:(我的机器运行级别是3,只看3:on的服务就可以了)[root@centos ~]# chkconfig --list | grep "3:on"NetworkManager ...

zookeeper和kafka集群搭建-错误集合1. 出现 zookeeper server is not running2. 出现zookeeper找不到jdk问题3. docker搭建zookeeper集群网络不同6 关于修改了配置文件,重启zookeeper时会失败7. 关于kafka运行问题总结

1. 出现 zookeeper server is not running问题排查解决方案在zoo.cfg文件中加入下面配置maxClientCnxns=60standaloneEnabled=falseadmin.enableServer=true2. 出现Error: JAVA_HOME is not set and java could not be found in PATH.问题排查zookeeper是在java环境中运行的,这里是没有指定jdk路径解决方案如图就行,如果