If reality makes you bow your head, then look up at the stars in the second dimension

If reality makes you bow your head, then look up at the stars in the second dimension. My friends and I met in the second dimension, got to know each other in the second dimension, knew each other in the second dimension, and met in the second dimension. We can point out the shortcomings of the character we like when the other party talks about the character we like because the character we like is the opponent. We can also discuss the advantages of the character we like because the character we like is the same. In fact, there are still people who are comic fans like you, and they may still suffer from other people’s strange eyes, but you have to believe that you are not alone, there are thousands of comic fans with you! In the heart of every otaku, there is his own touch from the second dimension. You all say it’s fake, but I know that happiness is real The second dimension seals memories that we can’t forget and keeps our emotions forever. Even if it is false, it is irreplaceable and the faith of two-dimensional children. The second dimension does not exist, but the illusion of non-existence is the most beautiful. I once again found the long-lost feeling of the second dimension, and it once again reminded me of the romantic world of the second dimension. My heart could not calm down for a long time. When I came back to my senses, I realized that I still have a heart that loves the second dimension, and I found that I still carry a love for the second dimension in my heart.

August 2, 2017 · 2 min · MoeJue

HTML5 Canvas - Ball Collision

html5 is the fifth major revision of Hypertext Markup Language (HTML), an application under the Standard Generalized Markup Language, the core language of the World Wide Web. HTML 4.01 has changed a lot since 1999, and today, several of the elements that were deprecated in HTML 4.01 have been removed or redefined in HTML5. In order to better handle today’s Internet applications, HTML5 adds many new elements and features, such as: graphics drawing, multimedia content, better page structure, better form handling, and several api drag-and-drop elements, positioning, including web application caching, storage, web workers, and more. ...

July 18, 2017 · 2 min · MoeJue

Officially starting the whole-site HTTPS encryption journey

After a period of internal testing, the blog officially launched full-site https. It has been almost a year since I established the website, and I have always wanted to build an https, but the original host does not support SSL certificates, so there is no way. The host was about to expire recently, so I changed to a supported server. People have always told me before that the blog can no longer be accessed from time to time. I wonder how it will fare in terms of speed and stability after upgrading to a better server this time. Then I upgraded my emlog version. Although it is only a beta version of 6.0.0, the background management interface is much better than the previous 5.X version. It still uses the Bootstrap UI library. (Note: The picture below shows the background management interface of the emlog 6.0.0 beta version. The third-party template setting interface is missing. The template management in the upper right corner of the picture below was added by myself) 2. The whispers disappeared When emlog first added Weiyu, I felt that it was unnecessary and rough, but after everyone became familiar with it, I removed it, which was a bit a bit awkward. . . In fact, this can also be written using a third-party plug-in, and it can be used by those who need it. . . Anyway, I didn’t whisper much (lazy), so I discarded it. ...

July 14, 2017 · 3 min · MoeJue

Simple css3 avatar rotation and 3D rotation effect

You often see comment sections on some websites, where the commenter’s avatar will rotate 360° when the mouse passes over it. Let’s take a look at the effect first .tximg{ height:300px; border-radius:50%; border:2px solid green; /*Change rules*/ transition:all 2s; } .tximg:hover{ /* Change action defines 2d rotation, parameter fills in angle */ transform:rotate(360deg); } css part img{ height:300px; border-radius:50%; border:2px solid green; /*Change rules*/ transition:all 2s; } img:hover{ /* change action Define 2d rotation, fill in the angle as a parameter */ transform:rotate(360deg); } ...

July 10, 2017 · 2 min · MoeJue

Draw iPhone with CSS3

Let’s take a sneak peek at the renderings first. (This is definitely not a picture. Well~ why are these words so weird~) Don’t ask me how much my iPhone is, because I don’t know, I haven’t used it, so you know. css style part #phone{ width:250px; height:500px; background-color:#2E2E2E; border:10px solid #3B3B3B; margin:100px auto; border-radius:30px;/*Set the rounded border of the div element*/ } #camera{ width:8px; height:8px; background-color:#1A1A1A; border-radius:50%; border:2px solid #505050; margin:10px auto;/*10px from top margin, left and right center*/ } ...

July 3, 2017 · 2 min · MoeJue

Stupid mess-Self-service application for friendly links

about Friendly link self-service application is an automatic friendly link review and addition system developed using PHP language. The grid system of the Bootstrap UI library is used for layout. After all, we are not a professional front-end, so it would be nice to be able to do this. Function introduction This system theoretically supports all websites; websites that support HTTPS; friendly links need to be placed on the homepage of the website; URLs that have URL jumps or protection cannot be detected; after the first-level domain name application is passed, the second-level domain name cannot be applied for; the background image is randomly selected from a thousand of my gallery; ...

June 1, 2017 · 1 min · MoeJue

A complete collection of OEPs in various languages

It is true that it is quite troublesome to compare with OEP, so I sorted it out and directly read and understand OEP in this article, Or right-click the image to save it locally. Click to view the larger image If it helps you, please leave a comment~ VC6 and Easy Language Delphi7 VB5 VB6 BC++ **VS2008Debug ** **VS2008Release ** **VS2012-VS2015Debug ** ...

May 19, 2017 · 1 min · MoeJue

Various language button event feature codes

When debugging software, the most important thing is to set breakpoints, so how to set breakpoints is an important skill. For example: when a prompt box pops up, download MessageBoxA; for a registry, download RegOpenKeyA, etc. Of course, it is more convenient to go directly to the button event, because after reaching the button event, you will soon reach the core code, and your crack will not be far away. This article summarizes the methods of finding button events in various languages. Of course, you can also use tools, such as VBexplorer, DEDE, ECE, etc. ...

May 15, 2017 · 3 min · MoeJue

Learning to Crack with Zero Basics Tutorial Series Outline Season 1

Purpose: The purpose of this set of tutorials is to prevent cracking, although this is a set of knowledge of cracking tutorials, but we only know the cracker is how to crack our software, we can better and more effective to prevent our software is cracked. **Basic primer ** 1, Chinese search and Nop [the first section of the download address](http://bbs.125.la/forum.php?mod=viewthread&tid=14017567): How to compile and save the program 2, je and jmp use z flag bit [the second section of the download address](http://bbs.125.la/forum.php?mod=viewthread&tid=14018591): the actual battle of a do not know what the network authentication of the blasting 3, local reboot verification [section III download address](http://bbs.125.la/forum.php?mod=viewthread&tid=14019645): through the compilation of the two times to save the blast ** button event chapter ** 1, easy language button events, universal breakpoints Button Events Chapter download address: rely on the easy language body to distinguish between real easy language program ...

May 8, 2017 · 2 min · MoeJue

Implement Emlog’s latest comment list without displaying blogger’s comment replies

Bloggers need to interact with visitors frequently, and the blogger’s reply is also displayed as a comment in the latest comment. In this way, if the blogger replies to several comments at a time, all his own comments will be displayed in the latest comment, which is not good. Take my current emlog5.3.1 version as an example: Open the cache.php file in the include/lib directory (this is a cache function file) and find the following code in it: ...

May 6, 2017 · 2 min · MoeJue