码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
centos软件源码编译安装httpd
使用CentOS软件过程中,可能需要用编译使用.src的软件源码包,有些是因为需要某些功能,有些是需要某个版本,以下以httpd为例:下载源码httpd并编译[root@www1~]#tar-xfhttpd-2.4.6.tar.bz2[root@www1~]#cdhttpd-2.4.6;ls#看到install文件[root@www1httpd-2.4.6]#catinstall#查看帮助,有些软
分类:Web程序   时间:2018-07-19 17:34:24    阅读次数:191
FTP-FileZilla
服务器上安装FileZilla Server连接时报You appear to be behind a NAT router. Please configure the passive mode settings and forward a range of ports in your router ...
分类:其他好文   时间:2018-07-19 16:15:35    阅读次数:184
usdt源码编译安装
1、依赖关系Boost >= 1.532、安装依赖包You will need appropriate libraries to run Omni Core on Unix, please see doc/build-unix.md for the full listing.You will nee ...
分类:其他好文   时间:2018-07-18 15:12:01    阅读次数:1023
发送电子邮件遇到问题
一:相关配置 二、报错 554 554 MI:SPB UserReject 0,smtp4,DtGowEBZfFjwIs5O2VSdBg--.25073S2 1322132210 please feedback at 554 MI:SPB 此用户不在网易允许的发信用户列表里 可能原因: 1、发送大量 ...
分类:其他好文   时间:2018-07-18 14:11:53    阅读次数:239
GOLANG编写google authenticator双因子用户认证体系
google authenticator双因子用户认证体系 通过google authenticator完成对用户登录后台如:redmine zabbix 等的双因子改造 github地址: https://github.com/liyinda/google-authenticator README编写的很详细啦,欢迎大家使用~ if enjoy it ,please star it
分类:其他好文   时间:2018-07-16 16:25:12    阅读次数:161
编写登录接口
import os,getpass,sysi = 0while i < 3: name = input("input name:") lock_file = open('account_lock.txt', 'r+') lock_list = lock_file.readlines() for lo ...
分类:其他好文   时间:2018-07-15 23:14:12    阅读次数:203
python- re模块(正则表达式)
讲正题之前我们先来看一个例子:https://reg.jd.com/reg/person?ReturnUrl=https%3A//www.jd.com/ 这是京东的注册页面,打开页面我们就看到这些要求输入个人信息的提示。假如我们随意的在手机号码这一栏输入一个11111111111,它会提示我们格式有 ...
分类:编程语言   时间:2018-07-15 19:43:06    阅读次数:158
getline()函数的使用
头文件:<string> getline()的原型是istream& getline ( istream &is , string &str , char delim ); 其中 istream &is 表示一个输入流,譬如cin; string&str表示把从输入流读入的字符串存放在这个字符串中( ...
分类:其他好文   时间:2018-07-15 11:15:17    阅读次数:173
Some untracked working tree files would be overwritten by checkout. Please move or remove them before you can checkout. View them
Some untracked working tree files would be overwritten by checkout. Please move or remove them before you can checkout. View them 1.webStrom报错类型: Some ...
分类:其他好文   时间:2018-07-14 14:51:22    阅读次数:1215
Linux 下安装 mysql
1.1 Mysql安装 安装Mysql: 执行以下命令来创建mysql用户组 $ groupadd mysql 执行以下命令来创建一个用户名为mysql的用户并加入mysql用户组 $ useradd -g mysql mysql Please read "Security" section of ...
分类:数据库   时间:2018-07-14 00:18:21    阅读次数:211
3193条   上一页 1 ... 87 88 89 90 91 ... 320 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!