加载中
PhpStorm 非 static 方法 ‘where’ 不应被静态调用,但类具有 ‘__magic’ 方法。

在使用 ThinkPHP 的时候,默认 PhpStorm 会提示 非 static 方法 'where' 不应被静态调用,但类具有 '__magic' 方法。 去掉这个检查即可。

spring boot 的报错

dao 字段名字没映射好 ... Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2020-09-03 19:39:23.978 ERROR 28777 --...

Homebrew 安装 node

安装最新版本: brew install node 安装指定版本: brew install node@12 安装后可能不能使用。有一些提示。不过有一条命令可以比较简单的让 node 可以直接使用。 brew link --overwrite --...

2020/07/03 13:52
2.6K
DataGrip 在 Database 表名后面显示 comment 注释

打开这个选项,就能很直观的看见注释了,对于我这种英文不好的太有用了。

2020/03/18 16:12
5.6W
DataGrip Compare 差异对比

https://www.jetbrains.com/help/datagrip/differences-viewer-for-routines.html 上面这个链接是 DataGrip Differences viewer for files 的文档。 大概的使用方法就是,选择两个东西,先选...

jquery ajax 事件执行顺序

ajaxStart(全局事件) beforeSend ajaxSend(全局事件) success ajaxSuccess(全局事件) error ajaxError (全局事件) complete ajaxComplete(全局事件) ajaxStop(全局事件)......

WebStorm WePY 开发微信小程序简单设置

Vue.js 插件 .wpy 文件的高亮设置 处理 rpx 这种单位,但是并不完美,不管愿不愿意,老是去空格,然后 WePY 就会疯狂编译 sed -i "" s/"\ rpx"/rpx/g $FilePath$......

没有更多内容

加载失败,请刷新页面

返回顶部
顶部