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

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 阅读(166) 评论(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 阅读(12) 评论(0) 推荐(0) 编辑

2023年7月31日

unity制作位图字体

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

posted @ 2023-07-31 12:54 yaolunhui 阅读(261) 评论(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 阅读(4) 评论(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 阅读(488) 评论(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 阅读(126) 评论(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 阅读(100) 评论(0) 推荐(0) 编辑

2021年7月24日

2个项目共用文件夹,创建软链接。

摘要: MKLINK /j D:\project1\src\main\java\com\x\x\common D:\project1\src\main\java\com\x\x\common 前边是 目标 后边是源文件。 阅读全文

posted @ 2021-07-24 10:18 yaolunhui 阅读(116) 评论(0) 推荐(0) 编辑

2021年2月28日

debian创建https证书

摘要: debian创建https证书 certbot certonly --webroot -w /var/www/html/xx/public -d xx.xx.com 阅读全文

posted @ 2021-02-28 09:59 yaolunhui 阅读(425) 评论(0) 推荐(0) 编辑

2020年11月29日

springboot集成集群kafka带密码

摘要: 第一步:pom.xml配置文件添加kafka支持 <dependency> <groupId>org.springframework.kafka</groupId> <artifactId>spring-kafka</artifactId> </dependency> <dependency> <g 阅读全文

posted @ 2020-11-29 14:07 yaolunhui 阅读(2502) 评论(0) 推荐(0) 编辑

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

导航