自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (18)
  • 收藏
  • 关注

原创 UE5像素流集群工具

【代码】UE5像素流集群工具。

2023-03-21 20:33:21 925 2

原创 虚幻引擎像素流PixelStreaming集群工具

虚幻引擎像素流PixelStreaming集群工具

2023-03-21 20:31:44 634 1

原创 使用Certbot申请Let’sEncrypt证书并自动续期

环境安装安装epelyum install epel-release安装snapdyum install snapd启用snapd.socketsystemctl enable --now snapd.socket创建/var/lib/snapd/snap和/snap之间的链接ln -s /var/lib/snapd/snap /snap在~/.bashrc添加如下代码export PATH=$PATH:~/.jx/bin:/snap/bin然后再执行source ~/.

2021-05-26 16:44:31 1636 1

原创 Mac安装homebrew

安装命令/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”出现错误curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused查询当前raw.githubusercontent.com的地址打开网站: https://www.ipaddress.com

2021-05-07 14:51:02 129

原创 Macbook M1 Qt编译出现dyld: Symbol not found: __cg_jpeg_resync_to_restart解决方法

使用Macbook M1在Qt环境编译时出现如下几个报错:dyld: Symbol not found: __cg_jpeg_resync_to_restartReferenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIOExpected in: /usr/local/lib/libJPEG.dylibin /System/Library/Frameworks/ImageIO.framework/

2021-02-03 23:10:15 1203

原创 Linux上运行UE4像素流PixelStreaming

由于公司目前只有一台图形渲染服务器是linux系统的,现在需要运行一个UE4的像素流程序,但是Epic官方说明并不支持linux系统,然后就看到了这片文章https://adamrehn.com/articles/pixel-streaming-in-linux-containers/一个第三方做的支持linux系统像素流的兼容,使用的是docker来打包镜像方式解决环境的问题,由于该文档很多东西说的不是特别详细,我也摸索了很久才弄好,目前它只支持4.23.1版本的UE4,所以这里也是按照4.23.1版

2020-12-22 19:02:31 3577 4

原创 【Qt】FFmpeg提取音频数据进行重采样保存为pcm格式文件,并展示提取进度

概念这里有些重要的概念需要有必要先理解一下:音频重采样音频都是有个固定的采样率,一般是44100Hz, 如果需要改变这个采样率,比如8000Hz,那么就必须进行重采样操作。音频双通道双通道的音频数据在存储的时候,需要交错格式存储,很多文章说明的是这样形容的:LRLRLRLR…,这样的,一开始我没理解过来,其实L就是左声道,R就是右声道,就是说存储的时候要先存一个左声道数据,然后再存储一个右声道数据。处理流程由于需要异步处理音频提取,并在界面展示进度,所以大致流程是这样的:开启等待处理线

2020-12-20 20:18:51 862

原创 【Qt】使用ffmpeg加载视频第一帧作为图标

