Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared wi ...
分类:
其他好文 时间:
2017-05-15 22:18:02
阅读次数:
169
1.gradle安装 gradle安装 2.下载apache kafka源码 apache kafka下载 3.用gradle构建产生IDEAproject文件 先装好idea的scala插件,不然构建时就会自己主动下载,因为没有国内镜像。速度会非常慢。 lizhitao@users-MacBook ...
分类:
Web程序 时间:
2017-05-13 19:06:21
阅读次数:
342
Task description A string S consisting of N characters is considered to be properly nestedif any of the following conditions is true: S is empty; S ha ...
分类:
其他好文 时间:
2017-05-01 01:23:23
阅读次数:
226
A team of researchers from New York University has found a serious vulnerability in some of GE Multilin SR protection relays that poses a serious thre ...
分类:
其他好文 时间:
2017-05-01 01:20:13
阅读次数:
260
When developing responsive websites, you will constantly be resizing your browser to make sure your site is properly responding to all of the resizes. ...
分类:
Web程序 时间:
2017-04-18 15:03:14
阅读次数:
199
Chinese characters are not displayed properly in my terminal. Solution: set all encoding in utf8 (in mysql using utf8 not utf-8) Step1: check your enc ...
分类:
数据库 时间:
2017-04-15 13:48:20
阅读次数:
272
用MPLAB IDE编程时,软件总是弹出一个窗口提示:“the extended cpu mode configuration bit is enabled,but the program that was loaded was not built using extended cpu instru ...
分类:
其他好文 时间:
2017-04-14 13:22:14
阅读次数:
423
场景:尝试安装keepalived实现高可用,进而在suse环境中部署。 测试过程需要配合Nginx的相关知识:Centos7 Nginx安装 1 安装过程 问题 !!! OpenSSL is not properly installed on your system. !!! !!! Can no ...
分类:
其他好文 时间:
2017-04-07 01:18:04
阅读次数:
251
在Github上下载源码在Android Studio打开运行这个问题,在StackOverFlow里有多个不同解决方法,地址在这里, 可以按着上面的方法试试,这里记录一下解决了我问题的解决方法: Maybe you have to import the project properly and n ...
分类:
移动开发 时间:
2017-03-13 11:35:08
阅读次数:
345
log4j:WARN Please initialize the log4j system properly. 这个异常很少遇到,咋一看,原来是没有配置logger4j的配置文件 问题解决方法: 传统项目,将你的log4j.properties文件放在src目录下就可以了 maven项目,将你的lo ...
分类:
其他好文 时间:
2017-03-10 12:43:17
阅读次数:
1223