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. struct stat结构体简介

    在使用这个结构体和方法时,需要引入: <sys/types.h> <sys/stat.h> struct stat这个结构体是用来描述一个linux系统文件系统中的文件属性的结 ...

  2. UbuntuNFS服务器配置

    NFS服务的配置====================1,下载并安装NFS sudo apt-get install nfs-kernel-server 2,配置NFS sudo vi /etc/e ...

  3. php+redis 学习 四 队列

    <?php /** * redis实战 * * 利用列表list实现简单队列 * * @example php cache.php */ header('content-type:text/ht ...

  4. hql语句中的select字句和from 字句

    package com.imooc.model; import java.util.List; import java.util.Map; import org.hibernate.Query; im ...

  5. Yii2中把路由地址中的%2F改为/

    第一步:找到/vendor/yiisoft/yii2/web/UrlManager.php 第二步:搜索$url = "$baseUrl?{$this->routeParam}=&qu ...

  6. nyoj886 取石子(八) 威佐夫博弈

    好累,坐了一天火车, 终于到学校了. 思路:仔细观察威佐夫博弈,发现P态的所有数字都是不重复的,例如(0,0).(1,2).(3,5).(4,7).(6, 10).(8,13).(9,15).(11, ...

  7. Quartz基本使用

    1.Quartz概述:简单的说就是java的一个定时任务的框架,没有那么复杂的解释,跟前端的定时器一样.在了解它之前,首先熟悉几个概念. 2.基本概念 2.1 Job:表示一个工作,要执行的具体内容. ...

  8. 关于.Net的知识和相关书籍

    a. DBCC DROPCLEANBUFFERS 清空缓存信息b. DBCC FREEPROCCACHE 从过程缓存中删除所有元素2. 引用两个和尚打水的故事,说明平时要注重积累,只有量变达到了才会形 ...

  9. SecureCRT + Tmux 分屏 高效开发

    最近发现了SecureCRT的一些好玩的功能, 具体如下: 1. 发送消息到所有的终端 首先选中查看-->交互窗口 此时会看到下面出现一个输入窗口 然后, 右击选择"发送交互到所有标签 ...

  10. 项目实战14—ELK 企业内部搜索引擎

    一.els.elk 的介绍 1.els,elk els:ElasticSearch,Logstash,Kibana,Beats elk:ElasticSearch,Logstash,Kibana ① ...