주절주절

WordPress installation completed

Installing WordPress and analyzing ... It is not yet adaptable. The delay was huge because it was wandering from installing the menu If the submenu is a page (?), Navigate failed to print the focus properly. Temporary modifications and works normally. I think I should analyze more (File Location: /themes/polished/includes/scripts.php) Installed plugin -Automatic subdomains -Jquery Vertical Accordion Menu -root cookie -Permalink Editor (only installation, inactive)

Gnuboard backup rehearsal practice

After receiving the backup carefully (??) to convert the existing DB from EUC-KR to UTF8, I opened it with Editplus, and it contains characters that can be lost in encoding, Ignoring it with a job and changing it to UTF8 and IMPORT .... Damn ㅠㅠ Broken letters Search in a hurry ~~~~ In the end, I can't see the method .. (When dumping-default-character-set, you can't give you all the options ...

Real -time popular writing collection

We hope you will be full of luck and peace in the new year in 2021. When I thought about last year, I seemed to have stayed without any interest in specific fields. In the new year, I was thinking to start with a new heart If you can collect the popular articles of the famous community I thought I would be more comfortable with the recent trend. Real -time popular posts

PageFile.sys, Hiberfil.sys removal

Pagefile.sys removal (files that use hard disk as RAM if you lack memory) Control Panel -System -Advanced System Settings Advanced tab -settings Advanced tab -Change Uncheck the automatic check of automatic management of paging files for all drives No paging file -setting Hiberfil.sys (temporary file for maximum power saving mode) Start -CMD -Run with administrator authority PowerCFG ...

Create shortcut links using Google API

I needed a short link, so I made it PHP. You can use it after registering Google API. How to use: Shortur_google ('original address', 'API key'); <? PHP Function Shortur_google ($ URL, $ Key) { $ post = array ('LONGURL' => $ URL); $ json = json_encode ($ post); $ curlobj = curl_init (); curl_setopt ($ curlobj, curlopt_url, 'https://www.googleapis.com/urlshortener/v1/url?key='..nkey); CURL_SETOPT ($ curlobj, curlopt_returntransfer, 1); CURL_SETOPT ($ curlobj, curlopt_ssl_verifypeer, 0); CURL_SETOPT ($ curlobj, curlopt_Header, 0); curl_setopt ($ curlobj, curlopt_httpHeader, Array ('Content-Type: Application/JSON' '); CURL_SETOPT ($ curlobj, curlopt_post, 1); CURL_SETOPT ($ curlobj, curlopt_postfields, $ json); $ json = json_decode (curl_exec ($ curlobj)); curl_close ($ curlobj); return $ json-> ID; } Echo Shortur_google ('http://kalmuri.kilho.net/', 'API-KEY-API-KEY-Api-Key'); ?>

Windows Cleaner 2.3 Update

We have updated some stabilization and user suggestions. It works well in Windows 8. IE plugin has been added. The main features added to the 2.2 and 2.3 are easy and safer to surf the web by easily terminating the plug -in, such as IE toolbar, which is commonly used as malicious programs. (After checking the Clean IE, just check the plug -in to use and click "Initialize") Add the function ...