最佳实践listview设置android:descendantFocusability="afterDescendants"或item的根布局设置="blocksDescendants"listview设置android:listSelector="#0000",然后在item的backgroun...
分类:
其他好文 时间:
2016-03-13 19:56:27
阅读次数:
259
1、Eclipse去掉单词拼写检查Window-->Preferences-->General-->Editors-->TextEditors-->Spelling去掉Enablespellchecking前面的勾2、Eclipse加入用户jar包
分类:
系统相关 时间:
2016-03-10 11:02:35
阅读次数:
204
(一),以常用设置"08 77 8F 69"控制条件为例,先搞清楚它――具有的访问权限。1、对"08 77 8F 69"值进行计算,该值定位于各区块3的6,7,8,9四个字节内,字节6=08,字节7=77, 字节8=8F, 字节9=69(默认值,不予计算)。2、例如:字节6=08,对应其二进制值=0
分类:
其他好文 时间:
2016-03-07 16:49:38
阅读次数:
140
1.关闭ssh的UseDNSvi/etc/ssh/sshd_config注:ubuntu的sshd_config文件没有UseDNS参数,而据我了解,其它类*NIX、*BSD操作系统的sshd_config都有UseDNS参数,且它们缺省都是"UseDNSyes",那估计ubuntu的sshd_config虽然没有UseDNS,那它缺省也是"UseDNSyes"了于是,在sshd_config..
分类:
其他好文 时间:
2016-02-19 01:48:07
阅读次数:
368
显示行号 Editor Appearance show line numbers 显示空白符 Show whitespaces 取消自动保存 取消勾选 save files on frame deactivation 修改过的文件标记* Editor Editor Tabs mark modifie
分类:
Web程序 时间:
2016-02-13 12:15:56
阅读次数:
190
一、redis的配置文件redis.conf位置centos:默认在/etc/redis.confubuntu:可以从解压缩后的目录里将配置文件复制到该目录二、启动redis时指定配置文件$redis-server /etc/redis.conf三、常用配置说明daemonize yes #设置后台...
分类:
其他好文 时间:
2016-01-17 20:20:21
阅读次数:
200
1、主题(皮肤)和字体的设置(暂时略过) File ->Settings -> 搜索Font2、文档行号的设置 1,临时设置。右键单击行号处,选择 Show Line Numbers。 2,永久设置。File --> Settings -->Editor -->Appearance , 之后勾...
分类:
其他好文 时间:
2016-01-05 13:58:24
阅读次数:
193
MyEclipse2013 常用设置与其优化1:颜色设置-调整为适合阅读的浅绿色:(1)Window->Preferences->General->Editors->Text Editors->a.Backgroudcolors 背景颜色 设置为RGB(204,232,207)b.Current l...
分类:
系统相关 时间:
2015-12-20 19:15:54
阅读次数:
247
一,redirect属性 在使用Action进行转向的时候,会发现浏览器的地址是不变的,只是服务器内部的一个跳转。比如,我在forward设置转到index.jsp页面,发现浏览器地址还是**.index.action;如果想转向的时候,为重定向,可以使用:二,ActionForward的全局与局部 当有多个Action里面配置了重复的转向的时候,比如,我每次跳转前判断...
分类:
其他好文 时间:
2015-12-16 19:39:02
阅读次数:
166
Unicode统一编码表ASCIIGB2312GBKEclipse的常用配置设置字体样式Window——>preferences——>General——>Appearance——>colorsandFontsBasic——>TextFont代码编辑区域Debug——>ConsoleFont控制台区域...
分类:
系统相关 时间:
2015-12-12 11:04:30
阅读次数:
192