Google Decline, Baidu Rise December 30, 2012 Wolf Search Engines 14812 times 15 The biggest beneficiary of Google's withdrawal from China is Baidu. I don't know when the number one search engine source of my little blog has changed from Google to Baidu. In fact, I like the traffic from Google. After all, the quality is higher. In addition, many bidding rankings on Baidu will not be mentioned here. Anyway, they are criticized. I feel that Baidu has just developed in the early stage, and it is forced to visit Baidu by hijacking users. Now with the help of the Great Wall, I don't need to do that anymore. Naturally, domestic search can be justified .. read the whole passage Baidu Google Search Engines three hundred and sixty
Gravatar avatar cache plug-in V2.0.2 December 29, 2012 Wolf Happy sharing 9857 times 6 Typecho plug-in: Gravatar avatar cache plug-in V2.0.2. This update fixes the initial activation of the plug-in. The initial call to getGravatarCache() will not automatically create a bug in the cache folder. Although the impact is not great, I still hope that some students who use version 2.0 can download the update and upload it directly. Update log: * 2.0.2 at 2012-04-07 * 1. Repair the initial activation of the plug-in and call it for the first time .. read the whole passage plug-in unit gravatar Typecho
QQ 2013 is really unaccustomed December 28, 2012 Wolf Personal mood 18045 times Article 23 The 2013 version of QQ was updated yesterday, but it was opened early this morning and became the 2013 version. The main interface has become larger. I'm not used to it. Suddenly, there are some so-called clouds. Is it nice? It takes up desktop space. It's meaningless! When logging in, the current interface is still excessive. The original interface is displayed only after the login is successful, which is also a big change and is still unacceptable. read the whole passage QQ tencent QQ2013
On December 21, 2012, I hope Mayans can be relied on! December 21, 2012 Wolf mixed 13327 times 18 Today is said to be December 21, 2012. The Mayans predicted that today would be the end of the world? Are Maya reliable? It should be reliable. In this way, I won't have to pay back my credit card and I won't have to go to work! But, are Maya really reliable??? Five major predictions of the Mayans: (from the Internet) 1. They predicted the demise of the Mayans themselves. &n... read the whole passage Mayan prophesy
Sina Weibo's indecisive strategy December 20, 2012 Wolf Network information 8829 times 2 At present, the declining trend of Sina Weibo has made Sina executives and investors deeply worried. Among them, the most worrying thing is that Sina Weibo's strategy is still unclear. From the perspective of business model, Cao Guowei was optimistic about several models of microblog commercialization, including interactive precision advertising, social games, real-time search, wireless value-added services, e-commerce platforms and digital content charges. But so far .. read the whole passage micro-blog Sina Weibo
December 19 - The incident on Weibo December 19, 2012 Wolf Network information 11898 times 11 1. It is said that someone bought a book in the Jingdong Mall, but the box used for delivery was Durex's packing box~~~immediately exploded~~~Who dares to buy another book? 2. [Women's Weibo Showing Their Plays with Police Boyfriends (continued): The police involved were suspended from their duties] A woman recently posted on her Weibo that Sanya police "boyfriend" drove a police car to take her to eat and soak in hot springs. Sanya police have suspended the police involved .. read the whole passage micro-blog
Solution to large blank space in Typecho text December 17, 2012 Wolf Happy sharing 10902 times 3 When you use Typecho to publish articles, sometimes there will be large gaps between paragraphs. When you check the source code, you find that there are many br tags in the middle of the p tag. When you analyze the source code of Typecho, Typecho will convert the newline characters in the content into br tags in the article output process, because it uses a built-in function in php, nl2br(). It is good to note this sentence. Open file, var/Typecho/Co... read the whole passage Blog php Typecho
English name of CSS Chinese font Song typeface/Microsoft Yahei December 17, 2012 Wolf Front end correlation 21906 times 2 In the front-end development and production of web pages, we often encounter the need to use Microsoft Yahei, Song typeface and other Chinese fonts. Generally, we directly use font family: "Microsoft Yahei". However, in some English systems or MAC, using Chinese directly in CSS may not be able to read, or you, like me, see that in CSS For those who feel uncomfortable when Chinese appears in CSS, introduce the English writing methods of several Chinese fonts in CSS: read the whole passage CSS windows microsoft
What the boss should never say to employees December 11, 2012 Wolf mixed 15120 times 6 Introduction: Today's article will benefit all thoughtful bosses and remind them to abide by good management principles. According to the suggestions I have received from many enterprise managers and employees, combined with a report published in the U.S. News, the following is my summary of what the boss should never say to employees. Recently, Forbes published many articles on the workplace, talking about work .. read the whole passage boss staff
Generating random numbers (random functions) with PHP December 7, 2012 Wolf Happy sharing 17479 times 5 Generally, when we want to generate a random string, we always create a character pool first, then use a loop and mt_rand() or rand() to generate php random numbers, randomly select characters from the character pool, and finally piece together the required length. read the whole passage php Random function