`
文章列表
SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss,S"); Calendar todayStart = Calendar.getInstance(); todayStart.set(Calendar.HOUR, 0); todayStart.set(Calendar.MINUTE, 0); todayStart.set(Calendar.SECOND, 0); todayStart.set(Calendar.MILLISECOND, 0); System.out.println( ...
一个简单的移动操作   <HTML> <HEAD> <TITLE>选择下拉菜单</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <META NAME="Description" CONTENT="Power by hill"> </HEAD> <BODY> <p>选定一项或多项然后点击添加 ...
  Much thanks to Classic Shell Scripting     #chapter 2 shell basic 1. 访问脚本从命令行接收到的参数:$n 在脚本中使用 $1 访问第一个参数,$2访问第二个,当超过9时,用大括号引起来,如 ${10}。 2. 在shell脚本执行时,使用-x打开脚本执行跟踪功能。如: $ sh -x nusers.sh 3. 列出系统所支持的所有语言: locale -a #chapter 3 search and substitution 4. shell BRE(Basic RE) and ERE(Extended ...
ubuntu下默认是没有安装ssh server和telnet server的   1. 安装ssh server   sudo apt-get install openssh-server   然后查看sshserver是否启动 ps -e | grep ssh   如果结果中有 sshd 表示已经启动,可以远程使用比如secureCRT之类的工具在windows下面进行连接。   2. 安装telnet server   sudo apt-get install openbsd-inetd sudo apt-get install telnetd   然后查看 ...
  终端输入:     sudo apt-get install scim scim-pinyin   安装完成之后可以使用命令方式设置使用哪个输入法,如下:     sudo im-switch –c   选择scim-bridge或者scim-pinyin都可以。   本来网上已经很多教程了,我这里只是简单地笔记一下。  
1. 首先使用命令: mvn archetype:create -DgroupId=com.jwu -DartifactId=jwu-archetype -DarchetypeArtifactId=maven-archetype-archetype 创建 arche type。 该命令在当前目录创建了一个名为 jwu-archetype的 maven项目,具有 src目录和 pom.xml文件。   2. 然后修改 archetype descriptor文件 archetype.xml,在 \jwu-archetype\src\main\resour ...
Global site tag (gtag.js) - Google Analytics