上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: using System.Linq; using System.Net; using System.Net.NetworkInformation; using System.Net.Sockets; namespace XLL.Common.Helper { public class IpHelpe 阅读全文
posted @ 2024-03-19 14:44 chocolateXLL 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 问题:windows远程服务器粘贴功能失效问题解决 原因:rdpclip.exe 异常 解决:1.任务管理器中结束进程,2.搜索rdpclip.exe,重启进程 阅读全文
posted @ 2024-01-30 16:00 chocolateXLL 阅读(50) 评论(1) 推荐(0) 编辑
摘要: 错误信息: 内部异常 1:HttpRequestException: The SSL connection could not be established, see inner exception. 内部异常 2:AuthenticationException: The remote certif 阅读全文
posted @ 2024-01-28 14:47 chocolateXLL 阅读(815) 评论(0) 推荐(0) 编辑
摘要: TRIM():去掉空格 RTRIM():去掉右面空格 LTRIM():去掉左侧空格 UPPER():转大写 SOUNDEX:将任何文本串转为描述其语音表示的芝麻油数字模式的算法。SOUNDEX考虑了类似的发音字符和音节,使得能对字符串进行发音比较 阅读全文
posted @ 2023-06-19 14:07 chocolateXLL 阅读(9) 评论(0) 推荐(0) 编辑
摘要: Redis 数据类型 字符串(string),hash(field-value),列表list,集合set,有序集合zset String string类型是二进制安全的。意味着redis的string可以包含任何数据。比如jpg图片或者序列化的对象。一个redis中字符串value最多可以是512 阅读全文
posted @ 2023-06-16 18:11 chocolateXLL 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 错误信息:Incorrect string value: '\xE4\xB8\xAD\xE5\x9B\xBD' for column 'home_country 修改表、字段字符集 # 修改表字符集 alter table user_info default character set utf8; 阅读全文
posted @ 2022-11-30 15:30 chocolateXLL 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 是否支持缓存 show variables like '%have_query_cache%'; 临时关闭缓存 set global query_cache_size=0 set global query_cache_type=0 阅读全文
posted @ 2022-11-30 14:07 chocolateXLL 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 问题: Failed to load API definition. Errors Fetch error Internal Server Error /swagger/V2/swagger.json 解决办法:到控制台 查看错误原因 ,并解决。 问题原因可能: 1.Controller有不明确的H 阅读全文
posted @ 2022-05-10 11:18 chocolateXLL 阅读(934) 评论(0) 推荐(0) 编辑
摘要: SmartSVN使用 阅读全文
posted @ 2022-05-10 11:11 chocolateXLL 阅读(857) 评论(0) 推荐(0) 编辑
摘要: Smart SVN的使用 阅读全文
posted @ 2022-05-08 22:08 chocolateXLL 阅读(458) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页