logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Android-布局管理器

线性布局属性orientation 布局管理器内组件的排列方式(horizontal(水平)和vertical(垂直),默认值为 horizontal.)layout_weight 权重 à 用于设置组件占父容器剩余空间的比例layout_backgound 背景颜色layout_gravity 设置当前组件在布局管理器中的位置示例代码<?xml version="1.0" encoding

#android#webview#java
vue-admin-template框架-登录功能

它默认请求登录的地址无法登录改为http://localhost:8001进行登录调用两个方法,login登录操作方法,和info登录之后获取用户信息的方法.所以,创建两个方法实现登录1)info 返回token值2)info 返回roles name avatar接口@RestController@RequestMapping("/eduservice/user")public class Ed

#vue.js
无法连接虚拟机设备 ide1:0,因为主机上没有相应的设备。您要每次在开启此虚拟机时都尝试连接此虚拟设备吗?

阿里云:centos→下载地址→找到并点击“7/”→找到并点击“isos/”→“x86_64/”→找到4.4GB大小的镜像文件并点击开始下载。清华大学开源镜像站:https://mirrors.tuna.tsinghua.edu.cn/阿里开源镜像站:https://developer.aliyun.com/mirror/腾讯开源镜像站:https://mirrors.cloud.tencent.

文章图片
#linux#运维#服务器
Git--提交本地库

将暂存区的文件提交到本地库语法git commit -m "日志信息" 文件名示例提交

#git#github
Git--设置用户签名

设置用户签名语法git config --global user.name 用户名用户名git config --global user.email 邮箱邮箱示例git config --global user.name Stargit config --global user.email Star@xx.com查看方式一输入命令cat ~/.gitconfig方式二在你用户目录下查看文件.git

#git
HTML--超链接--a标签-跳转

页面跳转一个页面跳转到另一个页面<a href="" target="">文字或图片</a>href : 绝对地址,相对地址,根路径target :

#html#webview#wpf
到底了