zoukankan      html  css  js  c++  java
  • 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.  
  • 相关阅读:
    javascript库之Mustache库使用说明
    Android开发之底部导航栏标准
    Android开发之欢迎界面标准
    c和c++如何把一个整数转化为string
    stringstream用法
    实战c++中的string系列--std:vector 和std:string相互转换(vector to stringstream)
    C++11使用make_shared的优势和劣势
    C++11 并发指南五(std::condition_variable 详解)
    C++17 std::shared_mutex的替代方案boost::shared_mutex
    std::shared_mutex和std::mutex的性能对比(banchmark)
  • 原文地址:https://www.cnblogs.com/totoo/p/git.html
Copyright © 2011-2022 走看看