用户端与Nginx通讯使用https,Nginx与tomcat通讯可以只使用http,简化证书配置。Nginx端配置nginx.confusernginx;
worker_processes2;
error_loglogs/error.log;
#error_loglogs/error.lognotice;
#error_loglogs/error.loginfo;
pid/usr/local/nginx/nginx.pid;
events{
wo..
分类:
Web程序 时间:
2016-11-02 21:10:49
阅读次数:
232
1.创建表空间与用户,因为数据文件没有指定路径,所以需要修改数据文件路径,才有了下面的需求。 create tablespace wo datafile 'wo.dbf' size 20m;create user wo identified by "123abc" default tablespac ...
分类:
数据库 时间:
2016-11-01 09:45:59
阅读次数:
163
串口通讯: Spcomm 控件属性: CommName :表示COM1,COM2等串口的名字; BaudRate:设定波特率9600,4800等 StartComm StopComm 函数WriteCommData(pDataToWrite: PChar;dwSizeofDataToWrite:Wo ...
首先说明dmp文件: 通常oracle数据库通过exp或expdp命令导出的备份文件是以dmp结尾。这种文件是oracle的逻辑备份文件,常用于数据库逻辑备份,数据库迁移等操作。 Oracle导入备份文件步骤:我用的是Oracle 11g版本 1.把数据库的备份文件:xx.DMP 拷贝到 D:\wo ...
分类:
数据库 时间:
2016-10-22 12:23:05
阅读次数:
278
之前一直好好地啊,google后,发现是由于远程仓库中代码版本与本地不一致冲突导致的。 突然想起来,确实我在云端直接改过README,解决方法,先pull,再push,然而这时候又出现了新的问题, error: Your local changes to the following files wo ...
分类:
其他好文 时间:
2016-10-11 18:21:59
阅读次数:
175
Latex是一个文本排版的语言,能排版出各种我们想要的效果。而且用代码排版的优点是易于修改板式,因此在文本内容的排版时,Latex应用十分广泛。 当我们需要在Latex中插入代码时,就需要用到 \usepackage{listings} 宏包。例如插入一个简单的C语言代码 要将上面 Hello,wo ...
分类:
编程语言 时间:
2016-10-07 22:42:56
阅读次数:
279
1. Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wo ...
分类:
其他好文 时间:
2016-10-07 13:26:05
阅读次数:
249
#include<stdio.h>#include<stdlib.h>#include<string.h>#define _KEY_WOED_END "waiting for your expanding" //关键字结束标志 typedef struct{int typenum;char * wo ...
分类:
编程语言 时间:
2016-09-30 18:12:50
阅读次数:
238
昨天更新了下项目,但同时又增加了一个Java工程,我就在本地单独导出到workspace同目录下:结果第二天提交代码的时候,提示如下错误 svn: E155021: The path 'xxx' appears to be part of a Subversion 1.7 or greater wo ...
分类:
移动开发 时间:
2016-09-27 13:21:37
阅读次数:
443