稷然如此

  • 首页
  • 文章分类
    • AI
    • Android
    • Java
    • Shell
    • Vue
    • C#
    • Python
    • 数据库
    • 组件
    • 其他
    • Game
  • 常用命令
    • Docker
    • Git
    • Linux
  • 操作系统
    • CentOS
    • Ubuntu
    • Windows
    • Kylin
    • Euler
  • 工具
    • IntelliJ IDEA
    • Visual Studio Code
文章分类
C#

自动完成 TextBox 实现类似百度搜索框

public class AsSearchTextBox : TextBox { #region 字段 /// <summary> /// 列表框 /// </summary> private ListBox listBox; /// <summary> /// 记住前输入的字符串 /// </summary> private string oldText; /// <summary> /// 显示面板 /// </summary> priva…

2023年7月17日 1399点热度 0人点赞 Akim 阅读全文
C#

TabControl 重绘带关闭按钮和页选择

TabStrip: [Designer(typeof(AsTabStripDesigner))] [DefaultEvent("TabStripItemSelectionChanged")] [DefaultProperty("Items")] [ToolboxItem(true)] [ToolboxBitmap("FATabStrip.bmp")] public class AsTabStrip : BaseStyledPanel, ISupportInitialize, IDisposable { #regio…

2023年7月17日 1279点热度 0人点赞 Akim 阅读全文
Java

Spring Cloud Gateway集成Sentinel 1.8.6及Sentinel Dashboard

1.下载地址:sentinel v1.8.6 2.启动sentinel dashboard,执行以下命令: java -Dcsp.sentinel.log.dir=D:\xxx\sentinel\logs -Dserver.port=9217 -Dcsp.sentinel.dashboard.server=localhost:9217 -Dcsp.sentinel.heartbeat.client.ip=localhost -Dproject.name=sentinel-dashboard -Dsentinel.d…

2023年7月17日 3039点热度 0人点赞 Akim 阅读全文
CentOS

CentOS 部署 Docker + 禅道PMS

参考文章:CentOS 安装 Docker 1.拉取镜像 进入官网:禅道官网下载页面,选择旗舰版Docker镜像选项,复制镜像拉取地址,例: docker pull easysoft/zentao:max4.5 2.创建容器 docker run --name [容器名] -p [主机端口]:80 --network=[网络驱动名] --ip [容器IP] --mac-address [mac地址] -v [主机禅道目录]:/www/zentaopms -v [主机mysql目录]:/var/lib/mysql -…

2023年7月13日 1293点热度 0人点赞 Akim 阅读全文
其他

CentOS 安装 Gitlab

yum install -y curl policycoreutils-pythonopenssh-server systemctl enable sshd systemctl start sshd yum install postfix systemctl enable postfix systemctl start postfix systemctl enable firewalld systemctl start firewalld firewall-cmd --permanent --zone=public…

2023年7月11日 1702点热度 0人点赞 Akim 阅读全文
数据库

Windows 安装 MySql 8.0

https://downloads.mysql.com/archives/community/ 选择Windows(x86,64-bit),ZIP Archive,一般第一项或者这个https://cdn.mysql.com/archives/mysql-8.0/mysql-8.0.30-winx64.zip 这里D:\tools\mysql-8.0.30-winx64 MYSQL_HOME -> D:\tools\mysql-8.0.30-winx64 Path ->> %MYSQL_HOME%…

2023年7月11日 1331点热度 0人点赞 Akim 阅读全文
Java

Spring Boot Admin-服务监控

<!--actuator 监控--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> <groupId>de.codecentric</groupId> <artif…

2023年7月11日 1159点热度 0人点赞 Akim 阅读全文
Java

Actuator-应用程序的状态监控

例: 查看健康状态: http://localhost:8080/actuator/health 所有的监控端点endpoints介绍: auditevents公开当前应用程序的审核事件信息。 beans显示应用程序中所有Spring bean的完整列表。 caches暴露可用的缓存。 conditions显示在配置和自动配置类上评估的条件以及它们匹配或不匹配的原因。 configprops显示所有的整理列表@ConfigurationProperties,查看配置属性,包括默认配置 env露出Spring的属性的…

2023年7月11日 1001点热度 0人点赞 Akim 阅读全文
Java

Spring Boot 代码混淆

Allatori 混淆包 点击选项卡 DOWNLOAD 即可,下载下来的是含有 demo 工程的案例包,有两个目录  lib(混淆用的 jar 包)、tutorial(demo) 在需要混淆代码的工程根目录下新建目录 lib(随意,啥名都可以),然后将下载下来的 lib 目录下两个文件(allatori.jar、allatori-annotations.jar)复制进去 在 lib 目录下新建 allatori.xml 文件(名字也可以随意,后面项目 pom.xml 里可以修改),xml 内容: <confi…

2023年7月11日 1545点热度 0人点赞 Akim 阅读全文
Java

CentOS 启动 xxl-job

修改xxl-job-admin/src/main/resources/application.properties配置文件 修改默认端口,使用9005 修改数据库账号和密码,root,123456 xxl-job-admin/src/main/resources/logback.xml 修改日志文件保存路径 必须安装jdk和maven。 可选: maven配置跟windows一样,更改maven仓库路径、阿里云镜像及jdk版本,环境变量为 export MAVEN_HOME=maven路径 export PATH=…

2023年7月11日 960点热度 0人点赞 Akim 阅读全文
1…7891011

Akim

犇 骉
Java、C#、Python、Go、Android、MiniProgram、Bootstrap、Vue2

Copyright © 2025 aianran.com All Rights Reserved.

免责申明 | 隐私政策 | 服务条款 | 关于我们

黔ICP备2023008200号-1

贵公网安备 52010202003594号