码迷,mamicode.com
首页 >  
搜索关键字:notice    ( 1174个结果
Python基础(函数部分)-day04
写在前面 上课第四天,打卡: 加勒比海盗今天上映;端午节公司发的粽子很有范! 一、函数的基本概念 - 函数是什么? 函数,就是一个'锤子',一个具有特定功能的'锤子',使用者可以在适当的时候使用这个'锤子',而不用再去从头做一个'锤子';即可以直接拿来使用; 函数是组织好的,可重复使用的,用来实现单 ...
分类:编程语言   时间:2017-05-29 12:53:42    阅读次数:226
nginx之nginx.conf配置详解
#配置用户或者组,默认为nobodynobodyusernobody;#启动进程,根据硬件调整,通常等于CPU数量或者2倍于CPUworker_processes1;#指定日志路径,级别。这个设置可以放入全局块,http块,server块,级别以此为:debug|info|notice|warn|error|crit|alert|emerg#error_loglogs/error.l..
分类:其他好文   时间:2017-05-27 18:05:12    阅读次数:177
nginx.conf 文件结构
nginx.conf文件结构user[user][group];//运行nginx的用户(组)(只能在全局设置)workerprocessnumber|auto;//允许生成的workerprocess数(只能在全局设置)pidfile;//nginx进程的Pid存放路径(只能在全局设置)error_logfile|stderr[debug|info|notice|warn|error|crit|alert|e..
分类:其他好文   时间:2017-05-26 23:36:49    阅读次数:183
【Lintcode】046.Majority Number
题目: Given an array of integers, the majority number is the number that occurs more than half of the size of the array. Find it. Notice You may assume ...
分类:其他好文   时间:2017-05-26 20:40:05    阅读次数:168
Nginx 错误日志配置
语法:error_log file level ; # error_log 是关键字,file 是保存错误日志的文件路径,level 是错误日志级别 位置:错误日志可以配置在 Main 区块,也可以配置在虚拟主机配置文件中 日志级别:debug | info | notice | warn | er ...
分类:其他好文   时间:2017-05-25 19:05:55    阅读次数:187
nginx日志配置
一.access_log指令语法: access_log path [format [buffer=size [flush=time]]];access_log path format gzip[=level] [buffer=size] [flush=time];access_log syslog ...
分类:其他好文   时间:2017-05-24 10:13:56    阅读次数:170
Android之自定义EditText光标和下划线颜色
最近在写些小Demo复习基础,在用到EditText的时候突然发现之前几乎没有注意到它的光标和下划线的颜色,于是花了不少时间,看了不少博客,现在就来总结和分享一下收获。1、第一印象:原生的EditTe...
分类:移动开发   时间:2017-05-22 15:04:12    阅读次数:292
ubuntu low graphic mode
please notice gdm3 rather than gdm 机器刚安装Ubuntu 12.04 没久,某次重启出现提示“Ubuntu is running in low-graphics mode?”,而且给了一些选项,发现其他几个都没有用,最终只能使用low-graphics 进入,但是 ...
分类:系统相关   时间:2017-05-20 14:26:31    阅读次数:216
Lintcode32 Minimum Window Substring solution 题解
【题目描述】Givenastringsourceandastringtarget,findtheminimumwindowinsourcewhichwillcontainallthecharactersintarget.Notice:Ifthereisnosuchwindowinsourcethatcoversallcharactersintarget,returntheemtpystring"".Iftherearemultiplesuchwindows,youareguaranteedthat..
分类:Windows程序   时间:2017-05-20 00:04:05    阅读次数:256
Lintcode31 Partition Array solution题解
【题目描述】Givenanarraynumsofintegersandanintk,partitionthearray(i.emovetheelementsin"nums")suchthat:Allelements<karemovedtotheleft;Allelements>=karemovedtotheright;Returnthepartitioningindex,i.ethefirstindexinums[i]>=k.Notice:Youshoulddoreallypar..
分类:其他好文   时间:2017-05-19 23:48:13    阅读次数:133
1174条   上一页 1 ... 52 53 54 55 56 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!