今天在创建web项目的时候,eclipse出现以下错误 解决办法:配置一下 maven阿里云镜像,亲测有效,完美解决! 配置教程: http://blog.java1234.com/blog/articles/252.html ...
分类:
移动开发 时间:
2019-06-03 09:33:17
阅读次数:
170
Given a binary tree, return the preorder traversal of its nodes' values. Example: Follow up: Recursive solution is trivial, could you do it iterativel ...
分类:
其他好文 时间:
2019-06-02 18:07:04
阅读次数:
148
以httpd-2.2.25-win32-x86-openssl-0.9.8y.msi为例。 Apache HTTP Server 2.2.25执行Test Configuration时,实际上是直接运行了httpd.exe C:\Program Files (x86)\Apache Software ...
分类:
Web程序 时间:
2019-06-02 00:52:27
阅读次数:
315
Linux(ubuntu)上python2与python3共存环境下,安装virtualenvwrapper后, 其环境变量被自动设置为VIRTUALENVWRAPPER_PYTHON=/usr/bin/python 该地址指向Python2的解释器,现在更改成Python3就可以了,具体操作如下: ...
分类:
移动开发 时间:
2019-06-01 21:32:43
阅读次数:
441
A Proxy allows you to trap what happens when you try to get a property value off of an object and do some behavior before the value is accessed. For e ...
分类:
数据库 时间:
2019-05-31 23:36:51
阅读次数:
152
Given a singly linked list, determine if it is a palindrome. Example 1: Example 2: Follow up:Could you do it in O(n) time and O(1) space? (1)定义快慢指针得到链 ...
分类:
其他好文 时间:
2019-05-31 19:59:07
阅读次数:
113
今天无聊,来看了下1.8的时间类型LocalDateTime,当想把字符串转成LocalDateTime的时候报错!! java.time.format.DateTimeParseException: Text '2018-05-31 11:43:34.234' could not be parse ...
分类:
编程语言 时间:
2019-05-31 16:50:54
阅读次数:
204
使用spring-context.jar中task任务 1.使用注解 在spring.xml中配置支持task注解 使用以上配置,task就可以用了,但是debug模式下会抛出异常,不影响task使用 采用第2种配置正常,不会抛出异常,强迫症建议使用第2种 2:spring.xml配置 cron表达 ...
分类:
编程语言 时间:
2019-05-30 17:41:56
阅读次数:
111
简单介绍本例解说了怎样使用ffmpeg SDK解码媒体文件; 參考源代码是ffmpeg 自带的apiexample.c 一、源代码#include <stdlib.h>#include <stdio.h>#include <string.h>#include <math.h>#ifdef HAVE_ ...
分类:
其他好文 时间:
2019-05-30 10:19:47
阅读次数:
93
本地java类 测试代码 最初发现项目中使用的是fastjson-1.2.7.jar 报错如下: com.alibaba.fastjson.JSONException: Text '2019-05-24 13:52:11' could not be parsed at index 10 at com ...
分类:
编程语言 时间:
2019-05-27 14:59:32
阅读次数:
6058