会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
刘宏缔的架构森林
专注架构的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
186
下一页
2026年2月22日
es: python: 列出elasticsearch中的索引库
摘要: 一,代码: import os from elasticsearch import Elasticsearch pwd = os.path.dirname(os.path.realpath(__file__)) ELASTICSEARCH_HOST = 'http://localhost:9200'
阅读全文
posted @ 2026-02-22 08:15 刘宏缔的架构森林
阅读(5)
评论(0)
推荐(0)
2026年2月19日
flask:得到post的数组参数
摘要: 一,代码: @api.route('/testpost', methods=['POST']) def test_post(): foods = request.values.get('foods') print(foods) foods1 = request.values.getlist('foo
阅读全文
posted @ 2026-02-19 19:22 刘宏缔的架构森林
阅读(2)
评论(0)
推荐(0)
2026年2月18日
axure: axure11的macos版本汉化
摘要: 一,下载汉化包 原页面: https://www.axure.com.cn/88390 包地址: https://cdn8.axure.com.cn/wp-content/uploads/2024/09/%E3%80%90V1.0%E3%80%91%E6%B1%89%E5%8C%96%E6%96%8
阅读全文
posted @ 2026-02-18 13:04 刘宏缔的架构森林
阅读(90)
评论(0)
推荐(0)
2026年2月16日
axure: 下拉菜单
摘要: 一,添加组件 二,添加interaction 三,测试效果:
阅读全文
posted @ 2026-02-16 13:30 刘宏缔的架构森林
阅读(53)
评论(0)
推荐(0)
axure:下载组件库
摘要: 一,下载组件到本地电脑 网址: https://element-plus.org/zh-CN/resource/ 或: https://pan.quark.cn/s/c47e86e32e7b#/list/share 二,用axure打开,此处点Ok 三,安装后从Libraries面板可以看到新安装的
阅读全文
posted @ 2026-02-16 11:09 刘宏缔的架构森林
阅读(8)
评论(0)
推荐(0)
axure: 点击按钮后显示提示信息2秒后自动消失
摘要: 一,给按纽添加interaction 先把要显示的group右键->set hidden 然后给按钮添加interaction 二,效果:
阅读全文
posted @ 2026-02-16 10:14 刘宏缔的架构森林
阅读(5)
评论(0)
推荐(0)
2026年2月6日
git: add+commit+push的bash脚本
摘要: 一,代码: #!/bin/bash branch=$(git branch --show-current) echo "当前分支: $branch" comment="" if [ -z "$1" ]; then echo "没有提供参数" comment="$branch 分支--$(date)"
阅读全文
posted @ 2026-02-06 22:37 刘宏缔的架构森林
阅读(3)
评论(0)
推荐(0)
2026年2月3日
node: 安装@vue/cli
摘要: 一,安装@vue/cli $ npm install -g @vue/cli npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lr
阅读全文
posted @ 2026-02-03 17:27 刘宏缔的架构森林
阅读(12)
评论(0)
推荐(0)
node:配置npm使用国内源
摘要: 一,查看默认的源 $ npm config get registry https://registry.npmmirror.com 二,配置使用国内源 $ npm config set registry https://registry.npm.taobao.org 三,查看效果: $ npm co
阅读全文
posted @ 2026-02-03 17:07 刘宏缔的架构森林
阅读(14)
评论(0)
推荐(0)
node:nvm常用命令
摘要: 一,查看nvm版本: nvm --version 0.40.3 二,安装node $ nvm install 24 三,列出本地已安装node $ nvm ls 四,查看所有可用的node $ nvm ls-remote 五,查看当前使用的node版本 nvm current v24.13.0 六,
阅读全文
posted @ 2026-02-03 16:55 刘宏缔的架构森林
阅读(19)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
186
下一页
公告