摘要:
public List getAllItem(){ Map itemDic = new HashMap(); List> entryList = new ArrayList>(itemDic.entrySet()); if(entryList.size()>0){ List its=new... 阅读全文
摘要:
https://repo.spring.io/release/org/springframework/spring/ 阅读全文
摘要:
1、到oracle的官网下载http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 选择 accept license ,然后选择适合自己机型的JDK下载。2、解压文件,修改文件名 su... 阅读全文
摘要:
1.从本机复制文件到远程scp 文件名 远程计算机用户名@远程计算机的ip:远程计算机存放该文件的路径2.从远程复制文件到本机:scp 远程计算机用户名@远程计算机ip:文件名 存放该文件的本机路径3.本地复制目录到远程scp -r 目录名 远程计算机用户名@远程计算机的ip:远程计算机存放该目录的... 阅读全文
摘要:
package date;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;public class test { public static void main(Strin... 阅读全文
摘要:
首先:打开 系统设置->软件和更新,添加以下源,deb http://archive.ubuntukylin.com:10006/ubuntukylin trusty main然后sudo apt-get updatesudo apt-get install sogoupinyin注销或重启系统后熟... 阅读全文
摘要:
User Name:------------name--------------EMBRACE-------------name--------------License Key:===== LICENSE BEGIN =====24718-1204201000001h6wzKLpfo3gmjJ8x... 阅读全文
摘要:
首先到:https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 下载最新的安装文件。然后:sudoapt-getinstalllibappindicator1libindicator7sudodpkg-igo... 阅读全文
摘要:
执行以下命令:echo"options asus_nb_wmi wapf=4"| sudo tee/etc/modprobe.d/asus_nb_wmi.conf重启 阅读全文