首先讲了如何将文件上传到SD卡中:
package com.example.lesson05_02;
import java.io.File;
import java.io.FileNotFoundException;
import org.apache.http.Header;
import android.app.Activity;
import android.os.Bun...
分类:
移动开发 时间:
2014-05-25 23:14:15
阅读次数:
426
一、XML的两种约束DTD和Schema
摘自IBM官网一段话命名空间。
二、shema文件
student.xsd
xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.example.org/student"
elementFormDefault="qualified">...
分类:
其他好文 时间:
2014-05-25 22:54:51
阅读次数:
385
Zend Studio启动失败
启动zend studio; 弹出 failed to create the java virtual machine ;
解决办法:
在安装目录下 找到 ZendStudio.ini 文件;
打开;
以下是内容:
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.wi...
分类:
其他好文 时间:
2014-05-25 21:52:41
阅读次数:
302
利用Eclipse中的Maven构建Web项目
1、在进行上述操作时,pom.xml一直报错
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache....
分类:
Web程序 时间:
2014-05-25 21:28:00
阅读次数:
323
在apache中如果添加DirectoryIndex
指令,当请求URL是directory形式而不是某个具体的文件时它会自动帮忙去查找DirectoryIndex
后面定义的那些文件。具体详见:http://httpd.apache.org/docs/2.2/mod/mod_dir.html#di...
分类:
其他好文 时间:
2014-05-25 20:10:36
阅读次数:
229
2014年5月25日 12:26:14需要文件: svn apr apr-util
sqlite3 serfsvn :http://subversion.apache.org/download/apr/apr-util
:http://apr.apache.org/download.cgiserf ...
分类:
其他好文 时间:
2014-05-25 19:50:04
阅读次数:
252
ant
是什么?Ant是一个Apache基金会下的跨平台的构件工具,它可以实现项目的自动构建和部署等功能。在本文中,主要让读者熟悉怎样将Ant应用到Java项目中,让它简化构建和部署操作。安装与配置下载地址:http://ant.apache.org/。选择对应自己系统的版本。window系统选择z...
分类:
编程语言 时间:
2014-05-25 15:08:30
阅读次数:
310
HTTPCLIENT 此工具是由apache基金会支持开发的一套 开源 http client 组件,
目前属于 http components的一部分,官网:http://hc.apache.org/index.html http components
健壮地实现了基础HTTP部分, 并可以被.....
分类:
编程语言 时间:
2014-05-25 14:53:12
阅读次数:
338
主要来自ubuntu中文社区http://www.ubuntu.org.cn/support/documentation/doc/VMware首选,确认你已经安装了build-essential程序包:
apt-get install build-essential确认你已经安装了内核头文件包: u...
分类:
其他好文 时间:
2014-05-25 12:40:10
阅读次数:
299
http://doc.fedoraproject.org/en-US/Fedora/20/html/Installation_Guide/Making_USB_Media.html#Making_USB_Media-Windows
分类:
其他好文 时间:
2014-05-25 08:42:09
阅读次数:
186