码迷,mamicode.com
首页 >  
搜索关键字:versions    ( 882个结果
工程目录结构
├── README.md │ ├── build.js <= 构建脚本 │ ├── check-versions.js <= Node Npm版本检查 │ ├── dev-client.js <= 开发客户端:浏览... ...
分类:其他好文   时间:2017-08-16 09:56:12    阅读次数:162
MariaDB小版本升级10.1.22 -> 10.1.26
一、升级原因因为版本bug,导致DB经常crash。原因可能是由于innodb采用新的统计信息收集问题。相关网页:https://jira.mariadb.org/browse/MDEV-12281https://bugs.mysql.com/bug.php?id=84940二、升级环境linux:CentOS7架构:一主一从使用rpmyum方式安装的MariaDB,systemd启..
分类:数据库   时间:2017-08-15 23:01:22    阅读次数:304
js判断用户使用设备及移动端竖屏代码实现
用法:if(browser.versions.iPad){$(".MapJSBtn").click(function(e){alert(1)}) 手机横屏的媒体查询@media screen and (orientation:landscape) {.checkStateMenu,.mainNav ...
分类:移动开发   时间:2017-08-11 13:28:25    阅读次数:209
【Datastage】Datastage在win10上安装报错:This Application requires one of the following versions of the .NET Framework:v1.1.4322 Do you want to install this .NET Framework version now?
Datastage在win10上安装报错如下:这个错误的意思是:。netFramWork的版本不符合要求,于是,我在网上下载了一个版本一致的下载地址为:http://pan.baidu.com/s/1i5kmEfN下载完成以后,就可以开始安装了,但是在win10上安装DataStage时会出现检查不... ...
分类:移动开发   时间:2017-08-10 19:44:31    阅读次数:1203
squid
1安装http://www.squid-cache.org/Versions/v3/3.0/ yum-yinstallopenssl-developenssl tarsquid-3.0.STABLE20.tar.gz cdsquid-3.0.STABLE20 ./configure--prefix=/application/squid3.0--enable-dlmalloc--enable-debug-cbdata--enable-async-io=100--with-pthreads..
分类:其他好文   时间:2017-08-06 19:20:59    阅读次数:253
maven 发布到 本地仓库
setting.xml 中 发布命令 clean deploy 更新子模块版本命令: mvn versions:update-child-modules ...
分类:其他好文   时间:2017-08-05 00:11:40    阅读次数:211
ubuntu上virtualbox无法找到usb设备【解决】
How to set up USB for Virtualbox? USB in different versions of Virtual Box For use of USB in Virtual Box 3.x you need a PUEL-version. From Virtual Box ...
分类:系统相关   时间:2017-07-30 21:11:35    阅读次数:312
innodb之change buffer被动merge
被动merge情景一。二级索引页空间不足:ibuf0ibuf.cc:: ibuf_insert_low 1、当尝试缓存插入操作时,假设预估二级索引page的空间不足。可能导致索引分裂,则定位到尝试缓存的page no在ibuf tree中的位置,最多merge 8个page,merge方式为异步,即 ...
分类:数据库   时间:2017-07-27 20:23:55    阅读次数:190
TeamViewer 的早期版本下载
对于10及上以的:https://www.teamviewer.com/zhcn/download/previous-versions/ 5~9的版本下载:https://community.teamviewer.com/t5/Knowledge-Base/Where-can-I-download- ...
分类:其他好文   时间:2017-07-26 23:28:58    阅读次数:219
882条   上一页 1 ... 42 43 44 45 46 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!