判断网络的情况中,有个比较麻烦的情况就是连上了某个网络,但是那个网络无法上网 ,,, = =想到了用ping指令来判断,经测试,可行~ ~ ~private staticfinal boolean ping() {String result = null;try {String ip = "www....
分类:
移动开发 时间:
2014-07-22 22:42:54
阅读次数:
174
try { //using 用于对资源进行回收,实现了IDisposible借口类才能用。 using(SqlConnection conn=new SqlConnection("Data Source=.;...
分类:
数据库 时间:
2014-07-22 22:41:54
阅读次数:
267
Catch That CowTime Limit:2000MSMemory Limit:65536KTotal Submissions:45648Accepted:14310DescriptionFarmer John has been informed of the location of a f...
分类:
其他好文 时间:
2014-07-22 22:41:54
阅读次数:
280
Find them, Catch them
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 30702
Accepted: 9447
Description
The police office in Tadu City decides to sa...
分类:
其他好文 时间:
2014-07-22 14:41:45
阅读次数:
212
本文出自:http://blog.csdn.net/svitter
题意:给你一个数字n, 一个数字k,分别代表主人的位置和奶牛的位置,主任可以移动的方案有x+1, x-1, 2*x,求主人找到奶牛的时间(奶牛不移动)
题解:最基础的BFS但是脑子犯抽WA了3遍- =
注意:
1.数组范围1~1
2.visit去重。(BFS最基础的)
代码:
#include
#i...
分类:
其他好文 时间:
2014-07-22 14:25:33
阅读次数:
180
handle*(n)把手,把柄 *(v)处理,解决Turn the Handle to open the door.oppose op=相反 +pose postion位置处于相反的位置或立场Thy boy opposes his father's smoking;he's always try.....
分类:
其他好文 时间:
2014-07-21 11:24:31
阅读次数:
226
方法一:1.Excel导出主要代码:try{var bytes: ByteArray = new ByteArray();bytes.writeMultiByte(DataGridExporter.exportSCV(dataGrid),"cn-gb");var fr:FileReference =...
分类:
其他好文 时间:
2014-07-21 10:03:13
阅读次数:
227
VC中的这两个东西肯定谁都用过, 不过它们之间有什么区别, 正好有时间研究了一下, 如果有错误欢迎拍砖.基于VC2005, 32位XP 平台测试通过. 估计对于其他版本的VC和操作系统是不通用的.1. try ... catch这个是C++语言定义的, 每个C++都有对其的不同的实现. 使用也很简单...
分类:
其他好文 时间:
2014-07-21 08:04:29
阅读次数:
274
package com.wangzhu;import java.util.HashMap;import java.util.Map;/** * 在try、catch、finally块中,若try中有return语句,则返回try中变量的值, * 不管try块外是否对该变量进行了修改, 都不影响try...
分类:
编程语言 时间:
2014-07-21 00:09:04
阅读次数:
254
public class CCSetting { public async static void AddOrUpdateValue(string key, T value) { try { ...
分类:
其他好文 时间:
2014-07-20 22:39:04
阅读次数:
383