1、ant环境搭建a、jdk的安装(google即可)b、下载ant压缩包:http://www.apache.org/c、配置ant环境: ANT_HOME:ANT解压缩包所在位置 设置path:%ANT_HOME%\bin;验证方法:打开cmd 输入ant enter下 提...
分类:
其他好文 时间:
2014-08-06 17:32:42
阅读次数:
213
android网络图片的下载 1 /** 2 * Get image from newwork 3 * 4 * @param path 5 * The path of image 6 * @return byte[] 7 ...
分类:
移动开发 时间:
2014-08-06 17:26:51
阅读次数:
186
A Puzzling Problem The goal of this problem is to write a program which will take from 1 to 5 puzzle pieces such as those shown below and arrange them...
分类:
其他好文 时间:
2014-08-06 17:22:51
阅读次数:
253
在部署IIS时候会出现下图错误,拒绝访问 temp 目录。用来运行 XmlSerializer 的标识“IIS APPPOOL\UGAS”没有访问 temp 目录的足够权限解决方法:在IIS信息管理器中,找到 应用程序池 -> DefaultAppPool -> 右键 设置应用程序池默认设置 -> ...
分类:
移动开发 时间:
2014-08-06 17:15:51
阅读次数:
4231
这道题的题意其实有点略晦涩,定义f(a,b)为minimum of verticesnoton the path between vertices a and b. 其实它加一个minimum index of vertices应该会好理解一点吧。看了一下题解,还有程序,才理清思路。首先比较直接的是...
分类:
其他好文 时间:
2014-08-06 14:27:11
阅读次数:
270
问题1 org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to javax.websocket.server
严重: Servlet.service() for servlet [SpringMVC] in context with path [/ZHDM] threw exception [Request p...
分类:
编程语言 时间:
2014-08-06 11:59:01
阅读次数:
12178
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Test
{
class Program
{
static void Main(string[] args)
{
string pat...
分类:
移动开发 时间:
2014-08-06 11:52:51
阅读次数:
191
Count on the path
Time Limit: 5000/2500 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)
Total Submission(s): 92 Accepted Submission(s): 10
Problem Description
bobo has a tre...
分类:
其他好文 时间:
2014-08-06 11:51:59
阅读次数:
232
静态生成要在虚拟目录下创建文件夹 来保存生成的页面 那么就要对文件进行操作一、创建文件夹 using System.IO; string name = "aa"; string path = Server.MapPath("") + "\\" + name;...
分类:
Web程序 时间:
2014-08-06 11:37:21
阅读次数:
349
本文将对 Wi-Fi 对等技术进行评估。 Wi-Fi 对等(P2P)支持具备适当应用的 Android 4.0 或更高版本在没有接入点的情况下通过 Wi-Fi 彼此连接。 Android Wi-Fi P2P 框架符合 Wi-Fi Direct 标准。 一般情况下,Wi-Fi Direct 支持更快的速度和更远的距离,但是所需的功耗比蓝牙连接高。...
分类:
移动开发 时间:
2014-08-06 10:27:01
阅读次数:
299