leaflet有个绘图插件Leaflet.draw,但是我不想要它的控件,只想用它的绘制功能,控件我自己提供,当时不知道如何使用,就自己写了个绘制点线面圆和椭圆的工具,代码如下: /// <reference path="define.js" /> /// <reference path="icon ...
分类:
其他好文 时间:
2020-08-01 12:37:40
阅读次数:
90
注册表脚本如下 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\CMD Here] "ShowBasedOnVelocityId"=dword:00639bc8 "Icon"="cm ...
配合使用wx.showToast 和 wx.hideToast test(){ wx.showToast({ title: '加载中……', duration:5000, mask:true, icon:'loading' }) setTimeout(()=>{ console.log("hello ...
分类:
微信 时间:
2020-07-26 15:45:51
阅读次数:
149
网上找的C# WinForm全局异常捕获方法,代码如下: static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main() { try { //设置应用程序处理异常方式: ...
1、功能需求:由于项目业务需要一个图片预览的功能,又不想引入太多组件依赖,所以决定自己编写一套,实现了图片放大缩小、旋转、查看下一张或上一张图片功能,如图1.0截图所示。 2、外部资源:这里的icon图标采用的是 iconfont 里面的图标,自己可以自行寻找自己喜欢的图标代替,或者使用默认的图标, ...
分类:
其他好文 时间:
2020-07-26 01:01:26
阅读次数:
202
//点击事件 //上传图片 getImg() { if (this.fileList.length >= 9) { uni.showToast({ title: '上传数量上限', icon: 'none', duration: 1000 }) return } let that = this; u ...
分类:
移动开发 时间:
2020-07-23 23:25:34
阅读次数:
92
软件测试人员必备的英语单词(二) group 群组 group box 群组方块 分组框 guard clause 卫述句 (Refactoring, p250) 卫语句 GUI 图形介面 图形界面 hand shaking 握手协商 handle 识别码、识别号、号码牌、权柄 句柄 handler ...
分类:
其他好文 时间:
2020-07-23 15:58:22
阅读次数:
93
import logging logging.basicConfig(level=logging.INFO) s = '0'n = int(s)logging.info('n = %d' % n)print(10 / n) 这就是logging的好处,它允许你指定记录信息的级别,有debug,inf ...
分类:
编程语言 时间:
2020-07-22 11:14:08
阅读次数:
70
template <div class="each-one-in-list"> <div class="show-icon">进行中</div> <div class="show-signal"></div> <div class="main-title" title="test"> <strong ...
分类:
Web程序 时间:
2020-07-22 02:10:44
阅读次数:
211
使用工具: 1.微信Web开发者工具 2.Visual Studio 2019 前端采用color UI,后端采用c# .net 过程中的几个重点点记录 1.color UI使用 下载colorUI以后 将icon.wxss、colorui.wxss拷贝至项目根目录 在app.wxss中导入文件 @ ...
分类:
微信 时间:
2020-07-21 23:05:30
阅读次数:
104