最新在做仿网易云音乐的app,在歌手的页面是需要做像微信通讯录的那种字母索引查找内容 首先是这样的 然后点击哪个字母跳转到指定位置,若滑动时也可以停在正确的位置,这种效果应该都有接触过,本来是想着做个gif上传,无奈我不会啊,笑哭 首先说下数据格式,左侧的 1 的数据格式是这样的 <div clas ...
分类:
微信 时间:
2020-07-12 18:52:37
阅读次数:
131
94% asset optimization ERROR Failed to compile with 2 errors12:47:59 ├F10: PM┤ error in ./src/module/home/page/home.vue Module build failed: Error: No ...
###在新安装mysql后进行启动发现报错 mysql启动服务命令 systemctl start mysqld@3306 Starting mysqld (via systemctl): Job for mysqld.service failed because the control proce ...
分类:
数据库 时间:
2020-07-12 00:31:47
阅读次数:
133
Windows Registry Editor Version 5.00 ;还原Windows图片查看器,By:奇 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations] " ...
从A页面跳转到B页面 A页面 wxml文件代码 <view bindtap="detail" data-id="" data-name=""></view> ////bindtap绑定事件 A页面的js文件代码 onLoad:function(){ detail:function(res){ con ...
分类:
微信 时间:
2020-07-11 19:19:40
阅读次数:
92
! ! SYS_SIZE is the number of clicks (16 bytes) to be loaded. ! 0x3000 is 0x30000 bytes = 196kB, more than enough for current ! versions of linux ! SY ...
分类:
系统相关 时间:
2020-07-11 19:07:43
阅读次数:
75
Given the array nums, for each nums[i] find out how many numbers in the array are smaller than it. That is, for each nums[i] you have to count the num ...
分类:
其他好文 时间:
2020-07-11 09:17:31
阅读次数:
48
下载zip包 https://cdn.mysql.com/archives/mysql-5.7/mysql-5.7.29-winx64.zip 解压安装包 D:\mysql-5.7.29-winx64\mysql-5.7.29-winx64 在根路径创建my.ini [mysql] # 设置mysq ...
分类:
数据库 时间:
2020-07-10 20:58:50
阅读次数:
153
注册表位置: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss\ 值 Key 类型 描述 DefaultDistribution REG_SZ 默认发行版 DefaultVersion REG_DWORD 默认WSL版本 项 Key 类型 描述 ...
分类:
其他好文 时间:
2020-07-10 15:07:13
阅读次数:
110
30天前的日期 select DATE_SUB(CURDATE(), INTERVAL 30 DAY);当时的季度 select QUARTER(now());上一个季度 select QUARTER(DATE_SUB(now(),interval 1 QUARTER));6个月前的时间 selec ...
分类:
数据库 时间:
2020-07-10 13:19:17
阅读次数:
136