/**
* 字符串统计
*/
import java.util.*;
import java.io.*;
public class acm2017_1 {
public static void main(String[] args) {
Scanner in = new Scanner(new BufferedInputStream(System.in));
w...
分类:
其他好文 时间:
2015-03-03 13:39:03
阅读次数:
142
Ancient CipherAncient Roman empire had a strong government system with various departments, including a secret service department. Important documents...
分类:
其他好文 时间:
2015-03-03 13:20:38
阅读次数:
187
1、text-align兼容性很好.wp {text-align: center;}.test {display: inline;} 1 2 3 4 52、float+relative兼容性很好.wp {position:relative; left:50%; floa...
分类:
Web程序 时间:
2015-03-03 13:17:27
阅读次数:
235
下面的代码是我模块winform的事件机制,一看就懂。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Cl...
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ class Pr...
分类:
其他好文 时间:
2015-03-03 13:12:54
阅读次数:
133
异常详细信息: System.ArgumentException: 已添加了具有相同键的项。场景重现:在地址栏输入 http://localhost:51709/Home/Index?user[0].Name=tom&user[1].Name=jack后台代码如下:using System;usin...
分类:
Web程序 时间:
2015-03-03 13:09:57
阅读次数:
273
2 3 4 Untitled Page 5 6 27 28 29 30 2 3 using System; 4 using System.Web; 5 6 public class ajax : IHttpHandler { 7 8 ...
分类:
Web程序 时间:
2015-03-03 13:08:57
阅读次数:
192
下面我来讲解一下为什么“系统应用不能访问sdcard”以及Android这样设计的原因。
1.为什么系统应用不能访问sdcard?我们使用ls命令可以看到文件系统中一下内容的权限如下:
130|root@android:/ # ls -l /mnt/
drwxr-xr-x root system 1970-01-01 08:00...
分类:
其他好文 时间:
2015-03-03 11:48:02
阅读次数:
429
public class Test { public static void main(String[] args) { System.out.println(recursive(30)); } public static int recursive(...
分类:
其他好文 时间:
2015-03-03 11:17:43
阅读次数:
603
1,线程的命名及取得classMyThreadimplementsRunnable{@Overridepublicvoidrun(){System.out.println(Thread.currentThread().getName());//线程命名的取得}}publicclassTestDemo{publicstaticvoidmain(String[]args){MyThreadmt=newMyThread();newThread(mt,"线程A").start();..
分类:
编程语言 时间:
2015-03-03 06:31:52
阅读次数:
196