码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
每天一个Linux命令(3)-设置时区(tzselect)
设置亚洲->中国->北京时区 zze@ubuntu18:~$ tzselect Please identify a location so that time zone rules can be set correctly. Please select a continent, ocean, "co ...
分类:系统相关   时间:2018-08-25 17:27:11    阅读次数:376
LNMP架构搭建
环境准备‘关闭防火墙和selinux‘[root@arongya~]#systemctlstopfirewalld[root@arongya~]#systemctldisablefirewalld[root@arongya~]#setenforce0[root@arongya~]#sed-ri‘s/(SELINUX=).*/\1disabled/g‘/etc/selinux/config配置ngi
分类:其他好文   时间:2018-08-24 19:30:05    阅读次数:162
svn大仓库拆小仓库迁移保留commit
svn大仓库拆小仓库迁移保留commit并忽略对文件追踪svn迁git,及增量更新svn迁git仓库参考http://blog.51cto.com/674564591/2164060过程:1.gitsvnclonehttp://10.6.60.40/svn/XXXX/SourceCode--authors-file=/root/author.txt--branches=26prpinsbackup
分类:其他好文   时间:2018-08-24 19:28:49    阅读次数:160
解决Reloading agent exited via exception, please raise a jira
项目跑着好好的,不知道动到哪里 ,然后报着错误,Reloading agent exited via exception, please raise a jira,各种修改,比如尝试去找springboot 项目在eclipse下编译的代码,也不知道找到了没有,乱删一通,然后又是什么, org.sp ...
分类:其他好文   时间:2018-08-24 02:07:55    阅读次数:737
【shell脚本学习-2】
#!/bin/bash - #echo do you have exetuate this project \n printf "please input your passwd" stty -echo read pass 1.txt | sort > 2.txt #echo "1 6 8 1 4 ...
分类:系统相关   时间:2018-08-23 22:20:42    阅读次数:295
自学huawei之路-6005-8AP设备启动界面
[YK-MES-MASTER] Please check whether system data has been changed, and save data in time Configuration console time out, please press any key to log o ...
分类:其他好文   时间:2018-08-23 13:01:37    阅读次数:328
输出调试技巧 PRINTF()
PRINTF("write license file success"); PRINTF("!Your license is expired,Please upgrade permissions"); 输出效果如下: 111:writeLicFile::write license file succ ...
分类:其他好文   时间:2018-08-23 12:01:44    阅读次数:188
centos 7 安装mysql5.6rpm格式
1查看是否安装了mysql rpm -qa|grep -i mysql 如果安装了请卸载:rpm -e --nodeps MySQL... 2、没有安装则进行如下操作 下载mysql rpm tar包 https://dev.mysql.com/downloads/mysql/ 格式为rpm的最好里 ...
分类:数据库   时间:2018-08-23 10:45:58    阅读次数:205
freopen重定向输入
当一个程序调试需多次手动输入数据时,可采用freopen()库函数,先将测试数据存入文件,再调用该函数将输入由键盘重定向为文件,也可以调用该函数将输出由屏幕重定向为文件,直接在文件中查看。 用法: freopen( "path","mode", stream ); 其中path表示用于存储输入输出的 ...
分类:其他好文   时间:2018-08-22 17:11:49    阅读次数:138
git commit 时出现:please enter the commit message for your changes
每次准备提交前,先用 git status 看下,是不是都已暂存起来了,然后再运行提交命令 git commit: 这种方式会启动文本编辑器以便输入本次提交的说明。(默认会启用 shell 的环境变量 $EDITOR 所指定的软件,一般都是 vim 或 emacs。当然也可以按照第一章介绍的方式,使 ...
分类:其他好文   时间:2018-08-21 15:19:21    阅读次数:621
3193条   上一页 1 ... 81 82 83 84 85 ... 320 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!