fedora
fedora22 license auto start
创建rc.local, 把要执行的内容写进 [admin@chiplayout ~]$ sudo gedit/ … 阅读更多
Fedora16改为经典模式
不管你习不习惯,反正我不习惯,哈,按以下方法可实现Fedora16改为经典模式 Activities> … 阅读更多
/* 访问计数 */ function record_visitors() { if (is_singular()) { global $post; $post_ID = $post->ID; if($post_ID) { $post_views = (int)get_post_meta($post_ID, 'views', true); if(!update_post_meta($post_ID, 'views', ($post_views+1))) { add_post_meta($post_ID, 'views', 1, true); } } } } add_action('wp_head', 'record_visitors');
创建rc.local, 把要执行的内容写进 [admin@chiplayout ~]$ sudo gedit/ … 阅读更多
不管你习不习惯,反正我不习惯,哈,按以下方法可实现Fedora16改为经典模式 Activities> … 阅读更多