/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this ...
Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 2469135 ...
分类:
其他好文 时间:
2018-08-25 00:34:05
阅读次数:
233
配置方法一(可用): 配置方法二(可用): #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; # ...
分类:
其他好文 时间:
2018-08-24 16:09:32
阅读次数:
151
#user nobody; ### 工作进程数,可以根据 CPU 核心数量来配置 worker_processes 1; ### 错误日志文件位置 #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs... ...
分类:
其他好文 时间:
2018-08-21 19:45:32
阅读次数:
161
一个简单的网格布局activity_main.xml message_main_notice_list.xml 适配器MyRecyclerViewAdapter.java: 主方法: 效果: ...
分类:
移动开发 时间:
2018-08-19 01:00:56
阅读次数:
212
开启错误的意思一般是用在开发调试阶段,也就是上线前阶段,把所有的错误都暴漏出来,一次性解决好,防止上线前出现错误,怎么开启呢,这里就不用php.ini的方法了,直接采用PHP代码来开启了,代码如下: 代表错误等级等于1 加载某个方法的开头,或者controller里的开头就可以了,当然,如果上线了 ...
分类:
Web程序 时间:
2018-08-15 14:50:00
阅读次数:
173
#redis.conf # Redis configuration file example. # ./redis-server /path/to/redis.conf ################################## INCLUDES #####################... ...
分类:
其他好文 时间:
2018-08-15 11:14:22
阅读次数:
154
git push报错 git push origin master Administrator@FREESKYC 92DB80 /e/git/ouyida3/ouyida3.github.io (master) $ git push origin master fatal: unable to ac ...
分类:
其他好文 时间:
2018-08-11 10:54:54
阅读次数:
272
守护进程(Daemon Process),是 Linux 中的后台服务进程。它是一个生存期较长的进程,通常独立于控制终端并且周期性地执行某种任务或等待处理某些发生的事件。 守护进程是个特殊的孤儿进程,这种进程脱离终端,之所以脱离于终端是为了避免进程被任何终端所产生的信息所打断,其在执行过程中的信息也 ...
分类:
其他好文 时间:
2018-08-09 18:26:25
阅读次数:
177
https://pintia.cn/problem-sets/994805342720868352/problems/994805478658260992 Notice that the number 123456789 is a 9-digit number consisting exactly ...
分类:
其他好文 时间:
2018-08-06 00:36:58
阅读次数:
160