to do

3DMax Ornatrix to UE Groom制作毛发动态效果

Hello,大家好,今天给大家带来3DMax Ornatrix 毛发插件导入 UE Groom毛发动态效果,我是沙漠骆驼-JFD。 1、使用Ornatrix 毛发插件生成毛发 2、添加编辑器Clump 和Frizz 3、导出格式:Ornatrix Alembic(.abc) 4、导入到虚幻引擎,注意 ......
毛发 Ornatrix 效果 动态 3DMax

npm i 报错 unable to resolve dependency tree

错误: 问题原因:安装包各个版本冲突解决办法:npm i --legacy-peer-deps 忽略各种报错命令npm i --legacy-peer-deps --ignore-scripts --registry=https://registry.npm.taobao.org 然后重新安装 np ......
dependency resolve unable tree npm

make_ext4fs error: make_file: failed to allocate inode

make_ext4fs error: make_file: failed to allocate inode error: do_inode_allocate_extents: Failed to allocate 1146 blocks make menuconfig Target Images ......
make make_file make_ext allocate failed

PR语音转字幕转换插件Speech to Text for Premiere Pro

在 Speech to Text for Premiere Pro(PR语音转字幕转换插件中您可以使用以下各种格式转换:中文(PL/PRC)、英文、日语、韩语、意大利语、葡萄牙语、波兰语、法语、意大利语、荷兰语、英语、西班牙语等。如果您对中文、日语、韩语、葡萄牙语、法语、荷兰语等语言感兴趣,可以在这 ......
字幕 插件 语音 Premiere Speech

AtCoder Regular Contest 111 F Do you like query problems?

洛谷传送门 AtCoder 传送门 挺有意思的计数。 计数感觉很难做,不妨转成期望,期望又可以转成概率之和。 考虑枚举 $w \in [0,m-1]$,把 $> w$ 的数设为 $1$,$\le w$ 的数设为 $0$。那么期望就是所有 $w$,$a_i$ 为 $1$ 的概率之和。对于一个 $i$, ......
problems AtCoder Regular Contest query

PVE虚拟机出现系统启动报错“journalctl”to view system logst解决方法

故障现象 虚拟机卡死,重启虚拟机后,不能正常进入系统 解决办法 xfs repair -v -L /dev/dm-0 L 选项指定强制日志清零,强制xfs_repair将日志归零,即使它包含脏数据(元数据更改)。再重启下虚拟机即可 ......
journalctl 方法 system 系统 logst

[vite]: Rollup failed to resolve import "APlayer" from "./APlayer/index.vue".This is most likely unintended because it can break your application at runtime.

这个错误提示是在你使用 Vite 构建项目时遇到的。 错误信息提示 Rollup 在构建过程中无法解析 import "APlayer",而且这很可能会在运行时破坏你的应用程序。这个问题的原因是,APlayer 并不是一个模块,没有被正确地导出到你的项目中。 为了解决这个问题,你需要告诉 Rollu ......
quot APlayer application unintended because

Rollup failed to resolve import "vue-demi" from

1、背景: vue3 + vite + ts 的一个项目打包的时候报错了 2、报错截图 3、引入截图 4、修改引入 vue-demi -> vue 5、结果 可以正常打包啦~~ ......
quot vue-demi resolve Rollup failed

sqlserver视图 to mysql表

sqlserver视图 to mysql表 有两台服务器,是同一个内网。 sqlserver这台只能内网访问 mysql这台可内可外 现在需要将sqlserver的一个视图数据,每天凌晨同步到另外一台服务器的mysql数据库里 共参考: 安装sqlserver https://www.linuxpr ......
视图 sqlserver mysql to

java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''',b_5='17',b_6='' wher

java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right s ......

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

今天执行mysql操作的时候出现了错误:ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'问题 1:首先检查是否安装了mysql-server了 su ......
mysqld 39 connect through server

Unable to tunnel through proxy. Proxy returns "HTTP/1.1 503 Service Unavailable"

背景: 某日,一正常项目迁移到新的服务器 新的服务器,需要使用代理来访问之前能直接访问的接口,加完代理之后,发现无法获取数据了 报错: org.springframework.web.client.ResourceAccessException: I/O error on GET request f ......
quot Unavailable Service through returns

运维 —— IMP-00030: failed to create file import_sys for write

IMP-00030: failed to create file import_sys for writeIMP-00000: Import terminated unsuccessfully原因:操作系统用户oracle对dmp文件没有权限drwxr-xr-x 2 root root 42 Feb ......
import_sys failed create import 00030

论文解读《Do We Need Zero Training Loss After Achieving Zero Training Error?》

论文信息 论文标题:Do We Need Zero Training Loss After Achieving Zero Training Error?论文作者:Takashi Ishida, I. Yamane, Tomoya Sakai, Gang Niu, M. Sugiyama论文来源:20 ......
Training Zero Achieving 论文 After

Introduction to WebGL 3D with HTML5 and Babylon.js

Explore 3D basics, and take a look at 3D without hardware (creating a software engine). [05:45] - Understanding 3D Basics via a soft engine [09:49] - ......
Introduction Babylon HTML5 WebGL HTML

golang net/rpc inject data to service function

在golang中,net/rpc库比较牛,只需要写函数,然后使用现成的 ServerCodec 就可以完成rpc服务了。但是有个问题,service函数的参数都是来自客户端的,如果服务器想为某个特殊的函数注入一些配置或状态参数,就不好弄了。 解决方案: 修改service函数,比如原来的参数是 Fu ......
function service golang inject data

错误解决 System.InvalidOperationException:“Dynamic port binding is not supported when binding to localhost. You must either bind to 127.0.0.1:0 or [::1]:0, or both.”

System.InvalidOperationException:“Dynamic port binding is not supported when binding to localhost. You must either bind to 127.0.0.1:0 or [::1]:0, or ......

论文解读(PGD)《Towards deep learning models resistant to adversarial attacks》

论文信息 论文标题:Towards deep learning models resistant to adversarial attacks论文作者:Aleksander Madry, Aleksandar Makelov, Ludwig Schmidt, Dimitris Tsipras, Ad ......

To GPT

从此昼夜不相逢 文/时兮 转录 校对/WIDA 摘自《新概念作文十五年》,期号不详 仅作个人学习与研究,请勿传播 夏日衍生出浅色的根须,一寸一寸在光影的升温中拔节。温柔的绿色沿着记忆攀爬,却掩不住一年的跨度。 在这个六月的末尾,我突然觉得自己看到了岁月,真的是岁月。它不动声色地从一个极像你的侧影上掠 ......
GPT To

读书笔记 - 《Monolith to Microservices》

如果你的产品目前是B/S或者C/S架构,想要考虑重构成微服务,这本书绝对是一个很好的参考,作者通过自己的实践经历,详述了以下几个方面: 不要因为别人都做微服务,你就想要把自己的系统转成微服务,首先需要分析自己系统碰到的问题,找到最适合的解决办法,微服务不是万能的,不能解决所有问题 考虑微服务提供的灵 ......
Microservices Monolith 笔记 to

docker报错,ERROR: Got permission denied while trying to connect to the Docker daemon socket

使用docker,避免使用sudo命令 1.本地环境是Ubuntu18.04,docker version 19.03.12 以普通用户启动docker时,会报一下错误 Got permission denied while trying to connect to the Docker daemo ......
permission connect docker Docker denied

CentOS网卡无法启动返回'Failed to start LSB:Bring up/down networking.'

装了一台虚机,配置docker服务的时候发现忘了开CPU虚拟化,关机开启后再登录,发现网卡down了,重启网卡报错。 1. journalctl -ex #查看日志,发现返回错误'Failed to start LSB:Bring up/down networking.'; 2. vi /var/l ......
网卡 networking CentOS Failed Bring

Tomcat报错严重: Unable to process Jar entry [module-info.class] from Jar

Tomcat运行时出现Unable to process Jar entry [module-info.class] from Jar 分析报错可知无法从Jar包中处理Jar条目[module-info.class]报错内容 严重: Unable to process Jar entry [modu ......
module-info Jar process Tomcat Unable

From GPT to discord

背景:由于使用chatGPT存在诸多不便(直连只能web页面,wx机器人需要小号,tg无法访问),本文提供一个将GPT接入discord的方式,并实现chat和imagine的功能。 相关github项目:ChatGPT-Discord-Bot 在 Discord 里的频道中导入 ChatGPT B ......
discord From GPT to

Build was configured to prefer settings repositories over project repositories but repository

首先上链接:stackoverflow的正解 下载了最新版的狐狸图标的AS,4.1.2版本, 新建的项目默认使用的最新版本7.0.2的gradle, 在项目的build.gradle中添加项目编译需要的依赖, allprojects { repositories { google() jcenter ......

How to Configure SSL/TLS on ORACLE RAC

Goal This document will demonstrate the steps required to configure SSL/TLS on RAC or SIHA. Instruction is by example and also shows various methods t ......
Configure ORACLE How SSL RAC

[PA2021] Od deski do deski (dp)

计数数列个数,要满足能划分为若干个两端相等区间。 首先容易想到DP。 我想的是按段分阶段转移,显然不行,因为很容易算重,一个数列能有多种划分方案则会被算多次。 因此直接计数数列的每位,$g(i,j)$表示前$i$位有$j$种值存在位置的前一个数列满足条件的合法序列方案数,$f(i,j)$则为不合法序 ......
deski 2021 PA Od do

http: server gave HTTP response to HTTPS client

The error message "http: server gave HTTP response to HTTPS client" occurs when a client tries to access a server through an HTTPS connection, but the ......
response client server HTTPS http

关于报错:Error adding module to project: setSdk: sdk '1.8' type 'JavaSDK' is not registered in ProjectJdkTable

问题描述: Error adding module to project: setSdk: sdk '1.8' type 'JavaSDK' is not registered in ProjectJdkTable (图片来自贴吧,看到有一个人问这个问题,然后自己碰到了但是忘了截图) 说明当前项目在 ......