php 对视频进行基础修改操作
<?php /** * video class * written: denny Date :2020-06-15 */ class Mpeg{ public $sowarePath = ''; public $ffmpegCmd = 'ffmpeg '; public $ffprobeCmd = 'ffprobe '; function __cons...
uniapp登录页面模板
模板一 代码部分 1.Login.vue<template> <view class='page'> <view class='title'> <view>Hello!<br>欢迎来到XXX</view> </view> <view c...
python读取so文件输出到text
import osimport sysimport redef extract_strings(binary_data): '''从二进制数据中提取可打印的字符串''' # 使用正则表达式匹配至少4个连续的可打印字符 strings = re.findall...
cocos uuid解密脚本
//22位压缩后的 UUID解码配置 const BASE64_KEYS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; const values: number[] = new Array(123); // max char code in ba...
Vue 实现页面打印
安装vue-print-nb插件npm install print-nb在main.js引入适应全局import Print from 'vue-print-nb'; Vue.use(Print);import print from 'print' handlePrint() { // 打印功能 printJS({ printa...
UNIAPP前端 AXIOS 封装的API
Axios 是一个基于 Promise 的 HTTP 库,可以在浏览器和 Node.js 中使用。它提供了许多功能,如拦截请求和响应、取消请求、自动转换 JSON 数据等。安装和基本使用首先,通过 npm 安装 Axios:np...








