上一页 1 2 3 4 5 6 ··· 11 下一页

2023年10月25日

unity打包 android

摘要: 第一种:手动 把没有的包 都放入 C:\Program Files\Unity\Hub\Editor\2022.3.3f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Tools\gradle\lib 第二种: 修改 镜像url C:\Program Fi 阅读全文

posted @ 2023-10-25 10:29 yaolunhui 阅读(60) 评论(0) 推荐(0) 编辑

2023年9月2日

docker-compose 增加端口,不重新创建容器

摘要: version: '3.3' services: debian: image: debian:10 ports: - 2226:22 - 8083:8083 volumes: - app_data:/path/to/app_data command: tail -f /dev/null volume 阅读全文

posted @ 2023-09-02 11:24 yaolunhui 阅读(104) 评论(0) 推荐(0) 编辑

2023年8月14日

内网穿透工具 frps

摘要: 下载 linux 服务器的 软件,跳板 https://github.com/fatedier/frp/releases 选择linux amd内核的gz软件 解压缩到 linux 服务器,修改 frps.ini,设置配置信息 [common]bind_port = 7000dashboard_po 阅读全文

posted @ 2023-08-14 13:28 yaolunhui 阅读(87) 评论(0) 推荐(0) 编辑

2023年8月11日

WebStorm 这么创建 webpack项目

摘要: 在 WebStorm 中创建一个基于 webpack 的项目需要执行以下步骤: 1.打开 WebStorm,选择 "Create New Project" 或 "New Project"(取决于 WebStorm 版本)。2.在 "New Project" 对话框中,选择 "Empty Projec 阅读全文

posted @ 2023-08-11 23:01 yaolunhui 阅读(246) 评论(0) 推荐(1) 编辑

2023年8月8日

ubuntu配置http环境 php7.4

摘要: #安装openssh-server apt-get update apt-get install openssh-server # 安装vim apt-get install vim #修改 sshd_config 允许root登录 vim /etc/ssh/sshd_config PermitRo 阅读全文

posted @ 2023-08-08 16:40 yaolunhui 阅读(15) 评论(0) 推荐(0) 编辑

2023年7月31日

unity制作位图字体

摘要: 第一步: ps 制作好 艺术字体,每个一样宽一样高。 第二步: 使用 bmfont 软件,将前面做好的小图转成fnt和png。(下载地址:https://www.angelcode.com/products/bmfont/) <?xml version="1.0"?><font> <info fac 阅读全文

posted @ 2023-07-31 12:54 yaolunhui 阅读(306) 评论(0) 推荐(0) 编辑

2023年7月24日

apache2 静态文件 csrf 错误

摘要: 第一步 安装 header模块 sudo apt update sudo apt install apache2 sudo a2enmod headers第二步 apache2配置过滤 <FilesMatch "\.(jpg|png|css|js)$"> <IfModule mod_headers. 阅读全文

posted @ 2023-07-24 15:15 yaolunhui 阅读(6) 评论(0) 推荐(0) 编辑

2022年9月8日

卸载APP

摘要: 方法一:禁用Appadb shell pm disable-user com.android.bbkmusic如果错误禁用了App,可以用下面的命令重新启用:adb shell pm enable 软件包名方法二:卸载Appadb shell pm uninstall --user 0 软件包名 果 阅读全文

posted @ 2022-09-08 08:50 yaolunhui 阅读(529) 评论(0) 推荐(0) 编辑

2022年8月6日

卸载 apache2

摘要: apt autoremove apache2 apt autoremove apache2.2-common apt --purge remove apache2 apt --purge remove apache2.2-common 会提示 这两个文件没有移除,一个是 配置文件,一个是 网站内容, 阅读全文

posted @ 2022-08-06 10:33 yaolunhui 阅读(130) 评论(0) 推荐(0) 编辑

2021年9月14日

apt 阿里云源

摘要: deb http://mirrors.aliyun.com/debian/ stretch main non-free contribdeb-src http://mirrors.aliyun.com/debian/ stretch main non-free contribdeb http://m 阅读全文

posted @ 2021-09-14 10:25 yaolunhui 阅读(105) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 11 下一页

导航