挂接命令(mount)首先,介绍一下挂接(mount)命令的使用方法,mount命令参数非常多,这里主要讲一下今天我们要用到的。命令格式:mount [-t vfstype] [-o options] device dir其中:1.-t vfstype 指定文件系统的类型,通常不必指定。mount ...
分类:
系统相关 时间:
2014-06-28 19:16:56
阅读次数:
296
ollbackset interfaceset routing-options static更改初始密码set system root-authentication plain-text-password 回车New password:retypenewpassword:set system log...
分类:
其他好文 时间:
2014-06-28 18:41:10
阅读次数:
1528
ListView 中有多个选项,长按每个选项,都能弹出一个上下文菜单,并能获取所按选项的详细信息。关键步骤:private static final int DELETE_ID = Menu.FIRST + 1;//使用Menu.FIRST常量而不使用其他常量的原因:程序封装的变量 用起来不占内存 ...
分类:
移动开发 时间:
2014-06-28 17:56:45
阅读次数:
347
tomcat:java.lang.outofmemoryerror permgen space1、设置tomcat6w.exe在Java Options添加:-XX:PermSize=256m-XX:MaxPermSize=512m2、在环境变量里面配置:环境变量:-Xms512m -Xmx1024...
分类:
其他好文 时间:
2014-06-28 17:45:42
阅读次数:
173
有木有常常需要把msfpayload获得的内容通过R命令导入管道输出至msfencode中进行编码,有木有觉得这一切很麻烦,metasploit的开发人员早就想到了。msfvenom是msfpayload和msfencode的结合体,用起来更方便了。Usage:msfvenom [options] ...
分类:
Web程序 时间:
2014-06-28 16:38:58
阅读次数:
287
Recently I am trying to run the sliding menu examples which was given in this blog:http://www.curious-creature.org/2012/12/14/android-recipe-3-sliding...
分类:
移动开发 时间:
2014-06-28 15:06:19
阅读次数:
421
1. gocrawl 类结构 1 // The crawler itself, the master of the whole process 2 type Crawler struct { 3 Options *Options 4 5 // Internal fields 6 ...
分类:
其他好文 时间:
2014-06-28 13:52:36
阅读次数:
175
/* * Created by SharpDevelop. * User: Administrator * Date: 2013/11/18 * Time: 20:55 * * To change this template use Tools | Options | Coding | Edit ....
分类:
其他好文 时间:
2014-06-28 12:34:14
阅读次数:
466
有时候,我们的页面中可能会包含一些布局,这些布局默认是隐藏的,当用户触发了一定的操作之后,隐藏的布局才会显示出来。比如,我们有一个Activity用来显示好友的列表,当用户点击Menu中的“导入”以后,在当前的Activity中才会显示出一个导入好友的布局界面。从需求的角度来说,这个导入功能,一般情...
分类:
移动开发 时间:
2014-06-20 19:38:21
阅读次数:
260
第一部分 个性化控件(View)主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar、TextView、ScrollView、TimeView、TipView、FlipV...
分类:
移动开发 时间:
2014-06-20 16:20:13
阅读次数:
929