To do List: 要提高效率 要刷些有意义的题 为提升代码能力,先做HDU的100道水题,并且力求短时间有思路 半小时能写出来 把贪心,DP,数据结构专题的题目补完 适当做一些div2(提升自己的现场应对能力 每周末要补div2 的 a b c 提升接触新姿势的能力 做题后一定要写题解,提升表 ...
分类:
其他好文 时间:
2017-06-14 02:10:36
阅读次数:
195
期末复习比较忙过段时间来专门写scrapy框架使用,今天介绍如何用python生成词云,虽然网上有很多词云生成工具,不过自己用python来写是不是更有成就感。 今天要生成的是励志歌曲的词云,百度文库里面找了20来首,如《倔强》,海阔天空是,什么的大家熟悉的。 所要用到的python库有 jieba ...
分类:
编程语言 时间:
2017-06-13 00:02:25
阅读次数:
293
1.未设置NDK的路径 Error:Execution failed for task ':library:ndkBuild'. > A problem occurred starting process 'command 'null/ndk-build''配置NDK的的安装路径即可。1)设置环境变 ...
分类:
移动开发 时间:
2017-06-11 12:57:45
阅读次数:
420
无论做什么项目,进行异常处理都是非常有必要的,而且你不能把一些只有程序员才能看懂的错误代码抛给用户去看,所以这时候进行统一的异常处理,展现一个比较友好的错误页面就显得很有必要了。跟其他MVC框架一样,springMVC也有自己的异常处理机制。springMVC提供的异常处理主要有两种方式,一种是直接 ...
分类:
编程语言 时间:
2017-06-10 14:07:15
阅读次数:
233
今天我们来用docker-compose 快速安装一个Django+PostgreSQL的开发环境。 Compose简介 Compose 定位是“defining and running complex applications with Docker”,前身是 Fig,兼容 Fig 的模板文件。 ...
分类:
数据库 时间:
2017-06-10 12:41:22
阅读次数:
468
Derivation of delete queries using given method name is supported starting with version 1.6.0.RC1 of Spring Data JPA. The keywords remove and delete a ...
分类:
编程语言 时间:
2017-06-05 23:47:12
阅读次数:
201
Given an array of integers sorted in ascending order, find the starting and ending position of a given target value. Your algorithm's runtime complexi ...
分类:
其他好文 时间:
2017-06-04 20:09:58
阅读次数:
156
本人电脑win7 64位,Oracle biee11,启动时报错,提示如下: google了一个有同样问题的:摘选如下:I am facing the below issue while starting the weblogic server after configuring the OBIEE ...
分类:
数据库 时间:
2017-06-03 12:50:37
阅读次数:
194
题目:By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23. 3 7 4 2 4 ...
分类:
其他好文 时间:
2017-06-03 12:38:57
阅读次数:
200
实现nginx负载均衡的效果,并运用nfs服务共享目录,使所有nginx服务拥有共同的http目录 nginx安装:http://www.cnblogs.com/alwaysInMe/p/6924859.html nfs安装:NFS 是Network File System的缩写,即网络文件系统。一 ...
分类:
其他好文 时间:
2017-06-02 21:14:16
阅读次数:
281