<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>loitrewasのブログ</title>
<link>https://ameblo.jp/loitrewas/</link>
<atom:link href="https://rssblog.ameba.jp/loitrewas/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>ブログの説明を入力します。</description>
<language>ja</language>
<item>
<title>install the moonlight</title>
<description>
<![CDATA[ Z-Blog article ranking widget AfterZ-Blog article ranking widget is modified from the hot text ranking based on support for the latest Z-Blog 1.8 system, enable Z-Blog article ranking widget, the system will automatically generate thermal paper, annual, monthly, total views Users recommend other articles ranking list for a system call, the resulting file for the ASP files and JavaScript files in two <a href="http://www.nikevertu.com/personality-nike-air-force-1-high-womens-black-red-shoes-p-2692.html">Personality Nike Air Force 1 High Womens Black Red Shoes</a> forms. This <a href="http://www.nikevertu.com/nike-air-jordan-kids-air-jordan-3-c-213_223.html">Air Jordan 3</a> plug-in will detect and calls moonlight Z-Blog article Rate The plug-in database. When enabled this plugin, <a href="http://www.nikevertu.com/">2015 Latest Nike Shoes</a> you can modify the Z-Blog template file to invoke article ranking list, I recommend using ASP invoked on the home page, using Javascript in the catalog pages and article pages invoked, the call is: come for Home say, default.html template to modify the template directory, in the sidebar position by adding the following statement: div class = function id = divTopListh3 hot text Rank / h3ul # CACHE_INCLUDE_TOPLIST # / ul / divdiv class = function id = divTopListh3年度排行 / h3ul # CACHE_INCLUDE_TOPYEAR # / ul / divdiv class = function id = divTopListh3月度排行 / h3ul # CACHE_INCLUDE_TOPMONTH # / ul / divdiv class = function id = divTopListh3 accumulated seniority / h3ul # CACHE_INCLUDE_TOPALLTIME # / ul / divdiv class = function id = divTopListh3 Readers Choice / <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-2013-c-275_280.html">Nike Air Max 2013</a> h3ul # CACHE_INCLUDE_TOPDIGG # / ul / div for the article page, \\ single.html template to modify <a href="http://www.nikevertu.com/popular-nike-air-force-1-unisex-white-black-shoes-p-2665.html">Popular Nike Air Force 1 Unisex White Black Shoes</a> the template directory, in the sidebar position by adding the following statement: div class = function id = divTopListh3 hot text Rank / h3ul id = ulToplistscript language = JavaScript type = text / javascriptstrBatchInculde + = ulToplist = toplist, / script / ul / divdiv class = function id = divTopListh3年度排行 / h3ul id = ulToplistscript language = JavaScript type = text / javascriptstrBatchInculde + = ulToplist = topyear, / script / ul / divdiv class = function id = divTopListh3月度排行 / h3ul id = ulToplistscript language = JavaScript type = text / javascriptstrBatchInculde + = ulToplist = topmonth, / script / ul / divdiv class = function id = divTopListh3 accumulated seniority / h3ul id = ulToplistscript language = JavaScript type = text / javascriptstrBatchInculde + = ulToplist = topalltime, / script / ul / divdiv class = function id = divTopListh3 Readers Choice / h3ul id = ulToplistscript language = JavaScript type = text / javascriptstrBatchInculde + = ulToplist = topdigg, / script / ul / div finally rebuild the index can be. Recommended reader, you need to <a href="http://www.nikevertu.com/genuine-nike-air-force-1-mens-blue-yellow-shoes-p-2610.html">Genuine Nike Air Force 1 Mens Blue Yellow Shoes</a> install the moonlight Z-Blog article Rate <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-91-c-275_293.html">Nike Air Max 91</a> The plug-in, or the data is empty. Z-Blog article ranking widget concrete reality effect, see moonlight blog each page. Click to download: Z-Blog article ranking widget
]]>
</description>
<link>https://ameblo.jp/loitrewas/entry-12043803720.html</link>
<pubDate>Sat, 27 Jun 2015 17:45:44 +0900</pubDate>
</item>
<item>
<title>Build and submit comments</title>
<description>
<![CDATA[ Z-Blog Home implements statictoday spent two <a href="http://www.nikevertu.com/">2015 Latest Nike Shoes</a> hours will I use Z-Blog <a href="http://www.nikevertu.com/beautiful-nike-air-force-1-unisex-all-white-shoes-p-2639.html">Beautiful Nike Air Force 1 Unisex All White Shoes</a> 1.7 home to achieve a static, static through this process, so that the loading capacity of greatly enhanced my Blog. The reason why it is static, because a few days ago I use Microsoft Web Application <a href="http://www.nikevertu.com/special-nike-air-force-1-low-womens-pink-shoes-p-2694.html">Special Nike Air Force 1 Low Womens Pink Shoes</a> Stress Tool to carry out my blog site performance testing, I found one hundred concurrent can make my dual core Intel Xeon 5110 CPU to 100% load This surprised me. Careful analysis of the moment, probably because of performance problems found in the Call System_Initialize default.asp cause, so I intend to use the static method to skip this command. This is actually a pseudo-static static, modify default.asp file, when calling default.asp default.html time will automatically determine whether a file exists, it exists to read the contents of the file, and then modify c_system_event.asp file, When reconstruction cache and submit comments automatically rebuild home html <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-90-premium-c-275_291.html">Nike Air Max 90 Premium</a> file, modify the last page of the template, modify the JavaScript will display <a href="http://www.nikevertu.com/nike-air-presto-mens-c-355.html">Nike Air Presto Mens</a> the comments the way to rebuild it, can be used normally. Then use the Microsoft Web Application Stress Tool test, the effect is obvious, CPU no 30% of the. Specific modification method is: Modify c_system_event.asp, add the following function: <a href="http://www.nikevertu.com/nike-air-jordan-womens-air-jordan-11-c-259_261.html">Air Jordan 11</a> Function BlogReBuild_Index () Dim ArtListSet ArtList = New TArticleListArtList.LoadCacheArtList.template = DEFAULTIf ArtList.ExportByCache (,,,,,) ThenArtList.BuildCall SaveToFile (BlogPath default.html, ArtList.html, utf-8, True) End IfBlogReBuild_Index = TrueEnd Function and then rebuild the cache function MakeBlogReBuild and submit comments function PostComment and submit references tail function PostTrackBack join statement BlogReBuild_Index. After modifying default.asp at the beginning of its file by adding the following statement: If trim (Request.QueryString.Item) = ThenServer.Transfer default.htmlResponse.EndEnd IfIf trim (Request.QueryString.Item) Then Call System_Initialize () ElseCall System_Initialize_WithOutDB () End If the above changes in the Z-Blog <a href="http://www.nikevertu.com/beautiful-nike-air-force-1-high-womens-black-pink-shoes-p-2675.html">Beautiful Nike Air Force 1 High Womens Black Pink Shoes</a> 1.7 is implemented using the Z-Blog 1.8 can ignore this article, because Z-Blog 1.8 has been completely solved all of the above problems, solve the System_Initialize performance issues, and there is also a static plugin Home, I now will not happen again this problem.
]]>
</description>
<link>https://ameblo.jp/loitrewas/entry-12043803585.html</link>
<pubDate>Sat, 27 Jun 2015 17:45:09 +0900</pubDate>
</item>
<item>
<title>can restore your WordPress</title>
<description>
<![CDATA[ Eight Useful WordPress SQL statementsin the past decade, MySQL has become a popular database, WordPress blog using a MySQL database, although the use of plug-ins can solve some problems, but to achieve some particular tasks, execute SQL statements in phpMyAdmin is The most succinct way to summarize <a href="http://www.nikevertu.com/nike-air-jordan-mens-air-jordan-6-rings-c-230_244.html">Air Jordan 6 Rings</a> here eight useful WordPress system SQL statements to solve some practical problems encountered. 1. Create a backup of the database backup of the database is the first thing, only through the following methods can simply back up the database: Sign in phpMyAdmin. Select your WordPress database, and then click the Export button, select a compression method (you can use gzip) and click the Execute button, when the browser you are prompted to download, the point is that the database file is downloaded to the local. 2, bulk delete articles WordPress2.6 later revised version adds a Post revisions function, though a bit with, but the article amendments increase the size of your database, we can choose to batch delete. After login phpMyAdmin execute the following SQL statement to bulk delete. DELETE FROM wp_posts WHERE post_type = revision; 3, bulk delete spam comments a true story, one of my friend set up a blog on the Internet, there are times he spent a few days on vacation, no Internet, and when he came back , log in to your blog, we saw more than 5,000 comments awaiting approval, of course, most of them are spam, you want to manually delete these comments to spend a lot of time, so we can use the following approach. Execute the following SQL statement after logging in phpMyAdmin. DELETE from wp_comments <a href="http://www.nikevertu.com/">2015 Latest Nike Shoes</a> WHERE comment_approved = '0'; Be careful, though this solution is useful for processing millions of junk surface, but will remove unauthorized comments, it is best to install and use Akismet to deal with spam . 4, modify article properties after you install WordPress, admin account is created, many people mistakenly use this account to write <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-90-premium-c-275_291.html">Nike Air Max 90 Premium</a> a blog, until they realize that this is not a personal account. The solution, each article Amendment of the property needs a lot of time, the following SQL statement can help you quickly complete this function. First you have to <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-2013-c-275_280.html">Nike Air Max 2013</a> find your correct user name, use the following SQL statement can be found in your user ID number. SELECT ID, display_name FROM wp_users; assuming that ID is NEW_AUTHOR_ID, and the administrator admin ID for OLD_AUTHOR_ID, then run the following SQL statement. UPDATE wp_posts SET post_author = NEW_AUTHOR_ID WHERE post_author = OLD_AUTHOR_ID; 5, manual reset your password lot of people to protect their blog not being hacked, using a very complex password, although this is a good thing, but often forgotten happen things administrator password. Of course, you can send to your WordPress link to reset your password via e-mail, but if you can not access your e-mail address, then you have to use the following SQL statements to reset your password. UPDATE wp_users SET user_pass = MD5 ('PASSWORD') WHERE wp_users.user_login = 'admin' LIMIT 1; MD5 hash function is a built-in MySQL, is used to convert the password hash values. 6. Change the WordPress domain you may sometimes want to change your blog's domain name, but WordPress will your domain name is stored in the <a href="http://www.nikevertu.com/cheapest-nike-air-force-1-mens-white-blue-shoes-p-2602.html">Cheapest Nike Air Force 1 Mens White Blue Shoes</a> database, so you have to use the following SQL statement to modify. UPDATE wp_options SET option_value = replace (option_value, 'http://www.oldsite.com', 'http://www.newsite.com') WHERE option_name = 'home' OR option_name = 'siteurl'; then, you also To use the following article GUID SQL will also be modified. UPDATE wp_posts SET guid = replace (guid, 'http: //www.oldsite.com','http: //www.newsite.com'); Finally, use the following statement will replace the article, all the old domain to the new domain name . UPDATE wp_posts SET post_content = replace (post_content, 'http://www.oldsite.com', 'http://www.newsite.com'); 7, show the number of SQL query performance when you have the time, then blog, understanding the number of queries to the database is very important, in order to reduce database query, we need to know on one page in the end how many queries. This time, do not need to log in phpMyAdmin, you only need to modify the footer.php file, at the end of the file add the following lines of code. ? Php if (is_user_logged_in ()) {?? Php echo get_num_queries ();? Queries in php timer_stop (1);?? Seconds php.?} 8, restore your WordPress database when your database for some reason (? hacker or upgrade error) is damaged or lost, if you have a backup, then you can restore your WordPress database. Login phpMyAdmin, <a href="http://www.nikevertu.com/beautiful-nike-air-force-1-high-womens-black-pink-shoes-p-2675.html">Beautiful Nike Air Force 1 High Womens Black Pink Shoes</a> select your WordPress database, point Import button, click the Browse button, then select your <a href="http://www.nikevertu.com/new-nike-air-force-1-mens-red-white-shoes-p-2618.html">New Nike Air Force 1 Mens Red White Shoes</a> hard disk from a backup file, click the Execute button on the database can be imported. If all goes well, your WordPress functions will return to normal. English original: 8 Useful WordPress SQL Hacks Chinese translation: William Long Chinese translation: Eight Useful WordPress SQL statements
]]>
</description>
<link>https://ameblo.jp/loitrewas/entry-12043803399.html</link>
<pubDate>Sat, 27 Jun 2015 17:44:42 +0900</pubDate>
</item>
<item>
<title>security solutions to support</title>
<description>
<![CDATA[ Banking applications USB Key Authentication SchemePreface: This article is propaganda manuscript SafeNet USB Key vendors provided, does not represent the views and opinions of the author's blog. Technology solutions used herein SafeNet their own products, although this product supports digital signatures and PKI system, which <a href="http://www.nikevertu.com/high-quality-nike-air-force-1-low-unisex-all-white-shoes-p-2650.html">High Quality Nike Air Force 1 Low Unisex All White Shoes</a> can generate and store private keys and digital certificates to meet a personal identity authentication security level <a href="http://www.nikevertu.com/nike-air-jordan-mens-air-jordan-6-rings-c-230_244.html">Air Jordan 6 Rings</a> and store digital certificates, but There are also a considerable number of other brands and models of USB Key products are available, so if you choose USB Key product applications, they should carefully compare the different parties USB Key products, in order to find inexpensive authentication products. The following is the full text of the manuscript: banking applications USB Key Authentication Scheme business before a large state-owned bank was founded in 1908, is one of the four major banks in China early ,, head office in Shanghai. Currently, the bank has national, institutional system and business networks overseas. Branches in the territory are: nearly 3000 about 27 provincial branches, seven under the branches and business institutions. In New York, Tokyo, Hong Kong, Singapore, Seoul has branches in London, with offices in Frankfurt. They total more than 100 branches in 800 countries and regions, the bank has established correspondent relationships. Now, the bank employees 55,000 people. <a href="http://www.nikevertu.com/">2015 Latest Nike Shoes</a> Ranked by total assets, the bank ranks among the 100 largest banks in the world 1000, has been among the top 100 global banks. In order to meet the fierce market competition, in recent years, the bank vigorously carry out online banking. In just three years, the bank completed the construction of the overall framework of online banking, credit card and formed a characteristic country through foreign exchange Po, funds to support business functions such as online banking system and to the regular edition, the public version, Professional Edition is characterized by corporate online banking service system, and to achieve a fully functional online banking and the rapid growth in business volume. However, as the fishing sites, professional steal bank account numbers and passwords Trojans spread online thieves, people on the security of online banking more skeptical. How can we strengthen the security of system applications, enhance the people's trust in online banking, online banking banks become the most urgent problem. Of course, the banks are also facing the same problem. Challenges usually are divided into domestic online banking public version and enterprise version of the two versions, and their essential difference is that different levels of security. Users simply by virtue of the identity card number, account number and password to the online self-opened the public version of online banking, simple operation, the procedure is very simple, but after a run of poor security and confidentiality, the only protective measure is to log on when customers set their own opening password and payment password. The professional version of online banking application is much more complex, <a href="http://www.nikevertu.com/nike-air-jordan-mens-air-jordan-5-c-230_242.html">Air Jordan 5</a> we first need to the user's own bank branches to conduct business applications and achieve online account transactions and transfers of funds by installing the application of digital certificates and PKI system. Digital certificates are identified in the online banking user's identity only sign, not be copied and can not be replaced, all the online transactions have to advance safety certification through digital certificates, which can be seen as a user's online identity. Since it is a unique online identity authentication mark, to ensure that their security is essential. Ordinary individuals often put in the computer hard drive, the risk of this approach is self-evident for storing digital certificates. A large amount of financial transactions for business users, in order to ensure the safety of their funds, the bank <a href="http://www.nikevertu.com/popular-nike-air-force-1-unisex-white-black-shoes-p-2665.html">Popular Nike Air Force 1 Unisex White Black Shoes</a> mandated the use of more secure storage medium in order to achieve more efficient resource access control. After sufficient testing and detailed comparison, they chose SafeNet iKey2032 corporate customers as part of its online banking authentication tools. Program SafeNet iKey2032 reason why such a large state-owned bank to win a bid to solve the USB Key reasons mainly due to its outstanding product characteristics. iKey2032 is a USB-based mobile authentication device, specifically for banking or other digital certificate users. It supports digital signatures and PKI system, which can generate and store private keys and digital certificates, is ideal for personal authentication security levels and store digital certificates meet. ■ with two-factor authentication alternative to unreliable password iKey2032 series uses two-factor authentication mechanism, users need to work together to confirm the identity through iKey hardware and corresponding PIN code in terms of both its safety and reliability is much higher than relying on password protection traditional password authentication. As an extension of smart card technology, users use iKey2032 product, no need to purchase expensive card reader device, simply plug it into your computer's USB port to perform user identification. ■ Hardware encryption algorithms ensure system security iKey2032 series supports public-key system, which can generate a key pair iKey inside, store key pairs and X.509 digital certificates, and perform actions iKey signature inside. iKey hardware internally <a href="http://www.nikevertu.com/cheap-nike-air-force-1-mens-beige-white-shoes-p-2599.html">Cheap Nike Air Force 1 Mens Beige White Shoes</a> generated key pair, the private key from the generation, management to destroy always done in Key hardware inside, eliminating the risk of key outflows. Currently, iKey2032 series by the FIPS 140-1, Level 2 certification which is America's most authoritative security product certification. ■ Support for multiple CA and PKI applications through strategic partnerships with a number of hardware and software providers, SafeNet iKey2032 with a wide range of security solutions to support. ikey2032 support multiple CA and numerous PKI applications Microsoft, Entrust, Computer Associates, VeriSign and other companies. In addition, because iKey2032 Series supports PKCS # 11 and Microsoft CryptoAPI, it can be easily integrated with each other and a variety of other client applications. ■ application is simple, easy iKey2032 compact, portable and easy to carry, users can hang on a keychain iKey2032 carry, thus greatly increasing the convenience and flexibility of use. In addition, iKey2032 hot swappable, when pulled iKey2032, the system automatically shut down the dialogue. The Result In order to better meet the needs of the bank's online banking authentication, SafeNet custom-designed user interface and product appearance login. From January <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-91-c-275_293.html">Nike Air Max 91</a> 2004 officially opened, so far, the bank headquarters and branches have a total purchase iKey2032 has more than 20,000, all branches reflect good results. Now, the bank is planning to iKey2032 USB Key from corporate clients to promote individual customers. Its bank electronic banking manager, said: two years ago, the use of USB Key up of hundreds of millions of payment transaction there has not been a theft. We are very pleased to see that, SafeNet Authentication Scheme good upgrade authentication security and competitive advantage of our online banking system. For users, they need to be more convenient and efficient application, it SafeNet iKey2032 also performed well.
]]>
</description>
<link>https://ameblo.jp/loitrewas/entry-12043803235.html</link>
<pubDate>Sat, 27 Jun 2015 17:44:03 +0900</pubDate>
</item>
<item>
<title>Google Reader that is how</title>
<description>
<![CDATA[ 12306 Booking Assistant plug-in caused the collapse of the whole incident GitHubSpring Festival approaching, 12306 Ticket difficult <a href="http://www.nikevertu.com/">2015 Latest Nike Shoes</a> problem again is directed cusp. This time, the various browser vendors seize the opportunity to launch the Year Edition. The common feature of these numerous browsers, is the integration of a users iFish (Muyu) booking assistant plugins. Not coincidentally, an early version of this plug-in to use GitHub's Raw File service as a CDN, and return the requested 403 error code using very violent five seconds and try again. Thus, when on January 15, the first small peak booking comes, GitHub is indirectly DDos. <a href="http://www.nikevertu.com/nike-air-jordan-mens-jordan-fight-club-91-c-230_255.html">Jordan Fight Club '91</a> GitHub operation and maintenance engineer Jesse Newland After discovering server load exception, had disabled the code is located in the Raw service Repo and Repo reported an issue where he found the Repo 12306 references in a resource, because of the huge traffic This resource for GitHub services had a negative impact, I hope someone can reach 12306 engineers to remove the reference. Living in the ocean's GitHub engineers solved the problem over the GitHub service, it is clearly not the situation in China two points clear: what spring is, what 12306 12306 engineer is unlikely to be linked to the question everyone we questioned, exist in two things:? Why require a browser plug-referenced resources from GitHub GitHub load capacity so weak it difficult to explain the first question, let Muyu plugin authors themselves explain:? introduce an automatic update. Since 12306 TICKETS assistant is a very special thing, dependent on the Ministry's website and store, and its operation is extremely dependent on the site's functionality and page structure, so as to improve the Ministry of Railways, it is easy to fail (although they look like reception From the beginning to now, more than a year of almost no change him meow Why do I have to use the unit, said in time, really sad). Therefore, in order to ensure the normal booking assistant functions at a very early version of <a href="http://www.nikevertu.com/nike-air-jordan-mens-air-jordan-18-c-230_238.html">Air Jordan 18</a> the beginning of the introduction of auto-update mechanism (1.4). Updates are beginning on your site, and the distinction between Firefox and Chrome. First assistant is UserScript pattern emerges, commissioning and debugging in Firefox. When Firefox under, Scriptish provides support cross-domain GMxmlHttpRequest function, you can visit my site using ajax directly. But Chrome under, there is no such convenience does not support cross-domain ajax, so with the introduction of script script way to check for updates. Later in Firefox and Chrome branch full merger (the beginning of the separation for different browsers, and later found the synchronization is too much trouble), give some specific features (such as GMxmlHttpRequest), for a number of functions to do the adaptation (such as desktop notice), update it with down. But then I do not know when it started, the update mechanism suddenly ineffective. Why does this matter from another to begin. That is 12306 of HTTPS. 1.4 billion hits a day as a website, CDN ChinaNetCenter is still very to the force, according to the information I gathered, it accelerated node hundreds. However, as a booking site and also CDN, why root certificate will use HTTPS protocol or a self-signed, it is too hard to understand. Any understanding of network knowledge knows, load capacity under the HTTPS protocol than HTTP server much lower, not to mention tickets are not what confidential data. There is always someone hopping up and say ah booking more secret, I always oppose, what secret door, and the trips I vote or data? This has brought a lot of trouble HTTPS. I do not know which version of Chrome introducing security mechanisms, for an HTTPS website, all of its resources referenced (Script and StyleSheet and the like), must also be located on the HTTPS server, otherwise rejected. And I did not HTTPS server, therefore, Chrome auto-update gorgeous hung up. Then Firefox. Firefox can not play the next music, I always thought it was <a href="http://www.nikevertu.com/personality-nike-air-force-1-unisex-white-blue-shoes-p-2663.html">Personality Nike Air Force 1 Unisex White Blue Shoes</a> not supported by Firefox, later found to be safe mechanism in trouble Firefox: HTTPS pages <a href="http://www.nikevertu.com/popular-nike-air-force-1-unisex-white-black-shoes-p-2665.html">Popular Nike Air Force 1 Unisex White Black Shoes</a> refuse to play multimedia files from HTTP. Wonderful maybe let me a headache. Then inadvertently glimpse of GitHub turned HTTPS, So shift in the past, into a logical thing, I begged dad to tell my grandmother did not seek an HTTPS server, although there is a free SSL certificate or something, but I went to apply for a time, even the provider's website himself wrong certificate. So things are resolved. And the second question, GitHub load capacity why so weak, because GitHub is not suitable as a CDN service. Bit inn famous Renaissance blog, has done a detailed explanation: It is not a static file server, in other words, all requests must go through a bunch of server access code to handle, reducing its response speed. MIME and file its return has nothing to do (always a text / plain), some browsers, for example, said IE, does not execute javascript file MIME type errors. It returns the Cache-Control Header does not allow the browser cache files, mean the loss of the most basic functions CDN. Precisely because 12306 TICKETS Assistant is not run in IE, I do not want to update the files are cached, the latter two did not disadvantage Raw file is revealed. But the rest of that disadvantage, but let Github response speed greatly reduced, had temporarily blocked Raw file access. To address this problem, the original author of the straight key provides two levels of solution: use GitHub as CDN right way: So, Github as CDN what the right way is Github Pages?. By adding gh-pages branch, you can modify and publish their own repo files. It is worth recalling, Pages, although free, is not unlimited resources, see the official description Disk Quota Although we did not set an upper limit, but please reasonable use. Github understatement to say that fair use, rather than strict regulations to MB, GB, in fact, is a subconscious mutual trust. This is a disparity between supply and demand in the Chinese increasingly missing something, there is a 12306 is a confirmed booking assistant: Passengers do not believe that the passengers do not believe 12306,12306, 12306 and finally extract a booking assistant, and even every day updated once per half-day ticket to go home to meet the needs of the Chinese people. Under HTTPS How to cite HTTP resources: Will Google Reader, is how to play non-HTTPS video Youku and potatoes in the HTTPS domain we find the same problem in September last year, Google themselves is solved:? After Chrome 21, in SSL encryption non-SSL page embed Flash will happen? will be silently blocked, leaving only a console report. Google Reader that is how to circumvent this problem see Youku and potatoes video? Iframe them a non-SSL page, then referenced inside flash (page references even domain names are different) The same also applies to Javascript, which is also set 12306 Current ticket assistant solutions (except Firefox). SSL is no longer required under the CDN. The author is not the end of the <a href="http://www.nikevertu.com/genuine-nike-air-force-1-mens-blue-yellow-shoes-p-2610.html">Genuine Nike Air Force 1 Mens Blue Yellow Shoes</a> booking assistant Muyu, unbearable all walks of life <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-91-c-275_293.html">Nike Air Max 91</a> have visited his tour of the open source on GitHub code repository booking assistant, eventually deleted items. But he said will continue to streamline / improve this booking widget. Because this plug-in, even complaints to the Ministry of Railways Ministry, asking them to order the various browser companies to stop providing incidental to grab votes capable browser download. However, this article was published on the front, various browser vendors have not yet received the relevant notification indicates. All this is not the end. Source: InfoQ submission, the original link.
]]>
</description>
<link>https://ameblo.jp/loitrewas/entry-12043803017.html</link>
<pubDate>Sat, 27 Jun 2015 17:43:23 +0900</pubDate>
</item>
<item>
<title>their own applications</title>
<description>
<![CDATA[ Brief Introduction Google App <a href="http://www.nikevertu.com/">2015 Latest Nike Shoes</a> <a href="http://www.nikevertu.com/authentic-nike-air-force-1-high-womens-black-yellow-shoes-p-2674.html">Authentic Nike Air Force 1 High Womens Black Yellow Shoes</a> EngineGoogle App Engine is based on the platform <a href="http://www.nikevertu.com/nike-air-jordan-mens-jordan-fight-club-91-c-230_255.html">Jordan Fight Club '91</a> provided by Google Google data centers, hosted web applications, each Google App Engine applications can use 500MB of storage space, and can support about 5 million page views a month of CPU and broadband. Each user can now create ten free applications. Download the Google App Engine SDK development environment Download http://code.google.com/intl/zh-CN/appengine/downloads.html Python 2.5.4 Download http://www.python.org/download/releases/ 2.5.4 / local debugging dev_appserver.py myapp start using Google <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-2013-c-275_280.html">Nike Air Max 2013</a> App Engine <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-90-premium-c-275_291.html">Nike Air Max 90 Premium</a> service <a href="http://www.nikevertu.com/personality-nike-air-force-1-unisex-white-blue-shoes-p-2663.html">Personality Nike Air Force 1 Unisex White Blue Shoes</a> locally and then through http: // localhost: 8080 to access their own applications. dev_appserver.py --port = 9999 myapp specify the port number to use appcfg.py update myapp publishing application to publish develop a good application. Post a good application can be accessed using myapp.appspot.com. Related Resources Developer's Guide http://code.google.com/intl/zh-CN/appengine/docs/ development sample http://code.google.com/p/google-app-engine-samples/ Featured <a href="http://www.nikevertu.com/newest-style-nike-air-force-1-unisex-blue-red-shoes-p-2656.html">Newest Style Nike Air Force 1 Unisex Blue Red Shoes</a> Posts http://code.google.com/intl/zh-CN/appengine/articles/ publish third-party applications to Google App Engine SVN checkout source code into a directory, enter the directory, edit app.yaml, modify for their own Applications executive appcfg.py update directory names more useful third-party applications are: GAppProxy http://code.google.com/p/gappproxy/ birdnest http://code.google.com/p/birdnest/ welcome everyone add.
]]>
</description>
<link>https://ameblo.jp/loitrewas/entry-12043802840.html</link>
<pubDate>Sat, 27 Jun 2015 17:42:53 +0900</pubDate>
</item>
<item>
<title>template in place by adding</title>
<description>
<![CDATA[ Thermal paper ranking algorithm is optimizedtoday my intention to change my Blog article ranking algorithm. The algorithm is based on the number of former clicking ranking, there are many deficiencies, such as not considering the time factor, without considering such factors as users of its recommendation, the recent catch shrimp using the system, to catch shrimp ranking algorithm produces thermal paper interest, so I intend to use a similar ranking to my Blog article ranking. The integration algorithm which is more difficult to determine, and I intend to article views, comments, number of times, and the article cited date to generate. The number of users as a recommended number of comments, publication date of the article to today's time as the time factor. 1 comments <a href="http://www.nikevertu.com/personality-nike-air-force-1-high-womens-black-red-shoes-p-2692.html">Personality Nike Air Force 1 High Womens Black Red Shoes</a> and 100 views have the same points. A Traceback equal to two comments points. Reviews and cited the growth is linear. Views increases with the square root of the integration achieved in the way growth that the larger the number, the smaller the change. Date of the article as negative points, exponentially <a href="http://www.nikevertu.com/">2015 Latest Nike Shoes</a> growing older articles will become more and more negative points. That represents a mathematical algorithm: log_CommNums * 100 + log_TrackBackNums * 200 + sqr (log_ViewNums) * 10 - (date () - Log_PostTime) * (date () - Log_PostTime) From this algorithm, references, and comments on the impact of the increase of the maximum points The time factor is the greatest impact on reducing integration. Top thermal paper produced with this algorithm see on the left, it will be automatically updated every day, I will observe a period of time to see how effective this method. Specific modifications as follows: Add the following function in c_system_event.asp in: '********************************* ************************ 'Objective: reconstruction Ranking' ************************************************************ ************************************* Function BlogReBuild_Toplist () Dim iDim objRSDim objStreamDim objArticleDim strLogUrlDim strPreviousSet objRS = objConn.Execute (SELECT [log_ID], [log_Url], [log_Title] FROM [blog_Article] WHERE [log_Level] 1 ORDER BY log_CommNums * 100 + log_TrackBackNums * 200 + sqr (log_ViewNums) * 10 - (date () - Log_PostTime) * (date () - Log_PostTime) DESC) If (Not objRS.bof) And (Not objRS.eof) <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-90-premium-c-275_291.html">Nike Air Max 90 Premium</a> ThenFor i = 1 to ZC_PREVIOUS_COUNTstrLogUrl = objRS (log_Url) If IsNull (strLogUrl) Or IsEmpty (strLogUrl) Or strLogUrl = ThenstrLogUrl = objRS (log_ID) End IfstrLogUrl = ZC_BLOG_HOST ZC_STATIC_DIRECTORY / strLogUrl. ZC_STATIC_TYPEstrPrevious = strPrevious lia href = strLogUrl objRS (log_Title) /a/liobjRS.MoveNextIf objRS.eof Then Exit ForNextEnd IfobjRS.closestrPrevious = TransferHTML (strPrevious, [no-asp]) Set objStream = Server.CreateObject (ADODB.Stream) With objStream.Type = adTypeText.Mode = adModeReadWrite.Open.Charset = utf-8.Position = objStream.Size.WriteText = strPrevious.SaveToFile BlogPath /include/toplist.asp,adSaveCreateOverWrite.CloseEnd WithSet objStream = NothingBlogReBuild_Toplist = TrueEnd Function '****************************************** *************** then later BlogReBuild_Categorys MakeBlogReBuild function add the line BlogReBuild_Toplist. Modify c_html_js.asp, at f = TRACKBACKS later increase ElseIf f = toplist Thenf = TOPLIST modify single.html template file, add the following lines in place. div class = function id = divTopListh3 hot text Rank / h3ulscript language = JavaScript src = # ZC_BLOG_HOST # c_html_js.asp? include = toplist type = text / javascript / script / ul / div Finally, rebuild the index, rebuild the file, is complete. See the specific effects of thermal paper Top left of this page section. Update: Modify the code in front of the <a href="http://www.nikevertu.com/classic-nike-air-force-1-unisex-purple-white-shoes-p-2645.html">Classic Nike Air Force 1 Unisex Purple White Shoes</a> same method to modify Z-BLOG 1.7 below, after which modify TEMPLATE \\ default.html template in place by adding the following statement: div class = function id = divTopListh3 hot text Rank / h3ul # CACHE_INCLUDE_TOPLIST # / ul / div modify TEMPLATE \\ single.html template in place by adding the following statement: div class = function id = divTopListh3 hot text Rank / h3ul id = ulToplistscript language = JavaScript type = text / javascriptstrBatchInculde + = ulToplist = toplist, / script / ul / div finally to rebuild the index. Reference article: catch shrimp index of thermal paper The Ranking Source: http: //www.zhuaxia.com/blog/ p = 20 catch shrimp on top of a hot article is everyone from?. For each <a href="http://www.nikevertu.com/nike-lunar-mens-c-451.html">Nike Lunar Mens</a> article, everyone has one and only one vote (including our own shrimp, too, have only one vote). Recommended out of the article, according to the following order of the rules, hoping to reconcile with fresh article (by time) and value (by votes). 1. Recommended articles within two days, take precedence over two days; (2) the same is Recommended articles within two days, the number of votes a high priority; 3, the same two days, and the same number of votes in the article, recently It had recommended priority. That is, if no one continue to recommend an article in two days, it is estimated we not much interest in it, or that it is a bit outdated, and it should be in the back row. Day window period is temporary drafted, it might be adjusted later. <a href="http://www.nikevertu.com/genuine-nike-air-force-1-mens-blue-yellow-shoes-p-2610.html">Genuine Nike Air Force 1 Mens Blue Yellow Shoes</a> In addition, each <a href="http://www.nikevertu.com/nike-blazer-unisex-c-407.html">Nike Blazer Unisex</a> person that votes, after the weights may be different (for example, if shrimp Recommended articles always recognized by everyone, then the shrimp will recommend more weight later.) The general idea, or want to balance fresh and value of the article. Will be added later sort, search, and filtering capabilities, so that we more easily see their favorite articles.
]]>
</description>
<link>https://ameblo.jp/loitrewas/entry-12043802698.html</link>
<pubDate>Sat, 27 Jun 2015 17:42:28 +0900</pubDate>
</item>
<item>
<title>the rule is based on the</title>
<description>
<![CDATA[ Web is the greatest success of open sourcepopular open source movement, and software developers wrote a strong history of stroke. But it most far-reaching places where it? Historically, the most successful open source projects, what is it? In fact, overall, Web not that open the sport's biggest win out? Perhaps the most famous example of this is hidden in many LAMP behind the site, which is Linux, Apache, MySQL and PHP. But when you think it, you will find more. Listed below are some of the Web to run open source projects. Web browsers - Web browser in the Web browser market, while Microsoft's closed source software IE browser still account for a large share, but functionally similar to other open-source projects have been popular and growing. Like Mozilla's Firefox browser (which is open source, there Flock, PaleMoon). There is growing rapidly Webkit-based browser, like Safari, but the most famous is the <a href="http://www.nikevertu.com/">2015 Latest Nike Shoes</a> Chrome browser. If the mobile phone network is also considered to the inside, which dominates the Webkit iPhone, Android and Blackberry phones browser. Web server software - Web server software to date, Apache is the most widely used Web server software, which is open source, but called Nginx lightweight server software has become popular in recent years. In fact, the top three Web server software is open source, there are two (ranked second in Microsoft's IIS is an exception, but it is far from the first). In addition, a large number of server infrastructure software is open source. For example, many large traffic sites use Varnish as a caching layer between the visitor and the site, and the use of Memcached as a buffer layer between the database and website. This is just one of many examples of the two. Scripting languages ​​and web frameworks - most programming and scripting languages ​​and scripting languages ​​used on the network are open source Web framework, such as PHP, Perl, Python, Ruby, etc. However, few have a website completely from <a href="http://www.nikevertu.com/nike-air-jordan-mens-air-jordan-5-c-230_242.html">Air Jordan 5</a> scratch. It is no exaggeration to say that there are hundreds of open source Content Management System (CMS) and web framework to assist developers, such as WordPress, Drupal, Ruby on Rails, Django, Joomla, etc. <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-2013-c-275_280.html">Nike Air Max 2013</a> Databases - Open source database software MySQL is by far the most popular website database, but there are other features like open-source software, such as PostgreSQL, many non-relational (NoSQL), not to mention the recent emergence of the <a href="http://www.nikevertu.com/personality-nike-air-force-1-unisex-white-blue-shoes-p-2663.html">Personality Nike Air Force 1 Unisex White Blue Shoes</a> database. Now we talk about the underlying software, it would have to mention anything every time we use the Internet or have to rely on Internet-based systems: DNS - Domain Name System Web (for this purpose the entire Internet) left the DNS the system useless. As we all know, DNS system allows users to use like domain example.com and the like, rather than the IP address. BIND DNS server is almost (also known as a name server) de facto standard software, and you may now have guessed, it is open source. Server operating systems - server operating system that all sites must be running on the server, and that is the field of the rule of open source. While Windows dominates the desktop, but the server on which to run the site is mostly open-source <a href="http://www.nikevertu.com/cheapest-nike-air-force-1-mens-white-blue-shoes-p-2602.html">Cheapest Nike Air Force 1 Mens White Blue Shoes</a> Linux operating system, other popular choices are freeBSD and OpenBSD. Open temptation because in many cases, open source software can provide the commercial closed source software the same performance, and is free, so open source software is so popular is not surprising. Free is the price of a difficult challenge. If the Web is not running on all of these free software, then it is likely to require a difficult process in order to allow widespread acceptance. Note that we did not have any say Web closed source software, but it is clearly present. However, statistical data, Web open source real exception to the rule is based on the Microsoft Windows family of systems. In addition to that, you usually need in-depth research to find out more proprietary closed source technologies, such as operating systems and similar devices on the router. But that is the Internet, rather than the Web. Conclusion <a href="http://www.nikevertu.com/high-quality-nike-air-force-1-unisex-white-purple-shoes-p-2651.html">High Quality Nike Air Force 1 Unisex White Purple Shoes</a> Thanks to the Internet in the 1980s, convenient communication and cooperation and sharing of the rise of open-source movement was able to flourish. In the 1990s, when the Web was born to the top Internet device, the <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-91-c-275_293.html">Nike Air Max 91</a> open source movement is ready to be of help up. No one would deny that dominated the Web's most open. Open source and Web is a symbiotic relationship of cooperation, mutual benefit and win-win cooperation. That is why we can say that the Web is by far the most successful open source. English Original: Pingdom: The Web is the biggest open source success of all Chinese translation: horses online.
]]>
</description>
<link>https://ameblo.jp/loitrewas/entry-12043802451.html</link>
<pubDate>Sat, 27 Jun 2015 17:41:27 +0900</pubDate>
</item>
<item>
<title>modify for your own AdSense</title>
<description>
<![CDATA[ WordPress MU's AdSense widgetWordPress plugin AdSense itself a lot, but a multi-user WordPress MU (multi-user) of AdSense widget <a href="http://www.nikevertu.com/nike-air-jordan-mens-jordan-fight-club-91-c-230_255.html">Jordan Fight Club '91</a> does not have much, probably not too many users MU reason, because the plug-in itself is not complicated, I am here WordPress MU release a special user of AdSense widget, you can insert AdSense ads on the top left <a href="http://www.nikevertu.com/discount-nike-air-force-1-womens-white-green-shoes-p-2683.html">Discount Nike Air Force 1 Womens White Green Shoes</a> of all WordPress hosting user's page article inside, but the home page does not display advertisements <a href="http://www.nikevertu.com/">2015 Latest Nike Shoes</a> and catalogs. This plug-in installation method: 1, first modify Google <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-2013-c-275_280.html">Nike Air Max </a><a href="http://www.nikevertu.com/popular-nike-air-force-1-unisex-white-black-shoes-p-2665.html">Popular Nike Air Force 1 Unisex White Black Shoes</a> 2013 Adsense code to wp-adsense.php plugin inside, modify for your own AdSense code, and then upload the file to wp-adsense.php plugins directory (not the mu-plugins directory oh). 2, the installation called Plugin Commander of WordPress MU plugin uploaded <a href="http://www.nikevertu.com/cheap-nike-air-force-1-mens-beige-white-shoes-p-2599.html">Cheap Nike Air Force 1 Mens Beige White Shoes</a> to the mu-plugins directory for batch management multiuser plugins. 3, log WordPress MU the Site Admin, point Plugin Commander, find WordPress Adsense plugins, and then point Activate all AdSense widget can be activated within all managed users blog. Use WordPress user, if never too little advertising, you can use this plugin, advertising display AdSense advertising effectiveness and moonlight my blog within the same display, the upper left is the article page. Plugin Download: Click here <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-91-c-275_293.html">Nike Air Max 91</a> to download the WordPress MU AdSense plugin. English version: WordPress MU AdSense Plugin
]]>
</description>
<link>https://ameblo.jp/loitrewas/entry-12043802185.html</link>
<pubDate>Sat, 27 Jun 2015 17:40:49 +0900</pubDate>
</item>
<item>
<title>then modify the value</title>
<description>
<![CDATA[ DB2ASP database ASP page generation toolsDB2ASP is an ACCESS database file can be automatically converted to the corresponding ASP source software, it is one of moonlight blog developed <a href="http://www.nikevertu.com/high-quality-nike-air-force-1-low-unisex-all-white-shoes-p-2650.html">High Quality Nike Air Force 1 Low Unisex All White Shoes</a> a series of free software. This software allows you to visually manipulate the database, easy to set up SQL statements, generate common ASP information list, submit the information into a database, and query form. Do not write a lot of database duplicate operation code. To meet the common information list (which can be edited to delete), a new record to submit the form, automatically generate a query form, for regular database operations using asp web programmers to write more helpful, so you most likely to be repeated in the database operation code write. First, the software introduced at the time of operation of the database using ASP, more is on the database field operations, such as displaying added, basically repeated written and error-prone. DB2ASP enables visualization database, easy to set up SQL statements, generate common ASP information list, submit the information into a database, and query form. Do not write a lot of database duplicate operation code. This free software interface and operating with moonlight blog released earlier freeware DB2MYSQL very similar. Background knowledge required: 1, <a href="http://www.nikevertu.com/">2015 Latest Nike Shoes</a> the principles of the database structure, SQL language a little foundation; 2, the ASP understand, can take advantage of Viual IntDev or ASP Dreamweaver or Notepad to make the appropriate changes (such as tables td / td location, alignment revised). 3, little understanding of IIS, ASP and generated header files are placed to the appropriate location. Second, the <a href="http://www.nikevertu.com/nike-air-max-mens-nike-air-max-90-premium-c-275_291.html">Nike Air Max 90 Premium</a> operating Introduction to run the software, the start screen, select the database you want to use, tables and fields. Specifically: 1, open the ACESS database you want to use, the table on the database will be listed in the <a href="http://www.nikevertu.com/nike-air-jordan-kids-air-jordan-22-c-213_222.html">Air Jordan 22</a> data sheet list box. Click the data table to list all the fields of the current data table. 2. Click on the desired table and field selection table, click Show After selecting the output of the program name to <a href="http://www.nikevertu.com/popular-nike-air-force-1-unisex-white-black-shoes-p-2665.html">Popular Nike Air Force 1 Unisex White Black Shoes</a> determine which fields appear in the Chinese name. 3, then click OK to enter the complete sentence after [Start Conversion] button. Current conditions can automatically generate a list of pages <a href="http://www.nikevertu.com/classic-nike-air-force-1-unisex-purple-white-shoes-p-2645.html">Classic Nike Air Force 1 Unisex Purple White Shoes</a> and ASP ASP save page form is submitted. ASP header file is db.asp. If the database is SQL SERVER, SQL SERVER database it can first be converted to ACESS database, and then modify the value connstr of db.asp file. Third, the Software License License is free software, namely, software users have to use, copy, distribute, study, adapt, and then use the software free. More precisely, the free software gives users four freedoms: for any purpose, the freedom to use the software. Studies of how the free software works, and to rewrite the software to fit the user's own needs. Acquire the software's source code is a precondition for this. There are re-distribute the software free, so everyone can be spread free software to your neighbor. Improve the re-use of free software, and can be rewritten version published for public use, this way, the whole community can benefit. As in the preceding paragraph, to obtain the software's source code is a precondition for this. The user must be able freely to charge or not to charge a reasonable way to spread the cost, at any time redistribution of the software is original or revised version at any place for anyone to use. Fourth, Download Software Download: DB2ASP database ASP page generation tool to download files compressed ZIP file that contains English, Simplified Chinese and <a href="http://www.nikevertu.com/nike-blazer-unisex-c-407.html">Nike Blazer Unisex</a> Traditional Chinese in three versions, the root directory is English, zh-CN directory under the Simplified Chinese version, zh Under -TW directory is the traditional Chinese version. Please select the appropriate version to use. V. Contact Software Development: Moonlight blog blog address: http: //www.williamlong.info six, English Chinese Introduction Address: Free Access Database to ASP Converter
]]>
</description>
<link>https://ameblo.jp/loitrewas/entry-12043801972.html</link>
<pubDate>Sat, 27 Jun 2015 17:40:08 +0900</pubDate>
</item>
</channel>
</rss>
