最近在做一个项目,项目运行时,总是提示:java.util.NoSuchElementException.错误没有具体到code的行号,所以不容易debug.今天总算找到了root cause,so share it:报错信息:[java] Exception in thread "main" ja...
分类:
编程语言 时间:
2014-10-20 19:09:55
阅读次数:
487
Entries missing in table T028G T-CODE: OT51 SAP
分类:
其他好文 时间:
2014-10-20 19:03:08
阅读次数:
375
在使用Eclipse 编写Java代码时,自动生成的注释信息都是按照预先设置好的格式生成的。修改作者、日期注释格式:打开Windows->Preferences->Java->Code Style->Code Templates,点击右边窗口中的Comments,可以看到有很多选项,我们便可对此注释...
分类:
其他好文 时间:
2014-10-20 18:51:29
阅读次数:
111
本文总结在工作/学习中发现的Java相关的blogs。1. java code geeks (jcg)http://www.javacodegeeks.com/join-us/jcg/2.http://javarevisited.blogspot.com/To be continued ...
分类:
编程语言 时间:
2014-10-20 16:59:32
阅读次数:
240
我们大部分默认的nginx连接方式为php-cgi监听127.0.0.1:9000的方式,刚刚测试了使用socket方式连接,速度飞快啊!nginx配置方法:location~\.php${fastcgi_passunix:/dev/shm/php-fpm.sock;fastcgi_indexindex.php;fastcgi_paramSCRIPT_FILENAME/opt/www_data/code/public_html..
分类:
Web程序 时间:
2014-10-20 15:24:00
阅读次数:
305
1057. Amount of Degrees
Time limit: 1.0 second
Memory limit: 64 MB
Create a code to determine the amount of integers, lying in the set [X;Y] and being a sum of exactlyK different integer de...
分类:
其他好文 时间:
2014-10-20 15:16:05
阅读次数:
227
题目大意:按顺序给出一个多边形的顶点,求这个多边形内核的面积。答案保留两位输出。
思路:半平面交。加边的时候要讨论一下第一个点和最后一个点,否则会wa的很惨。
CODE:
#include
#include
#include
#include
#include
#define MAX 1510
#define EPS 1e-8
#define DCMP(a) (...
分类:
其他好文 时间:
2014-10-20 15:12:19
阅读次数:
247
为ImageButton自定义IconSource和Contents属性xaml代码 View Code下面开始自定义属性内容,自定义属性要用 依赖属性类 DependencyPropertypublic ...
分类:
Web程序 时间:
2014-10-20 14:48:28
阅读次数:
269
搜索 3 && $_clean['type'] View Code提交评论 0 && strlen($_clean['phone']) != 11 && $_clean['title'] != '' && $_clean['comments'] != '' ) { $_info['st...
分类:
其他好文 时间:
2014-10-20 14:46:27
阅读次数:
226
andriod 打包apk中的10-20 11:48:36.413: A/libc(17408):sig Fatal nal 11 (SIGSEGV) at 0x68d7b0b8 (code=2), thread 17426 (Thread-7958)报错...
分类:
系统相关 时间:
2014-10-20 13:36:38
阅读次数:
327