nginx和ios app实现https双向认证(client certificate)...
分类:
移动开发 时间:
2014-05-15 14:51:58
阅读次数:
446
最近在研究crtmpserver,这里记录下学习过程,首先我们先分析下基本流程。
1、初始化流程
InitNetworking---初始化网络
Initialize
Logger::Init()---初始化日志
lowerCase(extension) == "lua"---加载.lua后缀配置文件
LoadLuaFile
Normalize
NormalizeLogAppende...
分类:
其他好文 时间:
2014-05-15 06:22:28
阅读次数:
211
CentOS 6.3(Linux version 2.6.32-279.el6.x86_64)
gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4)
本次配置
Nginx 1.5.8
Apache 2.4.7
php 5.3.26
FASTCGI...
分类:
编程语言 时间:
2014-05-15 05:52:51
阅读次数:
421
一、首先到官网下载quickFIX源代码,编译连接,可以使用自带的某个例子作为框架进行修改
二、找到配置文件 * .cfg并打开, 修改文件中DataDictionary字段使其适应当前版本
三、如果要连接的Acceptor需要用户名密码将字段添加到配置文件中以便程序可以获取
UserName=name
Password=123
根据约定配置S...
分类:
其他好文 时间:
2014-05-15 04:14:57
阅读次数:
494
Sudo是Unix/Linux平台上的一个非常有用的工具,它允许系统管理员分配给普通用户一些合理的“权力”,让他们执行一些只有超级用户或其他特许用户才能完成的任务(主要体现为命令),比如:运行一些像mount,halt,su,useradd、userdel之类的命令,或者编辑一些系统配置文件,像/etc/mtab, /etc/samba/smb.conf等。这样以来,就不仅减少了root用户的登陆...
分类:
系统相关 时间:
2014-05-15 04:08:09
阅读次数:
320
1. 一级目录
bin ——Tomcat执行脚本目录
conf ——Tomcat配置文件
lib ——Tomcat运行需要的库文件(JARS)
logs ——Tomcat执行时的LOG文件
temp ——Tomcat临时文件存放目录
webapps ——Tomcat的主要Web发布目录(存放...
分类:
编程语言 时间:
2014-05-15 03:46:25
阅读次数:
409
提示:关于nginx和tomcat己经在前面的博文己在介绍过了第一部分:nginx反向代理tomcat一、软件及环境软件系统角色用途安装的软件ip地址Centos6.5x86_64nginx反向代理用户请求nginx172.16.249.210Centos6.5x86_64tomcat1处理jsp请求jdk+tomcat172.16.249.101Centos6.5x86_64tomc..
分类:
系统相关 时间:
2014-05-15 03:08:03
阅读次数:
638
具体办法有两个:一、针对整个项目,所有页面都不显示标题栏可是就android的theme,即在android配置文件AndroidManifest.xml中,为application节点添加android:theme属性,其值为android:style/Theme.NoTitleBar,完整语句为:<applicationandroid:icon="@drawable/icon"and..
分类:
移动开发 时间:
2014-05-14 18:52:37
阅读次数:
386
首先确保mysql为5.5左右,太旧的版本,方法可能存在差异。1、利用mysql_install_db生成数据库mysql_install_db--datadir=/var/lib/mysql2--user=mysqlmysql_install_db--datadir=/var/lib/mysql3--user=mysql2、生成配置文件mysqld_multi--example3、修改配置文件:my.cnf[mysq..
分类:
数据库 时间:
2014-05-14 17:07:55
阅读次数:
417
mysql5.6.14配置my.cnf多实例,mysql_install_db初始化不读取my.cnf配置文件
[ERROR] InnoDB: auto-extending data file ./ibdata1 is of a differentsize 768 pages (rounded down to MB) than specified in the .cnf file: initial65536 pages, max 0 (relevant if non-zero) pages!
2014-0...
分类:
数据库 时间:
2014-05-14 14:20:48
阅读次数:
412