http://stackoverflow.com/questions/21140852/start-tabtip-with-numpad-view-open
[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto...
分类:
Windows程序 时间:
2014-05-17 15:25:14
阅读次数:
1105
在ASP.NET中,开发人员经常使用Response.Redirect()方法,用编程的手法,将对老的URL的请求转到新的URL上。但许多开发人员没有意识到的是,Response.Redirect()方法发的是个
HTTP 302 Found (临时转向) 回复,会在用户尝试访问老的URL时,导.....
分类:
其他好文 时间:
2014-05-17 15:02:03
阅读次数:
273
List listGroup = sysGroupBll.Where(o => o.IsSb
== true, o => o.Id).ToList(); List items = new List(); foreach (var group in
listGroup) { items.Add(new...
分类:
Web程序 时间:
2014-05-16 03:30:39
阅读次数:
401
事情发生在访问谷歌的时候。
当在搜索框输入数据之后,提示是这样的:
此页面不能正确地重定向
Firefox 检测到该服务器正在将此地址的请求循环重定向。
此问题可能是因为禁用或拒绝 Cookie 导致。
在网上搜了很长一段时间都没有找到解决办法, 还因此放弃使用火狐好几个月。该用chrome。但是就是喜欢火狐没办法,用chrome的话,瓜机要一直叫...
分类:
其他好文 时间:
2014-05-15 22:56:00
阅读次数:
593
首先讲讲常用状态码:这里指的是服务端返回给客户机的HTTP状态码100-199(1xx)实验引用程序的供应状态码200-299(2xx)表示请求已成功接收、理解并被接受300-399(3xx)表示重定向
301(永久移动) 302(临时移动)400-499(4xx)表示客户端错误500-599(5x...
分类:
其他好文 时间:
2014-05-15 22:37:53
阅读次数:
379
介绍ViewFlipper
ViewFlipper
Simple ViewAnimator that will animate between two or more views that have been added to it. Only one child is shown at a time. If requested, can automatically flip betwee...
分类:
其他好文 时间:
2014-05-15 18:37:44
阅读次数:
356
介绍EditText颤抖的动画效果
Animation1.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except...
分类:
其他好文 时间:
2014-05-15 18:12:00
阅读次数:
345
几个单词
Hierarchy
['ha??rɑ?k?]
n. 层级
思考:每个视图有一个父视图,有0个或者多个子视图
Manipulation
[m?,n?pj?'le??(?)n] n.
操纵;操作
Descendant
[d?'send(?)nt]
n. 后裔;子孙
UIWindow
Feature:
1、UIWindow set up...
分类:
其他好文 时间:
2014-05-15 12:13:20
阅读次数:
430