摘要:
【npm报错】cnpm install 无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\cnpm.ps1,因为在此系统中禁止执行脚本 - 知乎 (zhihu.com)
阅读全文
posted @ 2023-12-20 13:49
shiningrise
阅读(79)
推荐(0)
摘要:
让 .NET 开发更简单,更通用,更流行。 Furion | Furion Admin.NET: 🔥基于.NET 8(Furion)/SqlSugar实现的通用管理平台。整合最新技术,模块插件式开发,前后端分离,开箱即用。集成多租户、缓存、数据校验、鉴权、事件总线、动态API、通讯、远程请求、任务
阅读全文
posted @ 2023-12-20 12:48
shiningrise
阅读(67)
推荐(0)
摘要:
错误:MySQL server has gone away 解决办法: 1、参数作用 max_allowed_packet参数是指mysql服务器端和客户端在一次传送数据包的过程当中最大允许的数据包大小。如果超过了设置的最大长度,则会数据库保持数据失败。 2、问题场景 ● 有时候业务的需要,可能会存
阅读全文
posted @ 2023-12-19 15:19
shiningrise
阅读(1682)
推荐(0)
摘要:
快速激活Navicat Premium 12 (baidu.com) Navicat常见错误怎么处理(Rsa Public Key not Find、Generate First a serial、No All Pattern Found!File Alre) - 刘鑫磊up - 博客园 (cnbl
阅读全文
posted @ 2023-12-18 09:25
shiningrise
阅读(121)
推荐(0)
摘要:
冰封|冰封系统|U冰封_冰封u盘启动盘制作工具_冰封工作室_win7纯净版_win10纯净版冰封官网 (bfgho.com)
阅读全文
posted @ 2023-12-18 08:26
shiningrise
阅读(100)
推荐(0)
摘要:
'feat', // 新功能 feature 'fix', // 修复 bug 'docs', // 文档注释 'style', // 代码格式(不影响代码运行的变动) 'refactor', // 重构(既不增加新功能,也不是修复bug) 'perf', // 性能优化 'test', // 增加
阅读全文
posted @ 2023-12-15 14:37
shiningrise
阅读(41)
推荐(0)
摘要:
mariadb - Official Image | Docker Hub
阅读全文
posted @ 2023-12-13 19:55
shiningrise
阅读(14)
推荐(0)
摘要:
NginxProxyManager/nginx-proxy-manager: Docker container for managing Nginx proxy hosts with a simple, powerful interface (github.com)
阅读全文
posted @ 2023-12-09 20:39
shiningrise
阅读(217)
推荐(0)
摘要:
解决Harbor在服务器重启后无法自启动的问题 问题 当部署Harbor的服务器在重启之后,可能会出现Harbor无法跟随系统自启动 解决方案 现假设Harbor的安装目录位置为/usr/local/harbor,在Harbor安装完成之后,在此目录下会生成docker-compose.yml配置文
阅读全文
posted @ 2023-12-08 08:12
shiningrise
阅读(875)
推荐(1)
摘要:
#FROM registry-vpc.cn-shanghai.aliyuncs.com/shiningrise/aspnetcore-build:2 AS builder FROM mcr.microsoft.com/dotnet/core/sdk:2.1 AS builder ENV ASPNET
阅读全文
posted @ 2023-12-07 13:27
shiningrise
阅读(118)
推荐(0)
摘要:
docker run --restart=always --network host -d -v /data/frps.ini:/etc/frp/frps.toml --name frps snowdreamtech/frps:0.52.3 docker run --restart=always -
阅读全文
posted @ 2023-12-05 21:52
shiningrise
阅读(1619)
推荐(0)
摘要:
kind: pipeline name: default steps: - name: clear image: appleboy/drone-ssh pull: true settings: host: wxy.kim port: 22 username: root password: 服务器密码
阅读全文
posted @ 2023-12-05 15:59
shiningrise
阅读(186)
推荐(0)
摘要:
kubernetes(k8s) - 实战进阶篇:搭建Registry&Harbor私有仓库、Dockerfile(八) - 知乎 (zhihu.com)
阅读全文
posted @ 2023-12-04 10:47
shiningrise
阅读(80)
推荐(0)
摘要:
UFW 常用命令 ufw version #查看版本信息 ufw enable #启用防火墙 ufw disable #禁用防火墙 ufw reload #重载防火墙 ufw reset #重新设置防火墙 (注意:这将禁用UFW并删除之前定义的任何规则) ufw verbose #查看防火墙策略 设
阅读全文
posted @ 2023-12-04 09:42
shiningrise
阅读(307)
推荐(0)
摘要:
registry: image: registry:latest container_name: registry restart: always volumes: - /data/registry:/var/lib/registry environment: - VIRTUAL_HOST=regi
阅读全文
posted @ 2023-12-04 08:40
shiningrise
阅读(19)
推荐(0)
摘要:
<script type="text/javascript"> (function poll() { console.log("i work") $.ajax({ type: 'POST', url: '/api/Home/ChangeOpenId', dataType: "json", timeo
阅读全文
posted @ 2023-12-04 08:16
shiningrise
阅读(54)
推荐(0)
摘要:
yarn build后显示内存超限,变异失败 更改package.json文件:加上NODE_OPTIONS=\"--max-old-space-size=1024000\" 如下: "build": "cross-env NODE_ENV=production NODE_OPTIONS=\"--m
阅读全文
posted @ 2023-12-03 17:52
shiningrise
阅读(236)
推荐(0)
摘要:
Ubuntu 20.04 修改时区 24小时_lc_time=en_dk.utf-8-CSDN博客
阅读全文
posted @ 2023-12-03 17:49
shiningrise
阅读(709)
推荐(0)
摘要:
docker - 如何为dotnet MVC应用程序配置默认端口? - IT工具网 (coder.work) docker - How to configure the default port for a dotnet MVC application? - Stack Overflow
阅读全文
posted @ 2023-12-01 13:38
shiningrise
阅读(55)
推荐(0)
摘要:
gitea+drone 无法触发自动构建,Web钩子提示错误,要改一下设置 修改 Gitea 服务器的 Webhook 设置 在 conf/app.ini 中添加 ALLOWED_HOST_LIST = * 允许从外部服务器触发 Gitea webhook。 [webhook] ALLOWED_HO
阅读全文
posted @ 2023-12-01 11:25
shiningrise
阅读(706)
推荐(1)
摘要:
Gitea 与 Drone 集成实践:完全基于 Docker 搭建的轻量级 CI/CD 系统-六虎 (6hu.cc)
阅读全文
posted @ 2023-11-28 16:59
shiningrise
阅读(65)
推荐(0)
摘要:
Ubuntu22.04静态ip配置 - 知乎 (zhihu.com) network: renderer: NetworkManager ethernets: ens33: addresses: - 10.128.39.42/24 routes: - to: default via: 10.128.
阅读全文
posted @ 2023-11-28 13:51
shiningrise
阅读(55)
推荐(0)
摘要:
先用docker system df 命令查看再用docker system prune 清理
阅读全文
posted @ 2023-11-27 13:40
shiningrise
阅读(36)
推荐(0)
摘要:
ASP.NET Core 的 Docker 映像 | Microsoft Learn
阅读全文
posted @ 2023-11-27 13:39
shiningrise
阅读(15)
推荐(0)
摘要:
1 FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base 2 WORKDIR /app 3 EXPOSE 80 4 5 FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build 6 WORKDIR /src 7 COPY
阅读全文
posted @ 2023-11-27 09:39
shiningrise
阅读(33)
推荐(0)
摘要:
要查看特定目录的大小,可以在命令中指定该目录的路径,例如: du -h /path/to/directory
阅读全文
posted @ 2023-11-22 09:44
shiningrise
阅读(46)
推荐(0)
摘要:
mysql删除有外键约束的数据 -- 步骤2:解除外键约束 SET FOREIGN_KEY_CHECKS = 0; -- 步骤3:删除相关数据 DELETE from org_practicebase ; -- 步骤4:重新建立外键约束 SET FOREIGN_KEY_CHECKS = 1;
阅读全文
posted @ 2023-11-21 13:39
shiningrise
阅读(84)
推荐(0)
摘要:
laochiangx/Common.Utility: Various helper class (github.com)
阅读全文
posted @ 2023-11-16 10:42
shiningrise
阅读(23)
推荐(0)
摘要:
sed -i 's/http:\/\/archive.ubuntu.com/https:\/\/mirrors.aliyun.com/g' /etc/apt/sources.list
阅读全文
posted @ 2023-11-14 14:08
shiningrise
阅读(43)
推荐(0)
摘要:
#include "stm32f10x.h" // Device header #include "Delay.h" int main(void) { RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB, ENABLE); GPIO_InitTypeDef GPI
阅读全文
posted @ 2023-11-06 16:26
shiningrise
阅读(44)
推荐(0)
摘要:
#include "stm32f10x.h" // Device header #include "Delay.h" int main(void) { RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE); GPIO_InitTypeDef GPI
阅读全文
posted @ 2023-11-06 16:12
shiningrise
阅读(51)
推荐(0)
摘要:
#include "stm32f10x.h" // Device header #include "Delay.h" int main(void) { RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE); GPIO_InitTypeDef GPI
阅读全文
posted @ 2023-11-06 16:00
shiningrise
阅读(88)
推荐(0)
摘要:
【最新MDK注册方法】 对于学生朋友,无力购买正版的,请参考注册方法:下载地址:https://www.lanzoui.com/i8v8sbg方法:https://blog.csdn.net/weixin_53944340/article/details/120396237
阅读全文
posted @ 2023-11-06 14:49
shiningrise
阅读(323)
推荐(0)
摘要:
添加用户为管理员insert into jol.privilege values('wxy','administrator','N');insert into jol.privilege values('admin','administrator','true','N');
阅读全文
posted @ 2023-10-31 14:06
shiningrise
阅读(94)
推荐(0)
摘要:
//执行如下命令,分析根目录下的每个二级目录下有多少个文件。 for i in /*; do echo $i; find $i | wc -l; done linux inode索引节点使用率100% 解决
阅读全文
posted @ 2023-10-30 15:27
shiningrise
阅读(64)
推荐(0)
摘要:
find . -name "*" | xargs rm -rf 3)inode爆满,也可能是某些目录下存在大量的小文件导致。大量小文件分布有两种可能:a)一是只有一个或少量目录下存在大量小文件,这种情况可以使用如下命令来找出这个异常目录:# find / -type d -size +10M 即找出
阅读全文
posted @ 2023-10-30 15:24
shiningrise
阅读(74)
推荐(0)
摘要:
通用批量永久激活秘钥: 17:JU090-6039P-08409-8J0QH-2YR7F 22H2:ZA5RU-6FYD5-48EPY-3XXEE-PAUGD
阅读全文
posted @ 2023-07-02 20:56
shiningrise
阅读(6477)
推荐(0)
摘要:
sudo ap-get install open-vm-tools-desktop https://blog.csdn.net/baidu_38797690/article/details/124191747
阅读全文
posted @ 2023-06-27 19:15
shiningrise
阅读(116)
推荐(0)
摘要:
这种错误一般是 mysql 服务器异常关机导致的,解决方案如下: # Ubuntusudo service mysql stop sudo usermod -d /var/lib/mysql/ mysql sudo service mysql start # CentOS sudo systemct
阅读全文
posted @ 2023-06-12 12:49
shiningrise
阅读(830)
推荐(0)
摘要:
后台导入问题失败1、先用谷歌浏览器直接打开xml文件,看是否有语法错误,如果有,用文本编辑器修订提示的行号。2、如果超过100M,可以先用EasyFPSViewer拆分成多个小文件,然后再导入。3、对于HUSTOJ,可以先压缩为zip再上传导入4、修改/etc/php/7.2/fpm/php.ini
阅读全文
posted @ 2023-06-08 17:30
shiningrise
阅读(310)
推荐(0)