1017. Queueing at Bank (25) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue 时间限制 400 ms 时间限制 400 ms 内存限制 65536 kB 内存限制 65536 kB 代码 ...
分类:
其他好文 时间:
2017-11-30 17:21:01
阅读次数:
196
```bash
#定义运行Nginx所属的用户和用户组
user?nginx?nginx;
#nginx进程数,建议设置为等于CPU总核心数。
worker_processes?8;
?
#全局错误日志定义类型,[?debug?|?info?|?notice?|?warn?|&n
分类:
其他好文 时间:
2017-11-30 15:13:45
阅读次数:
143
1、概述 spark有两种调度模式:FIFO、FAIR。FIFO是先进先出,有很强的顺序性,只有前一个处理完成后才会去处理后进来的。FAIR是公平调度,通过配置进行控制优先执行的任务。spark默认使用FIFO模式,如果应用场景里面有很多比较大的查询、也有很多小的查询,此时建议使用FAIR模式可以先 ...
分类:
其他好文 时间:
2017-11-28 16:43:17
阅读次数:
139
题目链接:http://poj.org/problem?id=1698 题目: Description Alice, a charming girl, have been dreaming of being a movie star for long. Her chances will come n ...
分类:
其他好文 时间:
2017-11-26 14:02:57
阅读次数:
153
1. italic We'll start by learning two basic elements in text formatting: italics and bold. In these lessons, you'll notice some formatted red text; th ...
分类:
其他好文 时间:
2017-11-24 20:19:05
阅读次数:
124
[root@localhost ~]# cat /usr/local/redis/etc/redis.conf daemonize yes # 是否以后台 daemon 方式运行 pidfile /usr/local/redis/var/redis.pid # pid 文件位置 port 6379 ... ...
分类:
其他好文 时间:
2017-11-23 08:11:12
阅读次数:
165
错误处理一、错误分类1.语法错误一行代码都不执行最好排除2.运行时错误依赖于数据验证永远不要相信你的用户3.逻辑错误程序员一辈子的痛依赖经验二、错误级别1.notice提示我们不鸟他但是一般都要屏蔽掉2.warning警告需要排除掉3.error错误后续代码不在执行三、屏蔽错误1.ini_set..
分类:
其他好文 时间:
2017-11-21 11:37:30
阅读次数:
167
1 /*! 2 * COPYRIGHT NOTICE 3 * Copyright (c) 2013,野火科技 4 * All rights reserved. 5 * 技术讨论:野火初学论坛 http://www.chuxue123.com 6 * 7 * 除注明出处外,以下所有内容版权均属野火科技... ...
分类:
其他好文 时间:
2017-11-18 11:08:42
阅读次数:
181
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this... ...
分类:
其他好文 时间:
2017-11-16 17:18:17
阅读次数:
144
配置文件如下<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with thi ...
分类:
数据库 时间:
2017-11-13 21:27:27
阅读次数:
193