<nz-descriptions-item nzTitle="头像" nzSpan="24"> <nz-upload class="avatar-uploader" nzAction="/baseupload" nzListType="picture-card" [nzShowUploadList] ...
分类:
其他好文 时间:
2021-05-24 08:08:28
阅读次数:
0
嗯....登录按钮的关键字是Avatar 对于这个按钮的绑定的功能 在C:\feikua\chromium\src\chrome\browser\ui\views\frame\browser_view.cc void BrowserView::ShowAvatarBubbleFromAvatarBu ...
分类:
其他好文 时间:
2021-05-24 05:30:41
阅读次数:
0
gitblit 非常简单易用的开源免费的git服务端,能满足一般的git server的要求,非常好。 安装非常简单:http://gitblit.github.io/gitblit/ 下载windows或linux版本,默认启动或简单改一下配置文件的端口就能用,不需要数据库。 记录一下遇到的小问题 ...
分类:
其他好文 时间:
2021-05-03 12:04:32
阅读次数:
0
今天在做调取相册返回的时候, 出现一种新型的类型, 也许是我以前没碰到过这种类型吧.如下 content://com.android.providers.downloads.documents/document/raw%3A%2Fstorage%2Femulated%2F0%2FDownload%2 ...
分类:
移动开发 时间:
2021-04-02 13:09:59
阅读次数:
0
1.通过node_moldules方式引入uview框架,使用AvatarCropper 头像裁剪 时,需要将 您需要去node_modules文件中,按路径/node_modules/uview-ui/components/u-avatar-cropper/u-avatar-cropper.vue ...
分类:
微信 时间:
2020-12-23 11:54:03
阅读次数:
0
<div class="media" th:each="question:${questions}"> <div class="media-left"> <a href="#"> <img class="media-object img-rounded" th:src="${question.use ...
分类:
其他好文 时间:
2020-11-17 12:49:18
阅读次数:
10
最近在跟着蛮牛教育学习Unity3d实战项目PokemonGo 尽管视频里老师讲解得很详细(奈何我是菜中之菜) 开发过程中还是遇到了不少问题 所以想简单做一个记录,欢迎指正批评! 一、地图人物玩家替换报错之为什么我动不了了? 问题描述:在导入人物模型后,设置好参数拖入Avatar中,然后删除原有角色 ...
分类:
编程语言 时间:
2020-07-30 14:33:11
阅读次数:
86
1. sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' 2. sudo apt-key adv -- ...
// 1. 数据库数据 // { // "avatar": { // 集合(表名) // "data": [ // 数据 // { // "_id": "1", // "alias": "john", // "region": "asia", // "scores": [40, ...
分类:
数据库 时间:
2020-07-27 23:57:42
阅读次数:
100
insert into t_user (id, avatar, create_time, email, nick_name, password, type, update_time, user_name, file_id, register_method, token, short_message, ...
分类:
数据库 时间:
2020-07-24 16:25:00
阅读次数:
102