提交 94a1bbb5 编写于 作者: 丁劲犇's avatar 丁劲犇 😸

UTF-8

上级 13364f8a
R 980705233205Z 951009233205Z 01 certs/00000001 /CN=Eric Young
R 980705233205Z 951009233205Z 01 certs/00000001 /CN=Eric Young
E 951009233205Z 02 certs/00000002 /CN=Duncan Young
R 980705233205Z 951201010000Z 03 certs/00000003 /CN=Tim Hudson
V 980705233205Z 04 certs/00000004 /CN=Eric Young4
......
openssl genrsa -des3 -out ca_privkey.pem 4096
openssl genrsa -des3 -out ca_privkey.pem 4096
openssl req -new -x509 -key ca_privkey.pem -out ca_cert.pem -days 16384
openssl genrsa -out svr_privkey.pem 4096
......
Using FireFox Sqlite Manager Add-in to modify this db.
\ No newline at end of file
Using FireFox Sqlite Manager Add-in to modify this db.
\ No newline at end of file
#include "maindialog.h"
#include "maindialog.h"
#include <QApplication>
#include <QTranslator>
#include <QLibraryInfo>
......
#include "maindialog.h"
#include "maindialog.h"
#include "ui_maindialog.h"
#include "../ZoomPipeline_FuncSvr/smartlink/st_message.h"
#include "../ZoomPipeline_FuncSvr/smartlink/st_msg_applayer.h"
......
#ifndef MAINDIALOG_H
#ifndef MAINDIALOG_H
#define MAINDIALOG_H
#include <QDialog>
......
#ifndef CROSS_SVR_MESSAGES_H
#ifndef CROSS_SVR_MESSAGES_H
#define CROSS_SVR_MESSAGES_H
#include <qglobal.h>
namespace ZP_Cluster{
......
#include "zp_clusternode.h"
#include "zp_clusternode.h"
#include "zp_clusterterm.h"
#include <assert.h>
namespace ZP_Cluster{
......
#ifndef ZP_CLUSTERNODE_H
#ifndef ZP_CLUSTERNODE_H
#define ZP_CLUSTERNODE_H
#include <QObject>
......
#include "zp_clusterterm.h"
#include "zp_clusterterm.h"
#include "zp_clusternode.h"
#include <assert.h>
#include <QStringList>
......
#ifndef ZP_CLUSTERTERM_H
#ifndef ZP_CLUSTERTERM_H
#define ZP_CLUSTERTERM_H
#include <QObject>
......
#include "databaseresource.h"
#include "databaseresource.h"
#include <QThread>
#include <QMutexLocker>
#include <QSqlError>
......
#ifndef DATABASERESOURCE_H
#ifndef DATABASERESOURCE_H
#define DATABASERESOURCE_H
#include <QObject>
......
#include "dialogaddressinput.h"
#include "dialogaddressinput.h"
#include "ui_dialogaddressinput.h"
DialogAddressInput::DialogAddressInput(QWidget *parent) :
......
#ifndef DIALOGADDRESSINPUT_H
#ifndef DIALOGADDRESSINPUT_H
#define DIALOGADDRESSINPUT_H
#include <QDialog>
......
#include "st_logger.h"
#include "st_logger.h"
#include <QTextStream>
namespace STMsgLogger{
st_logger::st_logger(QObject *parent) :
......
#ifndef ST_LOGGER_H
#ifndef ST_LOGGER_H
#define ST_LOGGER_H
#include <QObject>
......
#include "zpmainframe.h"
#include "zpmainframe.h"
#include <QApplication>
#include <QTranslator>
#include <QLibraryInfo>
......
#include "zp_net_threadpool.h"
#include "zp_net_threadpool.h"
#include <QCoreApplication>
#include <QStringList>
......
/**
/**
* @brief This is the Zoom-Pipeline Network engine by goldenhawking, 2013,2014
*/
#ifndef ZP_NET_THREADPOOL_H
......
#include "zp_netlistenthread.h"
#include "zp_netlistenthread.h"
namespace ZPNetwork{
zp_netListenThread::zp_netListenThread(QString id, QHostAddress address ,quint16 port,bool bSSL,QObject *parent)
:QObject(parent)
......
/**
/**
* @breif zp_netListenThread is a controller class, running in a independance thread.
*/
#ifndef ZP_NETLISTENTHREAD_H
......
#include "zp_nettransthread.h"
#include "zp_nettransthread.h"
#include <QTcpSocket>
#include <QSslSocket>
#include <assert.h>
......
/**
/**
* @brief class zp_netTransThread by goldenhawking, 2013,2014
*/
#ifndef ZP_NETTRANSTHREAD_H
......
#include "ZP_TcpClient.h"
#include "ZP_TcpClient.h"
#include <assert.h>
ZP_TcpClient::ZP_TcpClient(QObject *parent,int nPayLoad)
......
#ifndef QGHTCPCLIENT_H
#ifndef QGHTCPCLIENT_H
#define QGHTCPCLIENT_H
#include <QTcpSocket>
......
#include "zp_tcpserver.h"
#include "zp_tcpserver.h"
#include <assert.h>
namespace ZPNetwork{
ZP_TcpServer::ZP_TcpServer(QObject *parent )
......
#ifndef ZP_TcpServer_H
#ifndef ZP_TcpServer_H
#define ZP_TcpServer_H
#include <QTcpServer>
......
#include "zp_pipeline.h"
#include "zp_pipeline.h"
namespace ZPTaskEngine{
zp_pipeline::zp_pipeline(QObject *parent) :
QObject(parent)
......
#ifndef ZP_PIPELINE_H
#ifndef ZP_PIPELINE_H
#define ZP_PIPELINE_H
#include <QObject>
......
#include "zp_pltaskbase.h"
#include "zp_pltaskbase.h"
namespace ZPTaskEngine{
zp_plTaskBase::zp_plTaskBase(QObject *parent) :
QObject(parent)
......
#ifndef ZP_PLTASKBASE_H
#ifndef ZP_PLTASKBASE_H
#define ZP_PLTASKBASE_H
#include <QObject>
......
#include "zp_plworkingthread.h"
#include "zp_plworkingthread.h"
#include <assert.h>
#include "zp_pipeline.h"
namespace ZPTaskEngine{
......
#ifndef ZP_PLWORKINGTHREAD_H
#ifndef ZP_PLWORKINGTHREAD_H
#define ZP_PLWORKINGTHREAD_H
#include <QObject>
......
#include "st_client_table.h"
#include "st_client_table.h"
#include "st_clientnode_applayer.h"
#include <assert.h>
#include "st_cross_svr_node.h"
......
#ifndef ST_CLIENT_TABLE_H
#ifndef ST_CLIENT_TABLE_H
#define ST_CLIENT_TABLE_H
#include <QObject>
......
#include "st_clientnode_applayer.h"
#include "st_clientnode_applayer.h"
#include "st_client_table.h"
#include <QSqlDatabase>
#include <QSqlQuery>
......
#include "st_clientnode_applayer.h"
#include "st_clientnode_applayer.h"
#include "st_client_table.h"
#include <QSqlDatabase>
#include <QSqlQuery>
......
#ifndef CLIENTNODE_H
#ifndef CLIENTNODE_H
#define CLIENTNODE_H
#include <QObject>
......
#include "st_clientnode_basetrans.h"
#include "st_clientnode_basetrans.h"
#include "st_client_table.h"
#include <assert.h>
namespace ExampleServer{
......
#ifndef ST_CLIENTNODE_BASETRANS_H
#ifndef ST_CLIENTNODE_BASETRANS_H
#define ST_CLIENTNODE_BASETRANS_H
#include <QObject>
......
#ifndef ST_CROSS_SVR_MSG_H
#ifndef ST_CROSS_SVR_MSG_H
#define ST_CROSS_SVR_MSG_H
namespace ExampleServer{
......
#include "st_cross_svr_node.h"
#include "st_cross_svr_node.h"
#include "../cluster/zp_clusterterm.h"
#include "st_client_table.h"
#include "st_message.h"
......
#ifndef ST_CROSS_SVR_NODE_H
#ifndef ST_CROSS_SVR_NODE_H
#define ST_CROSS_SVR_NODE_H
#include "../cluster/zp_clusternode.h"
#include "st_cross_svr_msg.h"
......
#ifndef ST_MESSAGE_H
#ifndef ST_MESSAGE_H
#define ST_MESSAGE_H
#include <qglobal.h>
namespace ExampleServer{
......
#ifndef ST_MSG_APPLAYER_H
#ifndef ST_MSG_APPLAYER_H
#define ST_MSG_APPLAYER_H
#include <qglobal.h>
namespace ExampleServer{
......
#include "zpmainframe.h"
#include "zpmainframe.h"
#include "ui_zpmainframe.h"
#include <QDateTime>
#include <QDialog>
......
#ifndef ZPMAINFRAME_H
#ifndef ZPMAINFRAME_H
#define ZPMAINFRAME_H
#include <QMainWindow>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册