Skip to content

 
      

This repository                    

Sign out

 
 
  • Watch           0

    Notifications            

                         Not watchingBe notified when participating or @mentioned.                      Watch                                       

                         WatchingBe notified of all conversations.                        Unwatch                                       

                         IgnoringNever be notified.                        Stop ignoring                                       
  • Unstar                0

    Star                0

  • Fork             0

totooaoo34/MassLightAS

Code       Issues         0       Pull requests       0       Projects       0     Wiki   Insights     Settings

Permalink

Browse files

发现一个有趣的bug

想想看为什么
  
totooaoo34  committed  3 minutes ago

          Verified

              
                  This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.              
GPG key ID: 4AEE18F83AFDEB23Learn about signing commits            
        1 parent                     085625d              commit 1be6932ae040d21f55fb3f156f11cf7923c4291d    
 
 

            Header                       Header                       Header          
              
                

Select a reply               ctrl .            
 
            

Write         Preview

    There was an error creating your Commit.
     Leave a comment

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

 

Nothing to preview

 
                Add single comment                       

Cancel

    Showing           1 changed file         with     3 additions    and 3 deletions.  
  1. +3                      −3                                           app/src/main/java/com/totoo/TouhouMassLight/FullscreenActivity.java
            Show comments                               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();  
                      }  
 

Toggle all file notes

       Lock conversation

Lock conversation on this commit

Locking the conversation means:

  • Other users can’t add new comments to this commit.
  • You and other collaborators               with access              to this repository can still leave comments that others can see.

You can always unlock this commit again in the future.

Lock conversation on this commit

0 comments    on commit 1be6932

 
    

            Header                       Header                       Header          
              
                

Select a reply               ctrl .            
 
            

Write         Preview

    There was an error creating your Commit.
     Leave a comment

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

 

Nothing to preview

 
Comment on this commit            
  

Subscribe

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.  
 

github上的文件比对的更多相关文章

  1. 清空Github上某个文件的历史版本

    title: 清空Github上某个文件的历史版本 author: 青南 date: 2015-01-08 16:04:53 categories: [经验] tags: [Github,histor ...

  2. github上传文件

    说来也惭愧,我是最近开始用github,小白一个,昨天研究了一个下午.终于可以上传了,所以今天写点,一来分享是自己的一些经验,二来也是做个记录,万一哪天又不记得了:) 废话不多说,直接来,这次主要介绍 ...

  3. GitHub上传文件或项目的教程

    既然是往GitHub上传文件,那GitHub账号必须得有,这时候就会有同学问:妖怪吧,我没有GitHub账号怎么办? 别急别急,打开GitHub网站https://github.com/,然后注册就O ...

  4. 使用git工具删除github上的文件或者文件夹

    解决 使用git工具删除github上的文件或者文件夹 当我们需要从github上删除一些我们不需要的文件或者文件夹时,如果通过github来操作的话,将会很麻烦,因为github只允许删除一个仓库, ...

  5. 【GitHub】删除GitHub上的文件

    想要删除已经提交上GitHub上的文件, 删除之后,如果这个文件夹下没有文件了,这个文件夹也会被删除! 并且在它的上层文件夹后面 有提示删除了这个文件的信息!!

  6. 第一次往github上传文件步骤

    第一次往github上传文件步骤: 1> 从右上角 '+' 位置下拉菜单中,创建一个repository 2>从右上角头像位置下拉菜单 setting中设置 SSH keys 3>打 ...

  7. GitHub上传文件夹

    1.输入自己的用户名和邮箱 为注册GitHub账号时所用的用户名和邮箱;我的用户名为“1997ST2016”,邮箱为“1324971964@qq.com ”. $ git config --globa ...

  8. 利用TortoiseGit向Github上传文件

    利用TortoiseGit向Github上传文件 第一步:建一个新文件夹,作为本地仓库 第二步:右键选择设置为版本库 若弹出,确认即可 重新打开改文件,会发现多了一个绿色的小勾 在文件夹中会自动生成一 ...

  9. GitHub上传文件不能超过100M的解决办法

    http://blog.csdn.net/u010545480/article/details/52995794     上传项目到GitHub上,当某个文件大小超过100M时,就会上传失败,因为默认 ...

  10. 使用svn在github上下载文件夹

    今天想在github上下载mybatis-generator的eclipse插件,可是如何在github上下载一个文件夹而不用把这个项目clone呢,搜了一下,发现可以直接用svn来下载 只需将将路径 ...

随机推荐

  1. 解决angularjs 在ie8上面 ng-repeat的select控件兼容性问题

    问题描述: 在ie8下生成select的option时候使用ng-repeat,会造成下拉列表的列表显示值为{{x.displayname}}的形式,但是选中之后,选中值却又是正确的,此问题不在chr ...

  2. nginx 浏览php的时候会变成下载

    php的时候会变成下载:这是因为nginx没有设置好碰到php文件时,要传递到后方的php解释器.看看你的nginx.conf配置,里面有没有这样的设置:location ~ .*\.php$ {fa ...

  3. dedecms调用文章内容

    使用织梦建站时,有时候需要调用某一文档的内容,但织梦默认没有相应的标签,这时就需要我们使用sql语句去抓取了. {dede:sql sql="SELECT aid,typeid,body F ...

  4. 广告等第三方应用嵌入到web页面方案 之 使用js片段

    在自己的项目中嵌入过广告的朋友们可能都用过百度联盟, 只需要嵌入如下一段js代码片段, 就可以在自己的项目中嵌入广告, 来获得收益. <script type="text javasc ...

  5. JMeter之Http协议接口性能测试

    一.不同角色眼中的接口 1.1,开发人员眼中的接口    1.2,测试人员眼中的接口 二.Http协议基本介绍 2.1,常见的接口协议 1.:2. :3. :4.:5.: 6. 2.2,Http协议栈 ...

  6. GCC精彩之旅_2(转)

    说明: 本文共两篇,转自GCC精彩之旅.第一篇着重介绍GCC编译一个程序的过程与优化,第二篇侧重在GCC结合GDB对代码的调试. 调试     一个功能强大的调试器不仅为程序员提供了跟踪程序执行的手段 ...

  7. Winform美化MessageBox

    现在在做的项目美工要求比较高,所以根据网上搜索的资料,自定义了一整套的弹出框,供大家参考,之网上其他大神有调用系统ICO的,容易导致异常,我在此使用本地资源ICO,效率高不异常.using Syste ...

  8. django新手第一课

    django是基于python的一个web框架,大致结构如下: 在pycharm,python2.7,django1.8,mysql都装好的情况下,现在开始django的初试: 一.基础启动djang ...

  9. Log4j与Log4j2

    完整的软件,日志是必不可少的.程序从开发.测试.维护.运行等环节,都需要向控制台或文件等位置输出大量信息.这些信息的输出,在很多时候是System.out.println()无法完成日志信息根据用途与 ...

  10. Android Stdio 如何自定义生成APK的名称

    Android Stdio自动默认生成的app的名称都是app-release或者app-debug,生成完后还要手动更改apk的名称,很是麻烦. 自定义生成APK的名称的方法:在\app\build ...