private static double PI = 3.14159265358979324;public static double[] gcj02ToWgs(double lng, double lat) { double a = 6378245.0; // a: 卫星椭球坐标投影到平面地图坐标 ...
分类:
移动开发 时间:
2021-01-08 10:32:16
阅读次数:
0
Java安全之Weblogic 2016-0638分析 文章首发先知:Java安全之Weblogic 2016-0638分析 0x00 前言 续上篇文的初探weblogic的T3协议漏洞,再谈CVE-2016-0638, CVE-2016-0638是基于 CVE-2015-4852漏洞的一个绕过。 ...
分类:
编程语言 时间:
2021-01-02 11:12:47
阅读次数:
0
jQuery封装 css .myToast,.myToast{ position: fixed; top:50%; left:50%; z-index: 1000; color:#fff; text-align: center; border-radius: 0.2rem;; transform:t ...
分类:
其他好文 时间:
2020-12-29 11:23:54
阅读次数:
0
IfcTextTransformation描述如何处理字符的大小写。值包括: ①capitalize:大写每个单词的第一个字符 ②uppercase:大写元素的所有字母 ③lowercase:将元素的所有字母都小写 ④none 从CSS-1中定义的文本转换中采用的注释类型。 IFC2x3中增加的新类 ...
分类:
其他好文 时间:
2020-12-28 11:19:59
阅读次数:
0
1.静态图片压缩 1.1对于图像而言,通常将图形分割成8 * 8 或者 16*16的这样子的一小块图像为单位进行压缩。下图是图像压缩过程图 1.2将在空间频的图像转变到频率域以便更好的压缩(DCT discrete consine transform, Discrete wavelet transf ...
分类:
其他好文 时间:
2020-12-23 11:36:40
阅读次数:
0
<style> /* pc_ban */ .pc_ban .swiper-slide { overflow: hidden; } .pc_ban .sw_bg { width: 100%; height: 600px; top: 0; left: 0; transform: scale(1.1); ...
分类:
其他好文 时间:
2020-12-22 12:02:51
阅读次数:
0
一、transform 转换属性 #1. translate位移 transform : translate(50px,100px); //把元素水平移动 50 像素,垂直移动 100 像素 transform : translateX(50px); //把元素水平移动 50 像素 transfor ...
分类:
移动开发 时间:
2020-12-19 11:36:02
阅读次数:
1
参考:https://www.cnblogs.com/mengfangui/p/11174583.html { // 名称 "name": "vue", // 版本 "version": "2.6.10", // 描述 "description": "Reactive, component-orie ...
分类:
Web程序 时间:
2020-12-18 13:12:38
阅读次数:
3
映射表示可以通过放置映射表示的映射项来生成,而无需笛卡尔变换。 一个简单的块,它作为建筑元素代理的映射项插入到其局部对象坐标系中,无需任何变换。见上图。 ...
分类:
移动开发 时间:
2020-12-16 11:55:43
阅读次数:
4
注意点:想要将缩放之后的div对齐顶点,那么需要将css属性设置为:transform-origin: 0 0 <div style="width: 900px; height: 900px; background: gray; overflow: auto;"> <div style="width ...
分类:
Web程序 时间:
2020-12-07 11:57:04
阅读次数:
8