Ubuntu16.04mount报Operationnotsupported解决办法:注:kernel升级到4.15版本后会有这个问题解决办法:加vers=1.0参数具体命令:$sudomount-ousername=aa,password=xxxx,vers=1.0//10.0.1.5/ming/mnt
分类:
系统相关 时间:
2019-08-27 19:13:32
阅读次数:
196
在构建docker镜像时,编写Dockerfile构建镜像时,配置自启动脚本报错,service mc_start.sh does not support chkconfig 添加下面两句到 #!/bin/bash 之后。 注:chkconfig命令对应的目录是/etc/init.d文件夹下,需要将 ...
分类:
其他好文 时间:
2019-08-27 18:55:20
阅读次数:
86
【Kendo UI for jQuery最新试用版下载】 Kendo UI目前最新提供Kendo UI for jQuery、Kendo UI for Angular、Kendo UI Support for React和Kendo UI Support for Vue四个控件。Kendo UI f ...
分类:
Web程序 时间:
2019-08-26 14:52:17
阅读次数:
110
原文引用https://www.dazhuanlan.com/2019/08/25/5d623609295dd/ Syntax highlighting is a feature that displays source code, in different colors and fonts acc... ...
分类:
其他好文 时间:
2019-08-25 15:46:18
阅读次数:
116
1.mySQL https://dev.mysql.com/downloads/connector/ 2.IBM DB2 http://www-01.ibm.com/support/docview.wss?uid=swg21363866 3.Oracle http://www.oracle.com/ ...
分类:
数据库 时间:
2019-08-25 12:14:56
阅读次数:
111
eclipse使用的是有经常会出现JPA project Change Event Handler(watering)很卡 网上的解决办法是 [Help > Installation Details > Installed Software] 下面找到Dali Java Persistence To ...
分类:
其他好文 时间:
2019-08-24 21:19:45
阅读次数:
299
XPO - Web API and OData V4 支持: https://community.devexpress.com/blogs/xpo/archive/2018/07/05/xpo-web-api-and-odata-v4-support.aspx https://community.d ...
运行安卓工程时,提示 INSTALL_FAILED_CONFLICTING_PROVIDER 错误,完美解决办法: 在定义provider是,使用软编码的形式,如下: <provider android:name="android.support.v4.content.FileProvider" a ...
分类:
其他好文 时间:
2019-08-23 11:54:57
阅读次数:
87
原文: 今天突然有人问起在 django 的 model 里面怎么用 distinct, 对于这种东西,我一向的观点是查看django 的在线文档。于是不加思索的根据在线文档给出了答案,但结果很让人沮丧,运行程序时会报错: NotImplementedError: DISTINCT ON field ...
分类:
其他好文 时间:
2019-08-23 10:30:46
阅读次数:
188