更换域名到nwdan.com

其实之前那个域名dannianwen.com挺好,就是太长.......于是换了这个短的域名nwdan.comn -> nianw -> wen组合起来还挺不错的,哈哈哈哈!

Read More >

Java中字符串的使用方法

What are String Methods?String in Java (Concatenation)Building longer strings from shorter stringsString concatenation operator +Scanner Methodsnext()

Read More >

Printf 在Java中的用法介绍

How printf() works?String account = "Prime"; double total = 210.35; int years = 5; System.out.printf("The %s account saved you $%f ove

Read More >

Linux Shell 基本命令介绍

大多Linux Server并没有图形用户界面 (GUI),因此也不能通过鼠标与操作系统直接交互。这时,掌握一些基本的命令就显得尤为重要。传递参数当一个命令的语法允许你传递[-参数]时,你可以传递多个参数!比如:ls -lah这行命令中包含三个参数,l, a, hrm -rv这行命令中包含两个参数,

Read More >

改造WordPress登录注册LOGO及链接

文章源自“学做网站论坛”打开网站后台,在外观下找到模板函数文件functions.php;点击打开函数文件functions.php,在第一个<?php标签下面插入以下代码:修改默认登录界面的LOGO图片// 去登录界面的默认图片 function custom_loginlogo() { e

Read More >

WordPress 插入Bilibili视频

文章转载自bianhb博客比如以下由Bilibili提供的代码:<iframe src="//player.bilibili.com/player.html?aid=755757862&bvid=BV1Lr4y1F7fW&cid=271387869&page=

Read More >