码迷,mamicode.com
首页 >  
搜索关键字:current    ( 7130个结果
线程池`基础`
种类 Executors.newCachedThreadPool ?定义:无界线程池,可自动回收 ?缺点:涌入大量任务时会大量创建线程 Executors.newFixedThreadPool ?定义:线程池中的线程数固定大小,超出的线程会在队列中等待 ?缺点:任务数量过大效率不高 Executor ...
分类:编程语言   时间:2020-07-13 18:42:05    阅读次数:76
docker基础:管理命令
容器是一种清理级、可移植、自包含的软件打包技术,使应用程序可以在几乎任何地方以相同的方式运行。 ...
分类:其他好文   时间:2020-07-13 09:43:45    阅读次数:68
Kibana
官网简介: https://www.elastic.co/guide/en/kibana/current/introduction.html 官网下载: https://www.elastic.co/cn/downloads/kibana logstash-6-1-4 下载解压,执行 ./bin/k ...
分类:其他好文   时间:2020-07-12 20:40:42    阅读次数:286
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
7130条   上一页 1 ... 23 24 25 26 27 ... 713 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!