鲤鱼钢铁侠

文章
3
资源
0
加入时间
3年0月9天

基于SpringBoot2.0+mybatis3+Maven+Thymeleaf+Bootstrap框架搭建纯净版项目

其他扩展功能 后续会逐渐增加、spring文件的上传和下载、单元测试MockMvc、拦截器和过滤器、Redis、定时任务及异步任务、ElasticSearch、RocketMQ 4.X、SpringBoot WebFlux函数式编程直接贴上github的地址,有兴趣的朋友,可以加入或者私聊,一起扩展框架和功能https://github.com/itxingqing/tool...

appium atx的学习

1、安装adb2、安装atx:pip install --pre -U uiautomator2 ;检查是否安装好,uiautomator2 -version运行python3 -m uiautomator2 init,将atx部署到手机上便于自动化,一次即可3、安装atx weditor:pip install --pre weditor,weditor是一个python库;weditor --version检查是否安装好weditor 命令行启动4、连接手机,通过USB 或 Wi-Fi..

match_parent和fill_parent的有什么区别?

最近在搞 andorid 的时候 会很纠结 match_parent和fill_parent 有什么 区别?    match_parent和fill_parent  都是填充 父控件,android2.2(API8)之前都是用 fill_parent!     API8 之后的新版本都是用 match_parent;    wrap_content 大家都知道 就是