码迷,mamicode.com
首页 >  
搜索关键字:available    ( 2488个结果
centos升级新内核所遇问题。
今天在centos升级到内核linux.4.4.28的时候没有成功,中途报错大概如下:***waitingforunfinishedjobs......make:INTERNAL:Exitingwith13jobservertokensavailable:shouldbe12!如果出现以上报错是因为没有安装openssl的原因,需要yum安装下openssl,操作如下:1.网络配通后..
分类:其他好文   时间:2016-11-19 03:47:07    阅读次数:516
【Supervisor】使用 Supervisor source command not found 如何解决
结论: The source command is only available in bash, and the supervisor command is run by sh. I would recommend using a script to perform your commands 代 ...
分类:其他好文   时间:2016-11-18 18:14:29    阅读次数:837
VS Code Angular Snippets
Visual Studio Code Beta is available and it supports extensions! I published my first 2 extensions for creating Angular 1 and 2 snippets. You can grab ...
分类:其他好文   时间:2016-11-17 19:42:22    阅读次数:241
(TODO:)下载图片,报错:warning: could not load any Objective-C class information from the dyld shared cache. This will significantly reduce the quality of type information available.
想使用NSInvocationOperation下载图片,然而并没有下载下来, NSData为nil, 还有报错:(打断点就报错) warning: could not load any Objective-C class information from the dyld shared cache ...
分类:系统相关   时间:2016-11-15 16:38:45    阅读次数:466
yum安装报错“Error: xz compression not available”
在测试服务器进行docker学习,有些centos7软件安装上和自己的服务器不兼容所以导致yun下载软件时报错:Error:xzcompressionnotavailable对于报错解决办法:rm-fr/var/cache/yum/x86_64/6/epel/rm-rf/etc/yum.repos.d/epel*重新安装epel源和base源wget-O/etc/yum.repos.d/CentOS..
分类:其他好文   时间:2016-11-15 01:59:54    阅读次数:189
mysql安装
Mysql:步骤1、~]#yum-yinstallmysql-server2、[root@mysql_httpd~]#tail-20/var/log/mysqld.log3、16111217:21:19[ERROR]Fatalerror:Can‘topenandlockprivilegetables:Table‘mysql.host‘doesn‘texist4、执行mysql_install_db5、重启就可以了man一下mysql_install_dbDESCRIPTIO..
分类:数据库   时间:2016-11-14 02:38:59    阅读次数:248
MySql安装
根据上一篇《MySql下载》下载的程序进行安装 如果系统已经安装了MySql产品,将会有弹窗告诉你将要更新信息 如果系统已经安装了MySql产品,将会有弹窗告诉你将要更新信息 可以选择更新,也可以Cancel然后到安装的主界面 点击上图右方的Add... 然后选载Available Products ...
分类:数据库   时间:2016-11-13 18:52:16    阅读次数:176
mysql安装
Mysql:步骤1、~]#yum-yinstallmysql-server2、[root@mysql_httpd~]#tail-20/var/log/mysqld.log3、16111217:21:19[ERROR]Fatalerror:Can‘topenandlockprivilegetables:Table‘mysql.host‘doesn‘texist4、执行mysql_install_db5、重启就可以了man一下mysql_install_dbDESCRIPTIO..
分类:数据库   时间:2016-11-13 02:36:22    阅读次数:156
Arduino101学习笔记(十)—— 串口通信
//打开串口 Serial.begin(9600); //获取串口上可读取的数据的字节数。该数据是指已经到达并存储在接收缓存(共有64字节)中 Serial.available(); //读串口数据,串口上第一个可读取的字节(如果没有可读取的数据则返回-1)- int型 Serial.read();... ...
分类:其他好文   时间:2016-11-12 16:14:07    阅读次数:414
eclipse中jsp文档无语法着色,安装Eclipse Java Web Developer Tools插件
一、安装Eclipse Java Web Developer Tools插件 1、eclipse菜单:help/install New Software,打开Available Software窗体; 2、Available Software窗体:Work with下拉框中选择mars - http ...
分类:编程语言   时间:2016-11-11 07:30:50    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!