码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
java.util.NoSuchElementException解决办法
最近在做一个项目,项目运行时,总是提示: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 传输配置操作为用户操作 SAP网银接口
Entries missing in table T028G T-CODE: OT51 SAP
分类:其他好文   时间:2014-10-20 19:03:08    阅读次数:375
ecplise 自动生成注视等
在使用Eclipse 编写Java代码时,自动生成的注释信息都是按照预先设置好的格式生成的。修改作者、日期注释格式:打开Windows->Preferences->Java->Code Style->Code Templates,点击右边窗口中的Comments,可以看到有很多选项,我们便可对此注释...
分类:其他好文   时间:2014-10-20 18:51:29    阅读次数:111
Java.FamousBlogs
本文总结在工作/学习中发现的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
php-fpm使用sock方式配置
我们大部分默认的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
ural 1057 Amount of Degrees(数位DP)
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
POJ 1279 Art Gallery 多边形内核面积
题目大意:按顺序给出一个多边形的顶点,求这个多边形内核的面积。答案保留两位输出。 思路:半平面交。加边的时候要讨论一下第一个点和最后一个点,否则会wa的很惨。 CODE: #include #include #include #include #include #define MAX 1510 #define EPS 1e-8 #define DCMP(a) (...
分类:其他好文   时间:2014-10-20 15:12:19    阅读次数:247
Silverlight 用DependencyProperty 为 自定义控 件定义属性
为ImageButton自定义IconSource和Contents属性xaml代码 View Code下面开始自定义属性内容,自定义属性要用 依赖属性类 DependencyPropertypublic ...
分类:Web程序   时间:2014-10-20 14:48:28    阅读次数:269
接口2
搜索 3 && $_clean['type'] View Code提交评论 0 && strlen($_clean['phone']) != 11 && $_clean['title'] != '' && $_clean['comments'] != '' ) { $_info['st...
分类:其他好文   时间:2014-10-20 14:46:27    阅读次数:226
[cocos2d-x][apk打包][Fatal signal 11][andriod]Eclipse编译Fatal signal 11报错-都是字符赋值惹的祸
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!