会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dunkbird
博客园
首页
新随笔
联系
订阅
管理
2024年6月16日
Java 学习网站
摘要: ## spring security https://github.com/jitwxs/blog-sample/tree/master
阅读全文
posted @ 2024-06-16 08:56 dunkbird
阅读(29)
评论(0)
推荐(0)
2023年7月20日
跨域访问
摘要: $origin = $request->server('HTTP_ORIGIN') ? $request->server('HTTP_ORIGIN') : ''; $allow_origin = ['http://localhost:8000',]; $response->header('Acces
阅读全文
posted @ 2023-07-20 18:17 dunkbird
阅读(20)
评论(1)
推荐(0)
2023年3月25日
Mircrosoft Office版本对应或Excel版本对应
摘要: 转自 http://blog.baibaota.com/2404.html
阅读全文
posted @ 2023-03-25 10:24 dunkbird
阅读(126)
评论(0)
推荐(0)
2022年9月14日
mysql8 初始化并且远程连接
摘要: 数据库初始化: mysqld --initialize-insecure (不设置root密码,建议使用),再启动mysql。 再启动数据库,然后再设置密码,然后再设置远程连接。 追加root 密码: alter user 'root'@'localhost' identified with mys
阅读全文
posted @ 2022-09-14 15:38 dunkbird
阅读(423)
评论(0)
推荐(0)
2022年5月13日
sql format
摘要: https://atl2.net/webtool/sql%E3%83%95%E3%82%A9%E3%83%BC%E3%83%9E%E3%83%83%E3%82%BF%E3%83%BCfor-web/
阅读全文
posted @ 2022-05-13 13:42 dunkbird
阅读(17)
评论(0)
推荐(0)
2022年4月26日
docker 容器固定ip 示例
摘要: version: '3' services: nginx: image: nginx:latest # 端口映射 ports: - "80:80" # 依赖关系 先跑php networks: - app_net # 容器名称 container_name: "compose-nginx" mysq
阅读全文
posted @ 2022-04-26 09:05 dunkbird
阅读(139)
评论(0)
推荐(0)
2022年3月29日
springboot study
摘要: http://c.biancheng.net/spring_boot/starter.html
阅读全文
posted @ 2022-03-29 18:12 dunkbird
阅读(9)
评论(0)
推荐(0)
2022年3月17日
springboot配置MappingJackson2HttpMessageConverter最佳实践
摘要: springboot配置MappingJackson2HttpMessageConverter最佳实践
阅读全文
posted @ 2022-03-17 17:30 dunkbird
阅读(864)
评论(0)
推荐(0)
2022年3月1日
【MySQL】Geometry型を使って地点間の距離を求める
摘要: ZHUAN https://qiita.com/nkojima/items/bb21c72858606dedd817
阅读全文
posted @ 2022-03-01 11:41 dunkbird
阅读(12)
评论(0)
推荐(0)
2022年2月25日
S3 Bucket object copy
摘要: https://docs.aws.amazon.com/zh_cn/zh_cn/sdk-for-java/v1/developer-guide/examples-s3-objects.html#copy-objecthttp://docs.aws.amazon.com/java-sdk/latest
阅读全文
posted @ 2022-02-25 13:38 dunkbird
阅读(108)
评论(0)
推荐(0)
下一页
公告