• github上的文件比对


    Skip to content    
     
          
              
     
     
    •               
                      Watch                                           
      Notifications            
                        
                           Not watchingBe notified when participating or @mentioned.                      Watch                                       
                        
                           WatchingBe notified of all conversations.                        Unwatch                                       
                        
                           IgnoringNever be notified.                        Stop ignoring                                       
    •                       
                            
    •             
        

       /MassLightAS

           Code                       Issues         0                       Pull requests       0                    Projects       0            Wiki        Insights            Settings
    Permalink    
    Browse files    

    发现一个有趣的bug    

    想想看为什么
        
    totooaoo34  committed  3 minutes ago               
            1 parent                     085625d              commit 1be6932ae040d21f55fb3f156f11cf7923c4291d    
     
     
                                                                   
    Select a reply               ctrl .            
     
                
                      
        

                 Attach files by dragging & dropping or         selecting them.          Uploading your files…          We don’t support that file type.       with a        GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP.                       Attaching documents requires write permission to this repository.       with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP.                       We don’t support that file type.       with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP.                       Yowza, that’s a big file       with a file smaller than 10MB.                       This file is empty.       with a file that’s not empty.                       This file is hidden.       with another file.                       Something went really wrong, and we can’t process that file.                     

     

    Nothing to preview

     
              
            
          
        Showing         with     3 additions    and 3 deletions.  
    1.             +3                      −3                                                      app/src/main/java/com/totoo/TouhouMassLight/FullscreenActivity.java    
                        View           
           @@ -74,7 +74,6 @@
                  private int NewMagicListSize = 72;  
                  protected int _pixiv;  
                  private boolean ExitGame = false;  
             -    Runnable thread;  
                  Thread game;  
               
                  @Override  
           @@ -83,8 +82,9 @@ protected void onCreate(Bundle savedInstanceState) {
                      requestWindowFeature(Window.FEATURE_NO_TITLE);  
                      getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);  
                      // ȫ���ö�  
             -        prepare(0);  
             -        game = new Thread(thread);  
             +        prepare(0);      
             +        Runnable thread;  
             +        game = new Thread(thread);//这里有一处bug,想想是为什么  
                      thread = new GameThread();  
                      game.start();  
                  }  
           
                                                                                                  
        
      

        0 comments    on commit 1be6932  

      
     
    @totooaoo34    
          
                           
      
      
      
    Select a reply               ctrl .            
     
                
                   
        

                 Attach files by dragging & dropping or         selecting them.          Uploading your files…          We don’t support that file type.       with a        GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP.                       Attaching documents requires write permission to this repository.       with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP.                       We don’t support that file type.       with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP.                       Yowza, that’s a big file       with a file smaller than 10MB.                       This file is empty.       with a file that’s not empty.                       This file is hidden.       with another file.                       Something went really wrong, and we can’t process that file.                     

     

    Nothing to preview

     
                
      
                           
      

    You’re not receiving notifications from this thread.

             You can't perform that action at this time.  

        
            
                      

         You signed in with another tab or window. Reload to refresh your session.     You signed out in another tab or window. Reload to refresh your session.  
  • 相关阅读:
    转:SQL 操作结果集 -并集、差集、交集、结果集排序
    转:JSON 获取属性值的方法
    Could not find a getter for orderItems in class
    转:ServletContext,ActionContext,ServletActionContext
    Could not parse mapping document from input stream hibernate配置异常
    According to TLD or attribute directive in tag file, attribute test does not accept any expressions
    Codeforces Round #273 (Div. 2)-A. Initial Bet
    队列

    Codeforces Round #272 (Div. 2)-C. Dreamoon and Sums
  • 原文地址:https://www.cnblogs.com/totoo/p/git.html
Copyright © 2020-2023  润新知