首页 技术 正文
技术 2022年11月15日
0 收藏 498 点赞 4,227 浏览 5366 个字

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

想想看为什么

github上的文件比对  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.          github上的文件比对 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

Styling with Markdown is supported                   Add single comment                       

Cancel

Unified   Split    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                            6        app/src/main/java/com/totoo/TouhouMassLight/FullscreenActivity.java          

@@ -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

 github上的文件比对    

            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.          github上的文件比对 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

Styling with Markdown is supported   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.    

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:8,997
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,511
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,356
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,139
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,770
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,848