码迷,mamicode.com
首页 >  
搜索关键字:could not find driver    ( 34312个结果
670. Maximum Swap
Problem : Given a non negative integer, you could swap two digits at most once to get the maximum valued number. Return the maximum valued number you ...
分类:其他好文   时间:2020-04-18 13:33:58    阅读次数:75
eyoucms升级提醒隐藏插件
插件描述:一键隐藏,让管理员看不到消息,也可在需要升级提醒的时候取消隐藏,支持在插件列表中不显示。应用场景:大部分时候,你可能不太愿意客户看到系统升级提醒,一旦升级就要重新搞运维,最后你就会遇到各种奇奇怪怪的问题。你希望交付给客户的是一个干干净净的稳定版,跟内网系统一样纯净,没错,这个插件适合你。
分类:其他好文   时间:2020-04-18 12:17:42    阅读次数:73
Mac tree 输出文件树形式
效果 看到 github 上梳理 vue 项目文件结构时能输出下面的文件树形式,让我感觉很棒。 配置 直接使用 tree 命令 若 brew 安装不了tree,笔者也曾经卡了好久安装不上,还可以用 find 命令去模拟出 tree 命令的效果 打印所有层级 当然你也可以选择忽略 node_modul ...
分类:系统相关   时间:2020-04-18 12:09:38    阅读次数:116
Mac OS 常用命令
基本命令 列出文件 ls 参数 目录名 例: 看看驱动目录下有什么: 参数 w 显示中文, l 详细信息, a 包括隐藏文件, h 将文件容量以较易读的方式(GB,kB等)列出来 , R :连同子目录的内容一起列出。 查找文件 find 转换目录 cd 例:想到驱动目录下溜达一圈 建立新目录 mkd ...
分类:系统相关   时间:2020-04-18 11:33:17    阅读次数:89
iverilog_makefile
makefile run: iverilog -g2005-sv -I ../inc -s tb -f filelist -o kout sim: vvp kout flist: find ../rtl/ -name "*.v" > filelist echo "../tb/tb.v" >> fil ...
分类:其他好文   时间:2020-04-17 23:50:42    阅读次数:94
【开发日志】UnexpectedTypeException- No validator could be found for constraint notblank
我的实体类里面的private intrger number; 用了@Notblank注解 long integer应该用Notnull注解 参考文章 https://howtodoinjava.com/hibernate/unexpectedtypeexception-error/ ...
分类:其他好文   时间:2020-04-17 20:27:38    阅读次数:85
【坑的没脾气】Access denied for user ''@'localhost' (using password: NO)
出了问题,先根据提示仔细检查,再去百度。【敲黑板:因为很有可能因为粗心碰到的问题百度到的只是类似的,而不一样,那样排查起来更费时!!】 这次问题就在于,不要轻易相信IDEA的自动填充!!! yml 正确 spring: datasource: driver class name: com.mysql ...
分类:数据库   时间:2020-04-17 20:23:26    阅读次数:77
安装cmake,make install 出错:/lib64/libstdc++.so.6:version ' GLBCXX_3.4.26' not found
错误描述 解决方法 1、查看GLIBCXX版本 string /usr/lib64/libstdc++.so.6 |grep GLIBCXX 确实版本不对,没有GLBCXX_3.4.26。 2、查看 libstdc++.so 位置和版本 sudo find / -name "libstdc++.so ...
分类:编程语言   时间:2020-04-17 20:12:16    阅读次数:230
获取select的option值及其文本
在jQuery中选择select标签的方法有: $("#selectId") 和 $("select[name='selectName']")1.获取select选择的值,选择了select之后直接用val():例如:$("#selectId").val()或者$("select[name='sel ...
分类:其他好文   时间:2020-04-17 17:14:17    阅读次数:76
thinkjs sql生成原理
think.model 提供了丰富的CRUD方法,下面说明一下这些组合方法转为 sql 的实现原理 以 select 为例 const userData = await this.model('user').where({ token, phone}).find(); think-model mod ...
分类:数据库   时间:2020-04-17 15:23:34    阅读次数:101
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!