02 2023 档案
摘要:项目中要用php开发,但是本地没环境调试不方便,所以搭一下本期环境。 1.下载php phpstudy工具官网:https://www.xp.cn/。phpstudy和WAMP工具的不同之处在于,phpstudy支持nginx服务器。 下载phpstudy工具安装到本地,安装步骤很简单,一直点下一步
阅读全文
摘要:1.@Select(select * from X ) /** * goods_level 0 商品等级, */@Column(name = "goods_level")private Long aaaaaaaa ;结果:映射不到 aaaaaaa是null 2.@Select(select good
阅读全文
摘要:链接: https://www.cheshirex.com/3207.html 大致方法: 一: 1插件市场安装:在Settings/Preferences… -> Plugins 内手动添加第三方插件仓库地址:https://plugins.zhile.io 2搜索:IDE Eval Reset插
阅读全文
摘要:命令的具体格式 : ansible <host-pattern> [-f forks] [-m module_name] [-a args] 场景命令 查询线上所有机器某个文件的含有某个关键字的内容 ansible k8s-pro -u XXX用户名 -f 100 -K -b -m shell -a
阅读全文