遇到每个列表项有点击事件, onTouchEvent中的MotionEvent.ACTION_DOWN就收不到了。需要用onInterceptTouchEvent截取。http://blog.csdn.net/nono_love_lilith/article/details/7100845Andro...
分类:
移动开发 时间:
2015-01-07 20:28:06
阅读次数:
202
nmaprpm-ivhnmap-4.11-1.1.i386.rpm(安装包)nmap-sp192.168.18.0/24(扫描这个网段有多少IP)UP是回包down是不会包
分类:
其他好文 时间:
2015-01-07 19:12:30
阅读次数:
175
1.下载CodeSmith 6.5 完美破解版http://down.51cto.com/data/436296http://download.csdn.net/detail/gattaca2011/43891962.CodeSmith开发系列资料总结http://terrylee.cnblogs....
分类:
其他好文 时间:
2015-01-07 18:35:51
阅读次数:
162
http://down.51cto.com/data/803625http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bus-intelligence-11g-165436.html
分类:
数据库 时间:
2015-01-07 18:22:56
阅读次数:
202
今天运气真TMD的被,在vmvare里面装win7 64的虚拟机,vmvare居然默认安装在C盘,结果各种环境配好后,C盘占用满了,win7 down掉了,说vmx不是有效的虚拟机文件,关键是重要文件在里面,幸好网上有修复vmx文件的方法:
修复方法:
本方法仅适用.vmx文件损坏而其他文件完好无损的情况。
举例说明:虚拟机名为XP,虚拟机目录为E:\XP\,配置文件...
分类:
其他好文 时间:
2015-01-07 16:50:27
阅读次数:
268
2 down vote favorite3I'm trying to create a simple example of drawing an image to a layer, and then setting that layer's alpha mask. I added the code ...
分类:
其他好文 时间:
2015-01-07 10:56:41
阅读次数:
217
水题,直接贴代码。
//poj 1492
//sep9
#include
using namespace std;
int a[64];
int n;
void deal()
{
int up=0,down=0,upSum=0,downSum=0;
int i,j;
for(i=1;i<n;){
if(a[i]<a[i+1]){
++up;
for(j=i+1;j<=...
分类:
其他好文 时间:
2015-01-07 01:53:11
阅读次数:
163
转自:http://bbs.blueidea.com/thread-2873268-1-1.html准备工作:1、 Apache 2.2.4下载地址:http://cztele1.skycn.com/down/apache_2.2.4-win32-x86-no_ssl.zip2、 Tomcat 6....
nginx配置说明
典型nginx配置文件请参考文件说明。这里只解释nginx负载均衡功能实现。
1、轮询(默认)
每个请求按时间顺序逐一分配到不同的后端服务器,如果后端服务器down掉,能自动剔除。
2、weight
指定轮询几率,weight和访问比率成正比,用于后端服务器性能不均的情况。
例如:
upstream bakend{
server192.168.159.10 ...
分类:
其他好文 时间:
2015-01-06 17:58:06
阅读次数:
229
代码如下: @RequestMapping("/down")
public ModelAndView downApp(HttpServletResponse response,
HttpServletRequest request) {
ModelAndView modelAndView = new ModelAndView( "redirect:stackove...
分类:
编程语言 时间:
2015-01-06 15:57:27
阅读次数:
172