11. what is reserved words in java?A. run B. 
default C. implement D. import Java 中,给标识符取名的时候,不能使用关键字和保留字。在 Java 中常用的关键字有: 
1、访问控制符: public、protecte...
                            
                            
                                分类:
其他好文   时间:
2014-07-22 22:59:16   
                                阅读次数:
262
                             
                    
                        
                            
                            
                                首先下载mysql的jdbc驱动。然后新建一个Datamanager类:public class 
MysqlManager extends DataManager { static private final MysqlManager MYSQL = new 
MysqlManager(...
                            
                            
                                分类:
数据库   时间:
2014-07-22 22:59:14   
                                阅读次数:
326
                             
                    
                        
                            
                            
                                public、private、protected和default的作用域
                            
                            
                                分类:
编程语言   时间:
2014-05-01 20:51:32   
                                阅读次数:
473
                             
                    
                        
                            
                            
                                c#实现pdf另存为功能/// /// PDF另存为效果/// /// PDF文件名/// 
另存结果文件名public static void PDFSaveAs(String fileName, string saveFileName){ 
Acrobat.CAcroPDDoc pdfDoc ...
                            
                            
                                分类:
其他好文   时间:
2014-05-01 20:21:59   
                                阅读次数:
520
                             
                    
                        
                            
                            
                                没有想通为什么这个简单的问题竟然不是那么简单,太小看它了,以下是两个别人的很不错的solution:Solution1: 
1 public class Solution { 2 public int removeDuplicates(int[] A) { 3 // Start...
                            
                            
                                分类:
其他好文   时间:
2014-05-01 20:19:26   
                                阅读次数:
384
                             
                    
                        
                            
                            
                                SL:List Dishes 
=...;ServiceReference1.Service1Client myClient = new 
Service1Client();myClient.MakeOrderAsync(Dishes);WEB:[OperationContract]public 
Boo...
                            
                            
                                分类:
Web程序   时间:
2014-05-01 19:54:53   
                                阅读次数:
590
                             
                    
                        
                            
                            
                                看Discuss说是博弈论,没学到这个分类。不过仔细想了想,发现。如果m 2 3 int main() 
{ 4 int m, n; 5 int i; 6 7 while (scanf("%d %d", &m, &n) != EOF) { 8 if 
(m <...
                            
                            
                                分类:
其他好文   时间:
2014-05-01 19:38:17   
                                阅读次数:
368
                             
                    
                        
                            
                            
                                题目//f(1) = 1, f(2) = 1, f(n > 2) = f(n - 1) + 
f(n - 2)import java.io.*;import java.util.*;import java.math.*;public class Main 
{ /** * @xqq ...
                            
                            
                                分类:
编程语言   时间:
2014-05-01 18:55:52   
                                阅读次数:
450
                             
                    
                        
                            
                            
                                代理模式与装饰器模式的区别,主要大于,从使用者(客户端)的角度来看的://装饰器的客户public class Client{ public static 
void main(String[] args){ //客户指定了装饰者需要装饰的是哪一个类 ...
                            
                            
                                分类:
其他好文   时间:
2014-05-01 18:47:25   
                                阅读次数:
354
                             
                    
                        
                            
                            
                                1、权限2、代码播放:new Thread(){ public void run(){ 
mediaPlayer=MediaPlayer.create(MainActivity.this, Uri.parse(wangZhi)); try{ URL 
myURL...
                            
                            
                                分类:
其他好文   时间:
2014-05-01 18:45:24   
                                阅读次数:
288