环境说明我这里使用的是Qt5环境,当然你可以使用其他环境,原理应该都差不多的。导入ffmpeg库首先在Qt的工程文件,就是.pro格式的那个,打开,然后加入下面代码,我这里对windows和mac系统做了一下兼容,你选择其中一个即可,如果是windows系统,那你得改一下INCLUDEPATH 路径为你存放ffmpeg的路径。win32 { INCLUDEPATH += "F:\\cpppath\\ffmpeg-win64-dev\\include" LIBS += -LF:\cpp

2020-12-18 14:09:17 1216

audioplaytest.zip

Qt在mac环境下,通过FFmpeg解码音频,使用AudioToolBox来播放音频的测试代码。同时包含使用QAudioOutput播放音频测试代码。

2021-06-07

blender+mapsModelImporter+renderDoc.zip

blender-2.83.0、MapModelsImporter-0.3.4、RenderDoc1.10。三个版本匹配的软件一起打包

2020-12-24

extractPCM.zip

Qt编写,使用FFmpeg提取音频数据解码并重采样,然后保存pcm数据,Qt界面显示提取进度

2020-12-20

createpreview.zip

Qt工程,基于ffmpeg提取视频第一帧作为图片使用

2020-12-18

jsitemappro4.7.1.zip

先解压,然后在component目录下,安装jsitemap_pro_v4.7.1_forjoomla3.x.zip这个包就可以了。 在Data Source plugins for third-party apps下面还有很多第三方插件,比如sh404sef, k2,zoo等等.

2020-06-23

plg_jch_optimize_pro_6.0.1.zip

CH Optimize is an add-on plugin for use on some Content Management Systems (CMS), that performs several front-end optimizations to speed up your website. These optimizations include, combining css and javascript files into one to reduce http requests, minifying the combined files and HTML to reduce page size, generating sprite from select background images to further minimize http requests, lazy loading images, providing CDN support for static resources, optimizing CSS delivery, and optimizing images. Some of these features are only available in the Pro version of the plugin. JCH Optimize is currently available for websites running on Joomla!, WordPress, Magento, and Drupal. Front-end optimizations refer to modifications you make to the HTML and files downloaded by the browser to make your web page download faster. These actions generally result in reduced http requests by the browser, smaller page sizes and ultimately, shorter page loading times. This is very important for website owners who are interested in enhancing their users' experience on their website and retaining visitors as research has shown that visitors tend to leave the site if the page takes more than 4 seconds to download. This is also important for Search Engine Optimization as Google has suggested that page load times affect website's rankings in their search results. As a rule of thumb, every 10 http requests adds one second to your download time. Using a CMS, it is not unusual to see a website requiring approximately 100 and more http requests as the website grows and the administrator adds plugins to provide more features, and pages expand to boast numerous images. JCH Optimize provides an easy way to do these optimizations automatically, which otherwise would be tedious and error-proned to do manually, without making any changes to your original code or files. With an easy-to-configure interface, the plugin makes faster websites a reachable goal for even non-technical users.

2020-06-23

4.1.2-PayPlans.zip

Why choose PayPlans? Instant Backend Overview: A bird's eye view of some of the most important numbers and statistics generated from PayPlans. User friendly frontend dashboard: Allows users to take control of their subscriptions and easy access to their personal information. GDPR Compliant: Users can retrieve and download important personal data directly from the dashboard. Flexible subscriptions: Everything you ever needed to create, manage and monitor subscriptions in PayPlans. Powerful & customizable plans: Extensible settings that allows you to create diverse range of subscription or membership plans on the site. Supports various payment gateways: PayPal, Stripe, Wirecard, FastSpring, Authorize.Net, QuickPay, BitPay, Alipay, Ingenico, Mercury Processing Services, SmoovPay and much more. Payment methods that supports recurring subscriptions: 2checkout, Authorize.Net, Authorize.Net CIM, Braintree, Nets A/S, Ingenico, Payflow, PayGate, PayPal, PayPal Pro, PayUnity, PayU Turkey, PayZen, Pin, QuickPay, Stripe and Wirecard. Supports 3rd party integrations: ACYMailing, MailChimp, JReviews, JomSocial, Kunena, EasySocial, EasyBlog, EasyDiscuss and much more. Effective user management: PayPlans has all the essential tools to manage users such as user overview, custom details and users download requests. Performance statistic: Intuitive statistics on the overall performance generated on PayPlans. Other features in PayPlans Single click updater: PayPlans makes upgrade in between new maintenance releases a lot simpler and quicker. Responsive & Mobile Ready: The all new and improved UI & UX looks and feel on all screen size. Supports micro subscription (Minute or Hourly subscriptions) & block non-subscriber on the site. Users can download invoices in PDF format, as well as download in bulk for site admins. Discounts: Plan renewals, plan upgrades, coupon code generator, social discounts (Facebook & Twitter) and referrals. View and manage activity logs on every action performed on PayPlans. Account registration integration: PayPlans built-in form, EasySocial, Community Builder, Ad Agency, JFB Connect, JomSocial, and Joomla. Invisible reCAPTCHA support on registration form. Export reports (invoices, users and subscriptions) from database into CSV format. E-mail notification alerts for Status Changed, Pre Expiry, Post Expiry, Post activation and Card Abandoned.

2020-05-25

RFC4566 中文版

RFC4566中文版, SDP(会话描述协议) RFC4566中文版最新版讲述SDP各字段的意义及交互过程

2017-12-15

加速度积分求速度和位移的c语言算法程序

基于单片机的加速度传感器信号采集 并积分求速度和位移的c语言源码

2014-10-17

103C8_控制板-NRF24L01转串口转USB.

NRF24L01转串口转USB控制板 STM32奋斗板编程实例 Keil工程

2014-08-01

制作根文件系统

详细介绍了如何制作根一个linux的文件系统。

2014-01-25

正则表达式

讲述正则表达式的一些基础应用,简单明了.

2014-01-25

ethtool-2.6.36.tar.gz

ethtool-2.6.36.tar.gz源码包

2013-05-07

ntpclient源代码

ntpclient的源代码压缩包,主要用来同步NTP服务器时间,解压后编译即可使用

2013-03-09

iptables端口映射

iptables端口映射,硬件iptables的原理简单解析

2013-03-09

uboot移植AR8328网卡案例

uboot移植AR8328网卡案例,AR8328是一张千兆的网卡,驱动很复杂,这里只是在移植驱动后的一个移植调试过程,但问题还是很多。

2012-12-29

uboot移植DM9000驱动案例.doc

在引导程序u-boot添加dm9000的支持,就可以让以后的开发工作依赖于网络,每次修改内核或者文件系统就可以通过网络引导启动升级系统,而不必依赖硬件支持来对flash进行烧写,可以为以后的开发和升级工作带来方便。

2012-09-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除