摘要: 主要是使用 fetchRequest.sortDescriptors = [NSSortDescriptor.init(key: "key", ascending: true)]来进行排序 效果如下 let app = UIApplication.shared.delegate as! AppDel 阅读全文
posted @ 2022-12-14 00:46 Sqsdhc 阅读(185) 评论(0) 推荐(0) 编辑
摘要: ​ 在WEB项目中经常遇到excel文档在线预览的需求,基本的解决思路有以下几大类:excel文档转PDF、excel文档直接转html、后台读取excel数据返回给前端利用Excel效果的表格插件如(HandsonTable)将数据进行展示、部署微软Office Online服务(office w 阅读全文
posted @ 2022-11-24 14:47 Sqsdhc 阅读(885) 评论(3) 推荐(2) 编辑
摘要: Style.BackgroundColor property 获取或设置样式的背景颜色。public Color BackgroundColor { get; set; } 评论 如果要设置单元格的颜色,请使用 Style.ForegroundColor 属... 阅读全文
posted @ 2022-11-14 18:38 Sqsdhc 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 出现这个问题不知道改了什么导致的,卸载了重新安装也是不行。 以及到高级设置中进行配置jdk也是无效, 解决方法为需要在路径 C:\Users\你自己的用户名\AppData\Roaming\Google\AndroidStudio2021.2 上面的Andro... 阅读全文
posted @ 2022-11-14 18:38 Sqsdhc 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 需要替换国内镜像,现在阿里云地址已经更新了。需要使用新的地址。可以参考 https://developer.aliyun.com/mvn/guide 以下是更改buil.gradle文件的代码 // Top-level build file where you... 阅读全文
posted @ 2022-11-14 18:38 Sqsdhc 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 首先创建一个datatable,结构简单的分为两列 Datatable dt=new Datatable();dt.Columns("code");dt.Columns("name");dt.Row.Add("1","你好");dt.Row.Add("2","... 阅读全文
posted @ 2022-11-14 18:38 Sqsdhc 阅读(38) 评论(0) 推荐(0) 编辑
摘要: Configuration中有很多属性的设置,在编译时提示错误说locale已过时这个是设置语言的 使用最新的方法如下 configuration.setLocale(locale); 阅读全文
posted @ 2022-11-14 18:38 Sqsdhc 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 发生这个问题时查阅了许多资料,没有一个是对得上的。最后发现原来是在请求拦截器中的错误 错误代码如下 // 添加响应拦截器axios.interceptors.response.use(function (response) {// 对响应数据做点什么 c... 阅读全文
posted @ 2022-11-14 18:38 Sqsdhc 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 首先先下载虚拟机进行安装我这里使用的是 VMware Workstation Player 当前版本为16.这个是免费使用的可以不需要许可证就能长期使用了 官网VMware Workstation Player | VMware | CN 下载后根据提示进行安... 阅读全文
posted @ 2022-11-14 18:38 Sqsdhc 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 只需要在按钮中添加属性就可以了 android:foreground="?selectableItemBackground" 阅读全文
posted @ 2022-11-14 18:38 Sqsdhc 阅读(59) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示