上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: 一、前言 我们在做移动端的时候,可以会遇见上传图片并且查看图片的内容。如果不想自己实现的话,可以使用 mui 自带的 zoom .js 和 previewimage.js 完成该项工作。 二、开发环境 开发工具:HBuilder 使用框架:mui 技 术:js + html Github 项目:ht 阅读全文
posted @ 2019-06-14 16:13 周兴兴 阅读(3772) 评论(2) 推荐(1)
摘要: 一、问题描述 当我们在使用 Visual Studio Code 时,放大,我们可以使用 “ CTRL + ” 快捷键来实现。在使用 “ CRRL - ” 快捷键,缩小不了,我们怎么办? 二、解决方案 1、使用 Ctrl+数字键盘“-” 也调整字体大小。 2、依次点击 VS Code的菜单栏 Vie 阅读全文
posted @ 2019-06-08 15:58 周兴兴 阅读(1404) 评论(0) 推荐(0)
摘要: 一、问题描述 在使用 git 时,提示 二、解决方案 在该 Clone 的路径下,运行该命令: 删除老的 Clone 项目,重新 Clone 即可! 三、实验截图 阅读全文
posted @ 2019-06-08 09:56 周兴兴 阅读(2630) 评论(0) 推荐(1)
摘要: 这句表示的是创建的文件的名称太长了,将你需要放置的代码的文件名字改短一些即可! 阅读全文
posted @ 2019-06-08 09:14 周兴兴 阅读(1481) 评论(1) 推荐(1)
摘要: 一、问题 Object reference not set to an instance of an object. (你调用的对象是空的) 二、解决问题 阅读全文
posted @ 2019-05-15 16:31 周兴兴 阅读(67587) 评论(3) 推荐(1)
摘要: 一、简单小结 C# 中 String 转 JSON 这里的 class 最好是直接定义 dto 来接收,不然不好变量和取值。 二、使用案例 json 字符串: 类:StatTemplateStateDto 转换代码: 阅读全文
posted @ 2019-05-08 15:01 周兴兴 阅读(18728) 评论(0) 推荐(0)
摘要: 一、问题描述 问题:The instance of entity type 'xxxx' cannot be tracked because another instance with the same key value for {'Id'} is already being tracked. W 阅读全文
posted @ 2019-05-07 11:32 周兴兴 阅读(5199) 评论(0) 推荐(1)
摘要: 一、前言 在做网站时,客户的需求是需要在网站上显示该公司的地理位置。基于此需求我使用百度地图实现的地图如下。 二、实现地图效果 三、使用html+css+js 的代码如下 阅读全文
posted @ 2019-05-04 16:54 周兴兴 阅读(2811) 评论(1) 推荐(2)
摘要: 一、问题描述 在做C# 的 Guid 转换时,出现这个问题:Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). 中文翻译是:guid应包含32位数字和4个破折号(XXXXXXXX-XX 阅读全文
posted @ 2019-04-24 14:57 周兴兴 阅读(27821) 评论(0) 推荐(0)
摘要: 一、问题描述 在做 数组、列表、集合遍历时,可能我们会遇见这个问题。Collection was modified;enumeration operation may not execute ,翻译的中文意思:集合已修改;枚举操作可能无法执行。 二、解决方案 就是在遍历时,不要改变正在遍历的集合即可 阅读全文
posted @ 2019-04-24 14:30 周兴兴 阅读(19915) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页