javadoc做注释 一. Java 文档// 注释一行/* ...... */ 注释若干行/** ...... */ 注释若干行,并写入 javadoc 文档通常这种注释的多行写法如下:/*** .........* .........*/javadoc -d 文档存放目录 -author -ve...
分类:
编程语言 时间:
2014-10-05 01:11:47
阅读次数:
400
以下系统版本下的的Rsync的配置:1,root@zko-laptop:/home/zko#cat/etc/issueUbuntu14.04.1LTS\n\l2,root@zko-laptop:/home/zko#uname-aLinuxzko-laptop3.13.0-36-generic#63-UbuntuSMPWedSep321:30:45UTC2014i686i686i686GNU/Linux3,root@zko-laptop:/home/zko#cat/proc/ve..
分类:
其他好文 时间:
2014-10-03 01:25:54
阅读次数:
518
原文Office 365 – Exchange Online examples2012 is upon us and here’s wishing you all a very happy and prosperous new year! Last year we’ve taken a quick ...
分类:
其他好文 时间:
2014-10-01 13:51:11
阅读次数:
447
http://www.mybringback.com/tutorial-series/12924/android-tutorial-using-remote-databases-php-and-mysql-part-1/As I’ve mentioned, our Android app and a...
分类:
移动开发 时间:
2014-09-23 17:57:24
阅读次数:
207
I’ve started using a couple of different sitemap editors in my projects for CRM 2013. These tools help to streamline the sitemap editing process by le...
分类:
其他好文 时间:
2014-09-19 17:13:25
阅读次数:
295
http://www.raywenderlich.com/56107/make-first-android-app-part-1Activity Name. This is the first mention you’ve seen of the word Activity, but it cert...
分类:
移动开发 时间:
2014-09-19 15:15:25
阅读次数:
233
2014 ACM/ICPC
Asia Regional Anshan Online
给N个点,M条边组成的图,每一步可以从一个点走到相邻任一点,概率相同,问D步后没走到过每个点的概率
概率DP 测试数据太水了。。。。10000*50*50*50都能过
加个vector优化到
#include "stdio.h"
#include "string.h"
#include "ve...
分类:
其他好文 时间:
2014-09-17 16:50:08
阅读次数:
219
SRC=http://www.cs.rutgers.edu/~pxk/416/notes/13-fs-studies.html Paul Krzyzanowski
April 24, 2014
Introduction
We've studied various approaches to file...
分类:
其他好文 时间:
2014-09-17 01:00:51
阅读次数:
409
都大三了,要抓紧时间学习一点儿JAVA了,我就从基础开始一点一点而的开始学习呀
package java_prac2;
/**
* Title: 数组数据操作
* Description: 演示一维数组和多维数组的初始化和基本操作
* Copyright: Copyright (c) 2014
* Filename: myArray.java
* @author w王海涛
* @ve...
分类:
编程语言 时间:
2014-09-16 20:41:01
阅读次数:
357
You've got array a[1],?a[2],?...,?a[n], consisting of
n integers. Count the number of ways to split all the elements of the array into three contiguous parts so that the sum of elements in each part ...
分类:
其他好文 时间:
2014-09-16 12:45:20
阅读次数:
164