码迷,mamicode.com
首页 >  
搜索关键字:files    ( 13589个结果
How to see log files in MySQL?
原文链接: https://stackoverflow.com/questions/5441972/how-to-see-log-files-in-mysql To enable error log add following [mysqld_safe] log_error=/var/log/mys ...
分类:数据库   时间:2021-02-20 12:19:06    阅读次数:0
arm-none-eabi-objcopy 使用说明
译文 NAME objcopy - copy and translate object files 概要 objcopy [-F bfdname|--target=bfdname] [-I bfdname|--input-target=bfdname] [-O bfdname|--output-ta ...
分类:其他好文   时间:2021-02-20 11:43:56    阅读次数:0
基本的git/linux/g++/ 等指令
0 引言 本文将常用的指令记录下来,以备查询。 1 git Command Meaning Reference Linking git status view all files' state, tracked or untracked, commited or un commited git st ...
分类:系统相关   时间:2021-02-19 13:10:17    阅读次数:0
Apache 禁止或允许固定IP 访问特定目录
注意:下面的内容都是放在虚拟主机的单独配置中,而并非是在httpd.conf 的全局配置中。 禁止访问某些文件/目录 增加Files选项来控制,比如要不允许访问 .inc 扩展名的文件,保护php类库: <Files ~ "\.inc$"> Order allow,deny Deny from al ...
分类:Web程序   时间:2021-02-19 13:02:29    阅读次数:0
linux shell sha256sum 和 md5sum 文件校验
通常的使用方法是 使用-c参数 sha256sum -c SHA256SUM-files md5sum -c md5sum-files ##获取字符串的MD5值 以下以md5sum为例 例如 echo -n 'hello'|md5sum|cut -d ' ' -f1 得到的MD5值: 5d41402 ...
分类:系统相关   时间:2021-02-18 13:35:26    阅读次数:0
Linux系统调优方法
1. 单进程最大打开文件数限制 有时候会遇上socket/file: can‘t open so many files的问题,其实是Linux系统有文件句柄限制的,一般Linux系统限制单进程最大可以打开1024个文件,这是远远不能满足高并发需求的。 通过ulimit –a命令来查看系统的一些资源限 ...
分类:系统相关   时间:2021-02-17 14:58:56    阅读次数:0
nginx去掉.php后缀方法
/** * 打开nginx配置文件nginx.conf,添加以下内容 * 注意层级,在 http{ server { location { #这里添加 } } } 添加 */ location / { try_files $uri $uri/ $uri.php?$args; } ...
分类:Web程序   时间:2021-02-17 14:58:17    阅读次数:0
EclipseHTML/JS/CSS/JS 代码自动提示
https://blog.csdn.net/qq_36047372/article/details/73331304 3.继续打开web→html Files→Editor→Content Assist 修改Prompt when these characters are inserted:的值为: ...
分类:Web程序   时间:2021-02-17 14:20:37    阅读次数:0
MYSQL安装最新教程
MYSQL安装最新流程 一、首先很简单,就是下载好MySQL以后狂点下一步,直到安装完成 二、第二步是配置环境变量,需要配置 1. 一个MYSQL_HOME,具体相关内容如下:这个是我安装的目录文件,有的时候需要配置到bin目录下, 但是我的好像这儿就可以了。 C:\Program Files\My ...
分类:数据库   时间:2021-02-15 12:34:22    阅读次数:0
git工具 -- repo
资料1: https://wladimir-tm4pda.github.io/source/git-repo.html sync命令: repo sync [project-list ] Downloads new changes and updates the working files in y ...
分类:其他好文   时间:2021-02-15 12:26:44    阅读次数:0
13589条   上一页 1 ... 10 11 12 13 14 ... 1359 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!