Who is the Po Lord?

Ever since I took the lead in using Weibo’s cloud storage as the image repository for the Secondary Random API, there have been many similar Secondary Random APIs extended on the internet, and after picking a few of these I know of to visit and look at, I realized that a lot of the images look quite familiar. And the links to the images can also be found in my database, isn’t this what I uploaded? Are they all captured from me? Of course, I don’t know what I’m talking about, but I need to know what I’m talking about. Then selected my known ten API interface, are stored in the Sina graph bed of the secondary API. hanging on the server to collect a morning, the collection of almost 100,000, after screening the duplication of invalid after only about 10,000 left. This is surprising, which means that the data of the ten interfaces are basically the same. Then through the program to analyze the link uploader, in the 10,000, 75% of the pictures are from the fantasy field of the bed! Although it’s no secret that Sina users can be identified by their Sina image addresses, it’s a good idea to analyze the program to find out who uploaded the links. Online demo This is the js version, the code can be accessed by right clicking directly. Through the identification can be found, a large number of images in the API are from the fantasy field of microblogging uploads, that is, I uploaded, those so-called API is not a pirated version of my own heart have a b number Principle Revealed: As the registered microblogging account uid is very big, the uploaded picture is basically 007, so the following picture is I casually picked an old number on the microblogging to copy it over The link is https://wxt.sinaimg.cn/thumb300/9d0d09ably1fsn7m0jyzzj20m80cidgm.jpg's picture ...

June 25, 2018 · 2 min · MoeJue

Fantasy Realm Picture Bed System Stops Update Announcement

According to incomplete statistics, the lightweight Sina Picture Bed System-Fantasy Realm has been installed more than 2,000+ times since the release of version 1.0 (2018-03-08) (2018-04-30), and it has been installed dozens more times every day. The number of them increased dramatically, among which no more than 5% were pirated users (you are all a shame). During this period, it was reprinted and published more than a hundred times by large and small websites, blogs, forums, software parks, etc., including those who spread piracy, and was even sold on a certain platform. ...

April 30, 2018 · 3 min · MoeJue

First time purchase experience

I actually prefer Isshiki to Yukinoshita. No, no, no, this is definitely not a confession, otherwise Isshiki would definitely say it again Did you just do that because you wanted to pursue me? Sorry, I felt my heartbeat speed up for a moment. But after thinking about it calmly, it is still impossible for us By the way, the packaging box is really big. maybe you want to ask What’s so fun about a little plastic man? ...

February 2, 2018 · 1 min · MoeJue

Happy New Year's Day 2018! Hey hey hey ......

emmm ~ First of all, to my friends who are visiting Happy New Year’s Day! Happy New Year! Good luck in the Year of the Dog!! Secondly, this article was not posted on January 1st, those who came here two days ago must have seen it. Of course, as a great blogger, it’s okay to change the date secretly to honor the sincerity of the post. Then in the past few days, I added the litebox image pop-up layer to my blog, and slightly reduced the size of the image (to 70%~80% of the original image). Originally I didn’t plan to do this, I couldn’t be bothered with the idea of reducing the size of a nice looking image~~woohoo! But look at the bill, as almost no one visits the case of a picture on the consumption of nearly 100M. there is also the problem of speed, each picture reaches an average of 400k or so, coupled with the site to add a variety of messy plug-ins, remote areas can not open the site may be a problem! By the way, there is also the site in the upper right corner of the toast to the blessing, pull to see.

January 1, 2018 · 1 min · MoeJue

There is indeed something wrong with My Youth Love Story.

There is indeed something wrong with My Youth Love Story. I just finished watching the anime a few weeks ago. Why should I talk about it? I think I have a lot of feelings about it. I think it’s a supplementary recommendation. youth. It only takes two characters when written in Chinese characters, but this word can deeply touch people’s hearts. It evokes a bit of sweet and bitter nostalgia for people who have entered society. It is the eternal longing of young girls, and it makes people like me feel strong jealousy and deep hatred. ...

November 20, 2017 · 9 min · MoeJue

1024 Happy Programmer's Day

Coding Farmer(s): generally refers to software development positions with no prospects for development, a group of people who rely on writing code for a living, in terms of: high income, long working hours. October 24th is the holiday of all the coding farmer(s), and I would like to wish you all the best of luck in your coding endeavors. Happy 1024 Programmer’s Day 2016 1024 is the tenth power of 2, one of the basic units of measurement in binary counting. Programmer (English Programmer) is a professional who is engaged in program development and maintenance. Programmer is like a 1024, with the lowest-profile, down-to-earth, core functional modules to build up this technological world. 1GB = 1024M, and 1GB is harmonized with level 1, which also has the meaning of first-class. Since 2014, October 24 is defined as Programmer’s Day every year. In the form of a festival, we pay tribute to the programmers who have changed the world through coding, and who have stubbornly insisted on their pursuit of knowledge, technology and innovation with practical actions in the fickle world.

October 24, 2017 · 1 min · MoeJue

The blog changed its new domain name to 52ecy.cn

The blog has changed its domain name again. Hey, why should I say it again? Okay, okay, it has only been a year since I established the website, but I have changed the domain name twice. I am also very helpless. I guarantee that there will not be a next time (I can’t tell). To be precise, this time the domain name suffix was changed. The original 52ecy.pw –> 52ecy.cn A few days ago, I inexplicably received a bunch of coupons that were not eligible for the event, including domain names, hosts, etc., but they could be used. It’s amazing, right? Think about it, it would be a waste if you don’t use it. ps: It seems that the remaining 6 months of the domain name will not be wasted. Blue Queen now has a new domain name (it seems that she fell into the trap of the domain name provider) It took me some time to replace all the domain names in various places with new domain names. Queen Lan, this is the new business email admin@52ecy.cn

October 20, 2017 · 1 min · MoeJue

my laboratory

Those who often come to my blog to kill time will find that I have an extra column in the navigation bar today—-Lab I often see lab navigation in some dalao blogs, so I also made one for learning (pretending) and practicing (force). Here I will put some of my own stuff. My Animation Road (Abandoned) Used to record the anime I have watched over the years and my thoughts. October 11, 2017: I decided to abandon this page. It has not been updated for a long time. The main reason is laziness. It contains both text and pictures. It is really troublesome. From time to time, the picture address is invalid. I’ll do something simple when I have time. ...

August 22, 2017 · 2 min · MoeJue

What is recursion?

Pictures come from the Internet At first glance, you must feel that reading this sentence is confusing and difficult. In fact, it is very simple if you use recursion to read: Recursion must have an end point (little carp) When the recursion has not reached the end point, the function will call itself repeatedly. Obviously, outputting the sentence “My little carp” is the recursive termination condition. Then the code written is: ...

August 9, 2017 · 6 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