转自:https://www.blackmoreops.com/2013/10/27/how-to-increase-tx-power-signal-strength-of-wifi/ This guide contains 3 different methods to increase your ...
分类:
其他好文 时间:
2016-11-18 18:48:02
阅读次数:
307
Ombrophobic Bovines Description FJ's cows really hate getting wet so much that the mere thought of getting caught in the rain makes them shake in thei ...
分类:
其他好文 时间:
2016-11-18 16:04:53
阅读次数:
192
Vector 可实现自动增长的对象数组。 java.util.vector提供了向量类(vector)以实现类似动态数组的功能。在Java语言中没有指针的概念,但如果正确灵活地使用指针又确实可以大大提高程序的质量。比如在c,c++中所谓的“动态数组”一般都由指针来实现。为了弥补这个缺点,Java提供 ...
分类:
编程语言 时间:
2016-11-18 14:15:17
阅读次数:
259
别在MFC了,先分析下,上图 我们以左上角为坐标原点,用position_width和position_height来保存当前显示坐标。 根据msdn说明,滚动条默认情况下的值在0~100之间。 根据图可以知道positon_width的活动范围是0到canvas_width-screen-widt ...
分类:
编程语言 时间:
2016-11-18 07:29:01
阅读次数:
289
一、事件模型
IE 和 标准DOM的事件模型
IE系:冒泡方式
NETSCAPE系:捕获方式
标准DOM:先捕获再冒泡冒泡,从触发点向外层、顶层扩散,最后到达document、window,遇...
分类:
编程语言 时间:
2016-11-18 00:24:06
阅读次数:
265
转自:https://i.cnblogs.com/EditPosts.aspx?opt=1 以下是原文: 1. 各种存储方案的简单对比 Cookies:浏览器均支持,容量为4KB UserData:仅IE支持,容量为64KB Flash:100KB,非HTML原生,需要插件支持 Google Gea ...
分类:
编程语言 时间:
2016-11-17 13:41:31
阅读次数:
195
UIAlertView *theAlert = [[[UIAlertViewalloc] initWithTitle:@"Attention" message:@"I'm a Chinese!"delegate:nilcancelButtonTitle:@"Cancel" otherButtonTi ...
分类:
其他好文 时间:
2016-11-17 01:35:45
阅读次数:
223
1.DataGridView实现课程表 testcontrol.rar 2.DataGridView二维表头及单元格合并 DataGridView单元格合并和二维表头.rar myMultiColHeaderDgv.rar 3.DataGridView单元格显示GIF图片 gifanimationi ...