摘要:
tar [-c/x z/j/Z] 打包压缩后的文件名 要压缩的文件名或目录名 -c 建立一个打包文件 -x 解开一个打包文件 -v 显示文件 -f 使用文件名,在f后直接使用文件名,不能再跟参数 -z 调用gzip/gunzip程序 -j 调用bzip2/bunzip2程序 -Z 调用compres 阅读全文
摘要:
新的Linux系统安装好以后,yum的源还是需要配置一下的,我使用的是redhat6.6版本,同时为了不注册而使用更多的yum源的资源,也需要做一下的修改。 1. 删除redhat原有的yum源 2. 下载新的yum安装包 这里我们会使用到CentOS的yum源,在wget前最好去“http://m 阅读全文
摘要:
用字符串存储多个子字符串,取字符串以逗号隔开的两个子字符串 阅读全文
摘要:
在AndroidManifest.xml文件里面的activity标签中加入以下属性 阅读全文
摘要:
1. 2. 3. 阅读全文
摘要:
1. Windows > Preferences > General > Content Types, set UTF-8 as the default encoding for all content types. 2. Windows > Preferences > General > Work 阅读全文
摘要:
1. 下载Tomcat并安装: http://tomcat.apache.org/download-60.cgi 2. 下载最新Eclipse的Tomacat插件: http://www.eclipsetotale.com/tomcatPlugin.html 3. 将第2步下载下来的文件夹放到Ecl 阅读全文