- 博客(11)
- 收藏
- 关注
原创 OpenCV Linux安装
http://c.biancheng.net/view/1104.html 在make过程中遇到 Makefile:160: recipe for target 'all' failed make: *** [all] Error 2 参考:https://www.e-learn.cn/content/qita/1338041 c++: internal compiler error: Kill...
2019-09-16 14:28:00
168
原创 Django使用
安装python3.6 安装Django https://docs.djangoproject.com/zh-hans/2.1/intro/install/ $ pip install Django 在运行第一个Django项目时遇到 https://stackoverflow.com/questions/25357744/django-and-bad-request-400 https://w...
2019-07-22 09:19:15
218
原创 linux python 2.7 安装tensorflow
https://tensorflow.google.cn/install/pip?lang=python2 pip install --user --upgrade tensorflow 遇到memory dump 解决: https://stackoverflow.com/questions/44335087/unable-to-install-tensorflow-memoryerror pi...
2019-07-07 22:34:17
3517
转载 Linux安装Python2.7
Linux安装Python2.7 以下例子基于python 2.7.16,其他版本同理。# 1、下载python# wget https://www.python.org/ftp/python/2.7.16/Python-2.7.16.tgz 2、解压、编译安装(依次执行以下5条命令)# tar -zxvf Python-2.7.16.tgz cd Python-2.7.16 ./configur...
2019-07-07 22:03:50
20824
7
原创 lab5遇到的问题
大文件构建 SocialNetWorkCircle时,在根据SocialTie构建关系时,需要遍历朋友集合,原先写的集合类是Set,遍历寻找需要全部遍历,时间太长。 查了一下有没有更快的便利方法,但是因为set存储的话,只能一个一个找出,看是否是想要的。看到一个博客说set的本质也是一个map,就想到可以用map来写。 构造时朋友用Map存储,key为名字,value为ADT,然后根据名字查找AD...
2019-06-24 20:45:18
229
原创 lab6遇到的问题
测试时明明设置的log是输出到文件,但在控制台也输出了 看了很多博客和总结, https://www.cnblogs.com/lincj/p/5737064.html https://www.cnblogs.com/xingele0917/p/4120320.html 设置handler时,可以选择输出到文件和控制台两种 但是写的时候我没有设置输出到控制台,但是还是输出到控制台了 由于输出的太多,...
2019-06-24 20:31:47
250
原创 lab2问题
对接口认识不足 浅谈Java接口 https://baijiahao.baidu.com/s?id=1581222739674858335&wfr=spider&for=pc 构造字符串的方法 https://baijiahao.baidu.com/s?id=1620369353038714999&wfr=spider&for=pc String、StringBuf...
2019-06-24 20:03:18
351
原创 关于JApplet
2019.6.1 在研究之前下载的慕课示例代码时 public class Clock2 extends Applet implements Runnable { 出现了这样的错误信息 java.applet.Applet @Deprecated(since=“9”) Deprecated. The Applet API is deprecated, no replacement. An a...
2019-06-02 10:48:14
1482
原创 lab2参考
EclEmma https://www.eclemma.org/installation.html 关于Eclipse中配置eclemma的方法总结 https://blog.csdn.net/weixin_38946532/article/details/79524787 浅谈Java接口 https://baijiahao.baidu.com/s?id=1581222739674858335&...
2019-04-10 11:33:12
392
原创 lab1参考
https://blog.csdn.net/nickwong_/article/details/51502969 https://blog.csdn.net/milletguo/article/details/80144290 https://blog.csdn.net/xuanzhiruoshui/article/details/78714499
2019-04-10 11:31:16
443
原创 安装pyltp遇到的问题
pip 安装 pyltp 报错:Microsoft Visual C++ 14.0 is required. python error: Microsoft Visual C++ 14.0 is required. Get it with 。。。。 给出的网址是2019版,并不能使用。。。 https://blog.csdn.net/weixin_42057852/article/details/...
2019-04-10 11:29:30
1795
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人