nginx.conf #linux下出现nginx 403,取消注释改成 use root user root;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs ...
分类:
其他好文 时间:
2018-12-23 16:55:42
阅读次数:
278
# coding:UTF-8 """ ***此实例是为了尽可能简单地介绍面向对象设计*** 1. 类是什么 类是一个或多个(有着共同的目标)的方法(类中的函数叫方法)所组成的对象。 可以把类看成是一个公司,方法就是其中一个个的部门。 [NOTICE]这里的公司是一个泛指和统称,或者可以看做一个抽象,... ...
分类:
编程语言 时间:
2018-12-21 16:10:38
阅读次数:
197
如果能帮到你,点个赞吧,务必熟知的vuejs面试题「务必收藏」 vuejs 基础必备 1、active class 是哪个组件的属性?嵌套路由怎么定义 (1)、active class 是 vue router 模块的 router link 组件的属性 (2)、使用 children 定义嵌套路由 ...
分类:
Web程序 时间:
2018-12-16 16:38:23
阅读次数:
241
Implement a trie with insert, search, and startsWith methods. Notice You may assume that all inputs are consist of lowercase letters a-z. Implement a ...
分类:
其他好文 时间:
2018-12-15 10:27:01
阅读次数:
134
Nginx配置文件具体配置解释 #定义Nginx运行的用户和用户组 user www www; #nginx进程数,建议设置为等于CPU总核心数。 worker_processes 8; #全局错误日志定义类型,[ debug | info | notice | warn | error | cri ...
分类:
其他好文 时间:
2018-12-12 18:53:47
阅读次数:
181
# 监听所有的ip bind 0.0.0.0 # 后台运行redis daemonize yes # 进程文件 pidfile /data/6379/redis.pid # 日志级别 loglevel notice # 日志文件 logfile "/data/6379/redis.log" # 配置... ...
分类:
其他好文 时间:
2018-12-05 21:53:48
阅读次数:
269
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this ...
分类:
其他好文 时间:
2018-12-02 14:25:26
阅读次数:
118
ProblemDominoconsoleisinundatedwiththeentry"ProcessC:\ProgramFiles\Symantec\BackupExec\RAWS\belnapi.exehasterminatedabnormally"ErrorProcessC:\ProgramFiles\Symantec\BackupExec\RAWS\belnapi.ex
分类:
其他好文 时间:
2018-12-01 00:20:19
阅读次数:
170
综述,可以得出回调的编写方法:1、编写用户结构体,继承OSG中响应的虚函数结构图,如osg::NodeCallback;2、重载回调执行函数,根据回调种类的不同,执行函数的名称也不同,可以参考osgCallBack中的设置3、注意在回调执行的过程中,有一些必要的系统操作需要交由用户来完成,例如rea ...
分类:
其他好文 时间:
2018-11-30 00:37:59
阅读次数:
234
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev... ...
分类:
Web程序 时间:
2018-11-21 12:19:07
阅读次数:
219