重庆熊猫 Loading

摘要: 更新记录 2022年5月30日 开启本篇 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 1.说明 auto布局是大部分容器默认的布局类型。 auto布局通常是从上到下进行堆叠,auto布局不会设置子组件的宽度,默认与容器一样的宽度 阅读全文
posted @ 2022-05-30 19:44 重庆熊猫 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2022年6月10日 完善标题。 比较好用的Markdown编辑器了,哈哈。 https://typoraio.cn/ 阅读全文
posted @ 2022-05-30 10:31 重庆熊猫 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2022年6月10日 完善标题。 Visual Studio官方下载地址 https://visualstudio.microsoft.com/ Visual Studio Code官方下载地址 https://code.visualstudio.com/ 相关链接 Visual Stud 阅读全文
posted @ 2022-05-30 10:20 重庆熊猫 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2022年6月10日 完善标题。 SQL Server Management Studio官方下载地址 https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms 阅读全文
posted @ 2022-05-30 10:00 重庆熊猫 阅读(981) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2022年5月29日 第一次编辑。使用的ExtJS版本:ExtJS 7.4 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 问题 原本都是显示正常的表单域,比如这些文本框、选择框都是正常。 在用户进行操作,然后显示验证提示 阅读全文
posted @ 2022-05-29 22:11 重庆熊猫 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 更新记录: 2022年5月28日 从程序中抽出方法复用。 处理财务文件时写的一个小函数。用于移除文件名中的非中文字符。 /// <summary> /// 移除文件名中的非中文字符 /// 比如:FJ_其他应付款!20210126_145109.xls 中的 FJ_、!20210126_145109 阅读全文
posted @ 2022-05-28 23:08 重庆熊猫 阅读(135) 评论(0) 推荐(0) 编辑
摘要: DNS改为:223.5.5.5即可。 223.5.5.5 下载完成后记得改回来。 阅读全文
posted @ 2022-05-28 23:01 重庆熊猫 阅读(501) 评论(0) 推荐(0) 编辑
摘要: 更新记录: 2022年5月28日 初始代码便于复用 注意:最多支持到:E-ICEBLUE Spire.Office Platinum v6.10.3 引入命名空间: using Spire.License; using Spire.Pdf; 激活代码: //激活Spire this.ActiveSp 阅读全文
posted @ 2022-05-28 22:58 重庆熊猫 阅读(1422) 评论(0) 推荐(0) 编辑
摘要: 2022年5月28日 初始记录 代码: String.Join(",", List.ToArray()); 阅读全文
posted @ 2022-05-28 22:53 重庆熊猫 阅读(2386) 评论(0) 推荐(0) 编辑
摘要: C#/VB 数据库连接字符串大全 https://www.connectionstrings.com/ SQL Server常用 Standard Security Server=myServerAddress;Database=myDataBase;User Id=myUsername;Passw 阅读全文
posted @ 2022-05-27 09:28 重庆熊猫 阅读(125) 评论(0) 推荐(0) 编辑
摘要: GIF录制工具(GifCam)下载地址: https://files.cnblogs.com/files/blogs/747754/GifCam.rar 阅读全文
posted @ 2022-05-26 17:21 重庆熊猫 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 直接使用CSS修饰。 这种方式操作,效果明显。 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 先为按钮新增一个CSS类 { xtype: 'button', //将边框、背景样式去掉 style: { border: 'none' 阅读全文
posted @ 2022-05-26 12:09 重庆熊猫 阅读(425) 评论(0) 推荐(0) 编辑
摘要: KMPlayer 官网:https://www.kmplayer.com/ PotPlayer 官网:https://potplayer.daum.net/ 最新64位下载:https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPl 阅读全文
posted @ 2022-05-25 20:53 重庆熊猫 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2022年6月25日 新增汇总链接。 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 说明 ExtJS组件很不错,但再完美也有需要其他组件的时候,比如有时候就需要引入已经写好的HTML页面。主要的方法如下。 测试环境:Ex 阅读全文
posted @ 2022-05-25 18:01 重庆熊猫 阅读(700) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2023年4月13日 新增BUG提示。 2022年6月25日 新增汇总链接。 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 注意:此组件有布局更新BUG,解决办法:https://www.cnblogs.com/cqpa 阅读全文
posted @ 2022-05-23 14:46 重庆熊猫 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 必须是具体的(Specific) 必须是可以衡量的(Measurable) 必须是可以达到的(Attainable) 与其他目标具有一定的相关性(Relevant) 必须具有明确的截止期限(Time-bound) 阅读全文
posted @ 2022-05-22 22:25 重庆熊猫 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2022年6月10日 完善标题。 商业版下载 商业版下载地址 https://edelivery.oracle.com/ 使用Oracle账号登录即可下载。 官方下载 https://dev.mysql.com/downloads/installer/ 开源镜像站下载 https://mi 阅读全文
posted @ 2022-05-22 22:23 重庆熊猫 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 更新记录 2022年6月14日 加入更多的下载地址。 2022年6月10日 完善标题。 下载地址: https://www.oracle.com/java/technologies/downloads/ https://docs.microsoft.com/en-us/java/openjdk/do 阅读全文
posted @ 2022-05-22 22:21 重庆熊猫 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 就是Date的API,直接上代码啦。 //打印中文的日期 function printChineseDateTime() { var now=new Date(); var str = now.getFullYear()+"年" +(now.getMonth()+1)+"月" +now.getDat 阅读全文
posted @ 2022-05-21 16:56 重庆熊猫 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 更新记录: 2022年5月26日 新增C语言版本 c#语言 /// <summary> /// 判断素数 /// </summary> /// <param name="num"></param> /// <returns></returns> static bool isPrimeNumber(i 阅读全文
posted @ 2022-05-19 23:12 重庆熊猫 阅读(52) 评论(0) 推荐(0) 编辑