码迷,mamicode.com
首页 >  
搜索关键字:one    ( 27922个结果
Chapter one:安装配置LNMP
源码安装配置LNMP更新时间:2016-08-02系统环境:CentOS6.5软件环境:nginx1.8.1、mysql5.6.22、php5.6.19本机IP:192.168.1.88、192.168.1.36关闭防火墙和安全机制#serviceiptablesstop#setenforce0#getenforce【nginx】1.创建用户#groupaddnginx#useradd-M-s/sbin/nologinngi..
分类:其他好文   时间:2017-05-09 17:44:35    阅读次数:268
Reshape the Matrix
In MATLAB, there is a very useful function called 'reshape', which can reshape a matrix into a new one with different size but keep its original data. ...
分类:其他好文   时间:2017-05-09 15:48:26    阅读次数:139
551. Student Attendance Record I(LeetCode)
You are given a string representing an attendance record for a student. The record only contains the following three characters: A student could be re ...
分类:其他好文   时间:2017-05-09 15:46:46    阅读次数:218
javascript设为首页、加入收藏
效果图: 加入收藏: 设为首页: ...
分类:编程语言   时间:2017-05-09 15:42:44    阅读次数:135
shell编程:for 循环
hell 编程——for in 循环 for in 格式 一简单的字符串 枚举遍历法,利用for in格式对字符串按空格切份的功能 for variable in values 字符串数组依次赋值 [macg@machome ~]$ sh test.sh i is a i is b i is c f ...
分类:系统相关   时间:2017-05-09 15:01:26    阅读次数:170
gdb调试coredump文件
linux上程序崩溃起来挺烦人,不过linux 比较好的是有gdb. 1、生成coredump文件 echo "ulimit -c unlimited" >> /etc/profile 然后记得敲入命令 source /etc/profile 然后敲入命令: ulimit –c 效果如下: 确认能否... ...
分类:数据库   时间:2017-05-09 14:58:50    阅读次数:169
世界语音列表
## 华为要求支持 ## #语言名称 英文名称 当地语言显示 语言缩写 1 英语 English English values-en 2 阿拉伯语 Arab ????? ??????? values-ar 3 德语(德语) German Deutsch values-de 4 波斯尼亚语 Bosni ...
分类:其他好文   时间:2017-05-09 14:56:26    阅读次数:229
CentOS修改系统时间
1. ln -sf /usr/share/zoneinfo/Asia/Chongqing /etc/localtime // 修正时区 2. date -s '2011-11-23 22:34:10' // 设置时间 3. clock -w // 将时间写入CMOS ...
分类:其他好文   时间:2017-05-09 13:54:00    阅读次数:113
python-day2 字典
字典功能 > dict.clear() -->清空字典 dict.keys() -->获取所有key dict.values() -->获取所有值 dict.iteams() -->获取所有key,value dict.copy() -->浅复制 dict.get(key) -->获取这个key 的 ...
分类:编程语言   时间:2017-05-09 12:44:17    阅读次数:143
SRS学习笔记2
main函数分析: 位于main\srs_main_server.cpp 先调用 SrsConfig类的 parse_options函数解析命令行参数 位于app\srs_app_config.cpp parse_options 函数的作用如下 1. 将命令行参数保存在成员变量_argv(std:: ...
分类:其他好文   时间:2017-05-09 12:35:14    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!