logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

永久解决windows控制台中文乱码问题(VSCode、Idea、webstorm的终端也适用)

打下window设置(右键点击开始菜单),选择时间和语言:找到语言管理设置:更改系统区域设置:

文章图片
#intellij-idea
UE小:PixelStreamingInfrastructure最简使用指南(win)

https://github.com/EpicGamesExt/PixelStreamingInfrastructure/releases/download/v4.5.2-coturn-windows/turnserver.zip 到 D:\YourProject\PixelStreamingInfrastructure-UE5.5-4.0.6\SignallingWebServer\platfo

android 判断文件是否存在

//判断文件是否存在public boolean fileIsExists(String strFile){try{File f=new File(strFile);if(!f.exists()){

#android
到底了