xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun ...
分类:
系统相关 时间:
2018-03-07 15:05:28
阅读次数:
219
给定一个数组,找出数组中不曾出现的最小正整数。 关键在于需要对原数组进行操作。 python class Solution: def firstMissingPositive(self, nums): """ :type nums: List[int] :rtype: int """ if not ...
分类:
其他好文 时间:
2018-03-05 00:47:04
阅读次数:
180
最近在使用Python的Django框架开发web站点,通过models.py文件建表后,执行数据库迁移(命令行:mange.py makemigrations)时报错,下面是查看官方文档后找到的解决方案。 官方文档:Model field reference 报错内容: models.py文件: ...
分类:
其他好文 时间:
2018-03-04 23:53:02
阅读次数:
836
---title: 斯坦福-随机图模型-week1.1tags: notenotebook: 6- 英文课程-9-Probabilistic Graphical Models 1: Representation--- # 斯坦福-随机图模型-week1.1 ## 练习 ### 1。第 1 个问题 F... ...
分类:
其他好文 时间:
2018-03-02 20:37:44
阅读次数:
133
今天调试程序出现了这个错误,把dbxmss.dll所在路径加入path环境变量也不起作用,拷贝到程序debug或release目录解决。 delphi XE 10.2.2建立datasnap服务器,出现cannot create file "路径\debug\js\ServerFunctions.j ...
分类:
数据库 时间:
2018-03-01 19:45:02
阅读次数:
266
转自:http://blog.csdn.net/huoyunshen88/article/details/40657895 在pom.xml中添加依赖: <dependency> <groupId>jdk.tools</groupId> <artifactId>jdk.tools</artifact ...
分类:
编程语言 时间:
2018-02-27 19:27:30
阅读次数:
802
python: 3.6.4 django: 2.0 models.py 代码如下 错误信息: 解决办法: 外键值的后面加上 on_delete=models.CASCADE 改为 ...
分类:
数据库 时间:
2018-02-26 11:35:34
阅读次数:
906
ORACLE 18C安装,遭遇 ORA-12754: Feature ‘startup‘ is disabled due to missing capability ‘Runtime Environment‘. 报错
分类:
数据库 时间:
2018-02-24 16:56:46
阅读次数:
559
在Win10系统上安装 markdownpad2 刚安装完打开一个文件时报错: An error occurred with the html rendering component.This issue may be fixed by installing a missing component. ...
分类:
其他好文 时间:
2018-02-24 15:00:01
阅读次数:
363
1、pom文件添加命令 2、修改启动类,添加重写方法 ...
分类:
编程语言 时间:
2018-02-24 10:41:56
阅读次数:
162