上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页
摘要: INSERT or replace INTO [main].[RecordInfo]([WorkID],[bArtificialAttendance],[fThreshold],[Attendance_Time],[PicPath]) select '012','1','60.00',... 阅读全文
posted @ 2015-11-27 10:24 QQ76211822 阅读(2534) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #pragma once #pragma warning(disable:4996)int CompareSystemTime(SYSTEMTIME &stStart, SYSTEMTIME &stEnd){/... 阅读全文
posted @ 2015-11-26 09:14 QQ76211822 阅读(2414) 评论(0) 推荐(0) 编辑
摘要: set VLC="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"set VIDEO="D:\BaiduYunDownload\123.avi"%VLC% -vvv %VIDEO% --loop --sout "#transcode{vcodec=h264,... 阅读全文
posted @ 2015-11-17 09:21 QQ76211822 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 第一步,打开VLC第二步:在媒体下拉菜单下!有一个子菜单“串流”如图所示:点击“串流”子菜单弹出一个窗口!如下图所示。添加一个你要串流的本地文件,我刚才传给你的那个长一点的文件。第三步,会出现如下的界面:第五:点击下一步第六步:在下拉框内部,选择”rtsp”,然后点击右边的“添加”按钮,出现如下图片... 阅读全文
posted @ 2015-11-16 16:17 QQ76211822 阅读(508) 评论(0) 推荐(0) 编辑
摘要: /* * Copyright (c) 2003 Fabrice Bellard * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associ... 阅读全文
posted @ 2015-11-16 16:05 QQ76211822 阅读(1758) 评论(0) 推荐(0) 编辑
摘要: 编译过程:错误一:无法打开包括文件:“inttypes.h”: No such file or directory解决方法:删除之,并在其之前添加如下代码:#if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)# def... 阅读全文
posted @ 2015-11-16 14:42 QQ76211822 阅读(1865) 评论(0) 推荐(0) 编辑
摘要: 在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) ... 阅读全文
posted @ 2015-11-16 14:41 QQ76211822 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 首先在官网下载live555:http://www.live555.com/mediaServer/#downloading当然是现在windows的版本了!!上官网下载FFmpeg:http://ffmpeg.org/download.html#releases也是现在windows版本的!首先运... 阅读全文
posted @ 2015-11-16 14:33 QQ76211822 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: CString ePath,iPath; m_ePath.GetWindowText(ePath); m_iPath.GetWindowText(iPath); _Application app; Workbooks books; _Workbook book; Worksheets sh... 阅读全文
posted @ 2015-11-02 16:25 QQ76211822 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 在头文件中添加:afx_msg void OnClick(NMHDR* pNMHDR, LRESULT* pResult);添加映射:ON_NOTIFY(NM_CLICK, IDC_CUSTOM1, OnClick)void CReportRecordDlg::OnClick(NMHDR* pNMH... 阅读全文
posted @ 2015-11-02 14:21 QQ76211822 阅读(665) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页