重庆熊猫 Loading

上一页 1 2 3 4 5 6 7 8 ··· 30 下一页
摘要: ```bash @echo off set dn=Info set dn2=ShellFolder set rp=HKEY_CURRENT_USER\Software\Classes\CLSID :: reg delete HKEY_CURRENT_USER\Software\PremiumSoft 阅读全文
posted @ 2023-05-21 09:37 重庆熊猫 阅读(366) 评论(1) 推荐(0) 编辑
摘要: 更新记录 2023年5月19日 初始化。 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 选择图标 进入网站:https://fonts.google.com/icons 搜索想要的图标 下载图标SVG文件转为base64 然后使用 阅读全文
posted @ 2023-05-19 10:57 重庆熊猫 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 查询防火墙状态 sudo ufw status 禁用UFW防火墙 sudo ufw disable 重置UFW防火墙 sudo ufw reset 启用防火墙 sudo ufw enable 阅读全文
posted @ 2023-05-03 09:49 重庆熊猫 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2023年4月23日 初始化。 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 生成 UUID let uuid = Ext.data.identifier.Uuid.create().generate(); 阅读全文
posted @ 2023-04-23 13:48 重庆熊猫 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 支持win7最后一个版本 1.70.3 下载地址 https://code.visualstudio.com/updates/v1_70 阅读全文
posted @ 2023-04-23 08:57 重庆熊猫 阅读(652) 评论(0) 推荐(0) 编辑
摘要: 环境 Ubuntu 22.04.01 Server x64 进行修改 打开终端,编辑网络配置文件 sudo vi /etc/netplan/00-installer-config.yaml 编辑文件内容: network: ethernets: ens33: dhcp4: no addresses: 阅读全文
posted @ 2023-04-22 10:18 重庆熊猫 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 环境 VS 2022 ASP.NET 7 NLog 5 MySQL 8 安装包 dotnet add package NLog.Web.AspNetCore dotnet add package NLog.Database dotnet add package MySql.Data 数据库准备(My 阅读全文
posted @ 2023-04-19 16:56 重庆熊猫 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2023年4月17日 初始化,内容截取自ChatGPT. 问题 在终端中输入的内容默认会被记录。 有时候输入敏感信息需要避免被记录。 解决 在 Linux 中防止命令记录主要有以下两种方式: 方法1:在命令前添加空格 在 Linux 中,命令历史记录保存在“~/.bash_history” 阅读全文
posted @ 2023-04-17 11:54 重庆熊猫 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2023年4月13日 初始化。 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 鉴于ExtJS官方已经躺平(给他们发邮件他们只回复个谢谢),只有自己改源码了。需要的老哥自己照着改一下源码就行了。 转载请注明出处:重庆熊猫 阅读全文
posted @ 2023-04-13 10:40 重庆熊猫 阅读(64) 评论(0) 推荐(0) 编辑
摘要: slmgr /skms kms.chinancce.com slmgr /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 slmgr /ato 阅读全文
posted @ 2023-04-11 21:36 重庆熊猫 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2023年3月8日 发布。 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 转载请注明出处:https://www.cnblogs.com/cqpanda/p/17192499.html 作用 Ext.ActionShee 阅读全文
posted @ 2023-04-11 11:54 重庆熊猫 阅读(70) 评论(0) 推荐(0) 编辑
摘要: ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 转载请注明出处:https://www.cnblogs.com/cqpanda/p/17183638.html 更新记录 2023年3月6日 初始化。 说明 标题条组件。 基本使用 E 阅读全文
posted @ 2023-04-11 11:49 重庆熊猫 阅读(70) 评论(0) 推荐(0) 编辑
摘要: ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 转载请注明出处:https://www.cnblogs.com/cqpanda/p/17183638.html 更新记录 2023年3月6日 初始化。 说明 工具栏。 基本使用 { x 阅读全文
posted @ 2023-04-11 11:49 重庆熊猫 阅读(91) 评论(0) 推荐(0) 编辑
摘要: ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 转载请注明出处:https://www.cnblogs.com/cqpanda/p/17181663.html 更新记录 2023年1月5日 初始化。 NavigationView i 阅读全文
posted @ 2023-04-11 11:49 重庆熊猫 阅读(69) 评论(0) 推荐(0) 编辑
摘要: ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 转载请注明出处: https://www.cnblogs.com/cqpanda/p/17177307.html 更新记录 2023年4月11日 发布。 Carousel组件(Mord 阅读全文
posted @ 2023-04-11 11:49 重庆熊猫 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 下载Mysql的zip安装包 下载地址: https://mirrors.aliyun.com/mysql/MySQL-8.0/ https://mirrors.163.com/mysql/Downloads/MySQL-8.0/ https://mirrors.aliyun.com/mysql/M 阅读全文
posted @ 2023-04-10 15:01 重庆熊猫 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 新建 vue.config.js 写入内容 module.exports = { lintOnSave: false } 重写编译 阅读全文
posted @ 2023-04-07 09:48 重庆熊猫 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2023年3月9日 发布。 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 官方文档:https://docs.sencha.com/extjs/7.6.0/classic/Ext.data.schema.Associat 阅读全文
posted @ 2023-04-04 20:40 重庆熊猫 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 常见数据库的默认端口号如下: MySQL:3306 Microsoft SQL Server:1433 Oracle:1521 PostgreSQL:5432 MongoDB:27017 当然,这些端口号也可以在安装和配置时进行更改。 阅读全文
posted @ 2023-04-03 19:48 重庆熊猫 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 更新记录 更新记录 2023年3月6日 将模板内容单独抽出作为单独的章节。 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 转载请注明出处:https://www.cnblogs.com/cqpanda/p/17186001.htm 阅读全文
posted @ 2023-03-29 14:55 重庆熊猫 阅读(240) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 30 下一页