java.lang.IllegalArgumentException: Document base
D:\appservers\apache-tomcat-6.0.20\webapps\megaeyes_enterprise_manager does not
exist or is not a re...
分类:
移动开发 时间:
2014-05-09 16:09:21
阅读次数:
776
错误一:javap未指向有效的java版本Traceback (most recent
call last): File "../../base/android/jni_generator/jni_generator.py", line 1065,
in sys.exit(main(sys...
分类:
移动开发 时间:
2014-05-09 15:48:00
阅读次数:
632
参考博文:http://blog.csdn.net/gxf212/article/details/3510009class Base { static int
a = 1; public Base() { System.out.println(" 55555"); }...
分类:
编程语言 时间:
2014-05-09 10:45:09
阅读次数:
309
package com.test;import
java.awt.image.BufferedImage;import java.io.File;import
javax.imageio.ImageIO;public class Test { private static final ...
分类:
编程语言 时间:
2014-05-09 10:21:12
阅读次数:
473
转自:http://blog.csdn.net/smcwwh/article/details/7349449Struts的文件上传问题,相信很多人都会使用allowedTypes参数来配置允许上传的文件类型,如下。[html]view
plaincopyimage/png,image/bmp,ima...
分类:
其他好文 时间:
2014-05-09 09:19:58
阅读次数:
347
前言
话说开发用了各种Adapter之后感觉用的最舒服的还是BaseAdapter,尽管使用起来比其他适配器有些麻烦,但是使用它却能实现很多自己喜欢的列表布局,比如ListView、GridView、Gallery、Spinner等等。它是直接继承自接口类Adapter的,使用Base...
分类:
移动开发 时间:
2014-05-09 08:47:35
阅读次数:
523
这里来看看php中如何上传图片的先看代码check_image.php Your
username ...
分类:
Web程序 时间:
2014-05-09 07:54:22
阅读次数:
475
- (UIColor *)colorAtPixel:(CGPoint)point {
// Cancel if point is outside image coordinates
if (!CGRectContainsPoint(CGRectMake(0.0f,
0.0f, self.size.width,
self.size.height), point)) {...
分类:
移动开发 时间:
2014-05-09 01:04:12
阅读次数:
503
使用SWFUpload时如果参数设置了button_image_url这一项,就会自动生成这个图片在button_placeholder_id的位置,但是实际运用中如果SWFUpload是实时加载的(比如弹出框,脚本动态加载的HTML等),就会明显的看出SWFUpload的按钮图片有一个延时。首先我...
分类:
其他好文 时间:
2014-05-09 00:02:29
阅读次数:
1131
-(void)createImages
{
// Load the alpha image, which is just the same Ship.png image used in the clipping demo
NSString *imagePath = [[NSBundle mainBundle] pathForResource:@"Ship.png" ofType:n...
分类:
移动开发 时间:
2014-05-08 16:17:52
阅读次数:
401