摘要:
INSERT or replace INTO [main].[RecordInfo]([WorkID],[bArtificialAttendance],[fThreshold],[Attendance_Time],[PicPath]) select '012','1','60.00',... 阅读全文
摘要:
#include #include #include #include #include #pragma once #pragma warning(disable:4996)int CompareSystemTime(SYSTEMTIME &stStart, SYSTEMTIME &stEnd){/... 阅读全文
摘要:
set VLC="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"set VIDEO="D:\BaiduYunDownload\123.avi"%VLC% -vvv %VIDEO% --loop --sout "#transcode{vcodec=h264,... 阅读全文
摘要:
第一步,打开VLC第二步:在媒体下拉菜单下!有一个子菜单“串流”如图所示:点击“串流”子菜单弹出一个窗口!如下图所示。添加一个你要串流的本地文件,我刚才传给你的那个长一点的文件。第三步,会出现如下的界面:第五:点击下一步第六步:在下拉框内部,选择”rtsp”,然后点击右边的“添加”按钮,出现如下图片... 阅读全文
摘要:
/* * Copyright (c) 2003 Fabrice Bellard * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associ... 阅读全文
摘要:
编译过程:错误一:无法打开包括文件:“inttypes.h”: No such file or directory解决方法:删除之,并在其之前添加如下代码:#if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)# def... 阅读全文
摘要:
在common.h #ifndef AVUTIL_COMMON_H#define AVUTIL_COMMON_H下添加#define lrint(f) (f>=0?(int32_t)(f+(double)0.5):(int32_t)(f-(double)0.4))#define lrintf(f) ... 阅读全文
摘要:
首先在官网下载live555:http://www.live555.com/mediaServer/#downloading当然是现在windows的版本了!!上官网下载FFmpeg:http://ffmpeg.org/download.html#releases也是现在windows版本的!首先运... 阅读全文
摘要:
CString ePath,iPath; m_ePath.GetWindowText(ePath); m_iPath.GetWindowText(iPath); _Application app; Workbooks books; _Workbook book; Worksheets sh... 阅读全文
摘要:
在头文件中添加:afx_msg void OnClick(NMHDR* pNMHDR, LRESULT* pResult);添加映射:ON_NOTIFY(NM_CLICK, IDC_CUSTOM1, OnClick)void CReportRecordDlg::OnClick(NMHDR* pNMH... 阅读全文