码迷,mamicode.com
首页 >  
搜索关键字:wo+    ( 480个结果
Nginx+tomcat实现https访问(tomcat不配ssl证书)
用户端与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
任务型sql
1.创建表空间与用户,因为数据文件没有指定路径,所以需要修改数据文件路径,才有了下面的需求。 create tablespace wo datafile 'wo.dbf' size 20m;create user wo identified by "123abc" default tablespac ...
分类:数据库   时间:2016-11-01 09:45:59    阅读次数:163
delphi学习笔记2之动态库调用和串口通讯
串口通讯: Spcomm 控件属性: CommName :表示COM1,COM2等串口的名字; BaudRate:设定波特率9600,4800等 StartComm StopComm 函数WriteCommData(pDataToWrite: PChar;dwSizeofDataToWrite:Wo ...
分类:Windows程序   时间:2016-10-22 18:18:16    阅读次数:301
Oracle 导入DMP文件
首先说明dmp文件: 通常oracle数据库通过exp或expdp命令导出的备份文件是以dmp结尾。这种文件是oracle的逻辑备份文件,常用于数据库逻辑备份,数据库迁移等操作。 Oracle导入备份文件步骤:我用的是Oracle 11g版本 1.把数据库的备份文件:xx.DMP 拷贝到 D:\wo ...
分类:数据库   时间:2016-10-22 12:23:05    阅读次数:278
Git push 报错 "error: failed to push some refs to " 解决
之前一直好好地啊,google后,发现是由于远程仓库中代码版本与本地不一致冲突导致的。 突然想起来,确实我在云端直接改过README,解决方法,先pull,再push,然而这时候又出现了新的问题, error: Your local changes to the following files wo ...
分类:其他好文   时间:2016-10-11 18:21:59    阅读次数:175
备忘:联通WO-26S宽带设置
分类:移动开发   时间:2016-10-09 20:38:22    阅读次数:457
Latex中插入C语言代码
Latex是一个文本排版的语言,能排版出各种我们想要的效果。而且用代码排版的优点是易于修改板式,因此在文本内容的排版时,Latex应用十分广泛。 当我们需要在Latex中插入代码时,就需要用到 \usepackage{listings} 宏包。例如插入一个简单的C语言代码 要将上面 Hello,wo ...
分类:编程语言   时间:2016-10-07 22:42:56    阅读次数:279
LeetCode Note 1st,practice makes perfect
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
SVN appears to be part of a Subversion 问题心得
昨天更新了下项目,但同时又增加了一个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
480条   上一页 1 ... 23 24 25 26 27 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!