会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
理舞
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
30
下一页
2024年4月19日
IDEA配置注释模板
摘要: 参考: IDEA设置类的文件头注释 https://blog.csdn.net/engerla/article/details/84846463 IDEA设置方法注释模板 https://blog.csdn.net/engerla/article/details/119254597
阅读全文
posted @ 2024-04-19 10:29 理舞
阅读(60)
评论(0)
推荐(0)
2024年4月2日
sun.misc
摘要: import sun.misc.BASE64Decoder; import sun.misc.BASE64Encoder; 提示找不到符号在JDK17下出现,将项目变更或JDK8就可以了
阅读全文
posted @ 2024-04-02 19:46 理舞
阅读(37)
评论(0)
推荐(0)
nvm安装node
摘要: 一、安装nvm linux安装 编辑文件/etc/hosts 199.232.68.133 raw.githubusercontent.com 199.232.68.133 user-images.githubusercontent.com 199.232.68.133 avatars2.githu
阅读全文
posted @ 2024-04-02 17:47 理舞
阅读(50)
评论(0)
推荐(0)
2024年3月27日
python基础环境
摘要: 镜像源 清华源:https://pypi.tuna.tsinghua.edu.cn/simple 豆瓣源:https://pypi.doubanio.com/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.m
阅读全文
posted @ 2024-03-27 08:45 理舞
阅读(52)
评论(0)
推荐(0)
2024年3月25日
python依赖库
摘要: pip install scikit-learn # from sklearn.decomposition import PCA pip install pymysql # import pymysql pip install py2neo # import py2neo as neo pip in
阅读全文
posted @ 2024-03-25 08:29 理舞
阅读(32)
评论(0)
推荐(0)
2024年3月23日
Java加解密篇
摘要: 一、Des算法 import java.security.SecureRandom; import java.util.Base64; import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.Sec
阅读全文
posted @ 2024-03-23 07:45 理舞
阅读(57)
评论(0)
推荐(0)
2023年11月24日
http重定向302不同端的处理方式
摘要: 当浏览器向后台发起请求时,后台返回302,此时浏览器因为请求的发起方式不同,处理302的方式也不同,下面列举常见的处理方式: 参考博客: [1] 关于http重定向(302)的实验 https://blog.csdn.net/u010476739/article/details/115719565
阅读全文
posted @ 2023-11-24 08:22 理舞
阅读(171)
评论(0)
推荐(0)
2023年11月16日
nginx缓存
摘要: 1、控制浏览器缓存 server { listem 80; server_name www.tomcats.com; location / { proxy_pass http://tomcats; expires 10s; #浏览器缓存10秒钟 #expires @22h30m #在晚上10点30的
阅读全文
posted @ 2023-11-16 09:09 理舞
阅读(45)
评论(0)
推荐(0)
2023年7月25日
gcoord坐标转换插件
摘要: 关键代码 ``` var gcj02Data = gcoord.transform(geoJsonObject, gcoord.WGS84, gcoord.GCJ02); ``` 具体见github https://github.com/hujiulong/gcoord
阅读全文
posted @ 2023-07-25 21:21 理舞
阅读(217)
评论(0)
推荐(0)
Leaflet瓦片纠偏
摘要: 当Leaflet直接使用leaflet.ChineseTmsProviders.js加载多种底图的时候,与自己使用的坐标点存在坐标系差异,要么对数据进行坐标转换与底图一致,要么对底图进行纠偏 github上的插件Leaflet.InternetMapCorrection,可以直接处理,非常方便,见h
阅读全文
posted @ 2023-07-25 21:18 理舞
阅读(153)
评论(0)
推荐(0)
1
2
3
4
5
···
30
下一页