码迷,mamicode.com
首页 >  
搜索关键字:not in current selec    ( 7498个结果
vue 类似微信通讯录格式实现网易云音乐的歌手字母查询
最新在做仿网易云音乐的app,在歌手的页面是需要做像微信通讯录的那种字母索引查找内容 首先是这样的 然后点击哪个字母跳转到指定位置,若滑动时也可以停在正确的位置,这种效果应该都有接触过,本来是想着做个gif上传,无奈我不会啊,笑哭 首先说下数据格式,左侧的 1 的数据格式是这样的 <div clas ...
分类:微信   时间:2020-07-12 18:52:37    阅读次数:131
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (72)
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 ...
分类:Windows程序   时间:2020-07-12 14:32:16    阅读次数:84
解决Linux-Centos7启动Mysql服务失败丢失mysql.sock问题
###在新安装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
Windows10 还原Windows照片查看器
Windows Registry Editor Version 5.00 ;还原Windows图片查看器,By:奇 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations] " ...
分类:Windows程序   时间:2020-07-11 19:34:54    阅读次数:76
微信小程序知识
从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
linux0.11boot之bootsect.s
! ! 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
[LeetCode] 1365. How Many Numbers Are Smaller Than the Current Number
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
mysql5.7.29 zip包安装教程
下载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
WSL 修改默认用户/WSL注册表位置
注册表位置: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss\ 值 Key 类型 描述 DefaultDistribution REG_SZ 默认发行版 DefaultVersion REG_DWORD 默认WSL版本 项 Key 类型 描述 ...
分类:其他好文   时间:2020-07-10 15:07:13    阅读次数:110
mysql 日 月 周 季度 年函数
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
7498条   上一页 1 ... 24 25 26 27 28 ... 750 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!