logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

CentOs 7 连接外面 连接方式之 VirtualBox Host-Only Ethernet Adapter

方法一:1.楼主使用的工具是Virtual Box,选择的连接方式为 VirtualBox Host-Only Ethernet Adapter 共享网络给 VirtualBox Host-Only Ethernet Adapter打开网络共享,打开你所连接的网络, 查看VirtualBox Host-Only Ethernet Adapter 的v4ip地址,打开虚拟机重新配置ip

android WebView加载 assets html文件

今天发现自己太机智了,开发app时,用显示一个注册条约(里面有很多文字),一开始我使用的是TextView,做到一下感觉太复杂。然后思考,突然想到WebView 可以加载html文件,于是把条约做出html文件,放在assets文件下面就可以了!注意 由于android新建项目是没有assets文件夹,assets文件夹与java,res文件夹同级,不要放在res文件夹下面了哟(楼主就犯二了)最后

#android#html#java +1
到底了