原文引用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 ...
Missing semicolon 缺少分号 Missing space before opening brace 左大括号前缺少空格 Trailing spaces not allowed 不允许尾随空格 Unexpected trailing comma 意外的尾随逗号 Multiple spa... ...
分类:
其他好文 时间:
2019-08-24 13:21:54
阅读次数:
307
运行安卓工程时,提示 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
https://blog.csdn.net/u014770862/article/details/52624851 ...
分类:
移动开发 时间:
2019-08-22 22:05:29
阅读次数:
117
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) -- Push element x onto stack. pop() -- Remov ...
分类:
其他好文 时间:
2019-08-21 00:13:41
阅读次数:
90
1.去官网下载php7.2 下载地址: https://windows.php.net/download#php-7.0 2.下载安装 visual c++ 2017 或 visual c++ 2015 下载地址 https://support.microsoft.com/zh-cn/help/29 ...