码迷,mamicode.com
首页 >  
搜索关键字:manually    ( 240个结果
python模块inspect.py
inspect模块用来检查对象的类型(函数,属性,类,抽象基类,方法,模块等等) 是一个封装好的非常有用的模块。 ...
分类:编程语言   时间:2018-04-16 23:51:56    阅读次数:230
How do you explain Machine Learning and Data Mining to non Computer Science people?
How do you explain Machine Learning and Data Mining to non Computer Science people? How do you explain Machine Learning and Data Mining to non Compute ...
分类:系统相关   时间:2018-04-11 00:20:12    阅读次数:269
服务器启动报错:UNEXPECED INCONSISTENCY; RUN fsck MANUALLY
1、服务器意外停机后,启动不起来。报错:/dev/mapper/VolGroup-lv_root: UNEXPECED INCONSISTENCY; RUN fsck MANUALLY错误2、按照下方提示输入root密码,然后运行fsck -y /dev/mapper/VolGroup-lv_root进行修复(有风险最好备份数据,但是没办法,只能修复),如下图:3、reboot重启服务器
分类:其他好文   时间:2018-04-08 16:03:08    阅读次数:158
SecureCRT 8.0公布
百度搜索到的7.3 注冊码生成器还是能够用于8.0的破解。 破解时,选择手动输入(Enter Licence Manually)产生的代码。 添加了一些特性,我最看重的是: 1. 能够在以下命令窗体中除了发送字符命令,还能够发送按键动作。比方:CTRL+C,注意不是输入这个字符,按这两个键即可,须要 ...
分类:其他好文   时间:2018-03-03 14:11:45    阅读次数:200
self join in sql server
https://docs.microsoft.com/en-us/sql/ssms/visual-db-tools/create-self-joins-manually-visual-database-tools ...
分类:数据库   时间:2018-03-02 22:17:58    阅读次数:232
Win10 rabbitmqctl 命令报错
Error: unable to perform an operation on node 'rabbit@DESKTOP-M'. Please see diagnostics information and suggestions below. Most common reasons for th ...
分类:Windows程序   时间:2018-02-25 19:26:05    阅读次数:511
CentOS启动时报错修复
CentOS启动时报错“UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY”修复步骤:1、? 输入root用户密码后回车,出现命令行提示符2、? 如上图所示,检测并修复磁盘/dev/mapper/vg_centos6.9-root,输入命令:# fsck -y /dev/mapper/vg_centos6.9-root,其中-y选项表示检测每
分类:其他好文   时间:2018-02-23 15:52:48    阅读次数:276
SHELL编程练习-批量创建删除用户和组
reed是系统管理员,需要为一个教室中的服务器添加一个老师和若干学生用户,手动添加太麻烦了,请你为他编写一个bash脚本 userctr.sh 实现批量添加和删除用户。老师用户名,学生用户名和学生数量使用参数进行控制。
分类:系统相关   时间:2018-02-13 15:37:23    阅读次数:257
Determine YARN and MapReduce Memory Configuration Settings
Determine YARN and MapReduce Memory Configuration Settings "https://docs.hortonworks.com/HDPDocuments/HDP2/HDP 2.0.9.1/bk_installing_manually_book/con ...
分类:其他好文   时间:2018-01-29 16:03:24    阅读次数:197
Visual Assist 10.9.2212
download:https://share.weiyun.com/faad06228becc61427eee64d014891c2 INSTALLATION 0) Uninstall VA (if you have installed it before).0.0) Manually check ...
分类:其他好文   时间:2018-01-17 00:27:28    阅读次数:172
240条   上一页 1 ... 7 8 9 10 11 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!