69 down vote The largest port number is an unsigned short 2^16-1: 65535A registered port is one assigned by the Internet Corporation for Assigned Name...
分类:
Web程序 时间:
2015-05-01 22:33:53
阅读次数:
168
critical-section problema solution to critical-setion problem should satisfy 3 requiremnets:1.Mutual exclusion2.Progress3.Bounded waiting2 & 3的区别?有什么场...
分类:
系统相关 时间:
2015-04-30 15:41:46
阅读次数:
189
基本流程1. 引导需要授权的用户到如下地址:https://api.weibo.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&response_type=code&redirect_uri=YOUR_REGISTERED_REDIRECT_URI2. 如...
分类:
其他好文 时间:
2015-04-28 11:33:49
阅读次数:
438
eXtremeDB HA synchronization procedure...
分类:
数据库 时间:
2015-04-28 09:40:41
阅读次数:
186
Options -> Preferences -> General 去掉 "Backgroud synchronization every " 选项
分类:
其他好文 时间:
2015-04-24 22:35:52
阅读次数:
1440
错误:Component 'TABCTL32.OCX' or one of its dependencies not correctyly registered:a file is missing or invalid解决方法:1、将备用文件中的TABCTL32.OCX文件到D:\WINDOWS\S...
分类:
其他好文 时间:
2015-04-24 21:03:50
阅读次数:
1220
Singleton is a most widely used design pattern. If a class has and only has one instance at every moment, we call this design as singleton. For exampl...
分类:
其他好文 时间:
2015-04-21 07:12:27
阅读次数:
223
INFO BlockManagerMaster: Registered BlockManagerException in thread "main" java.lang.NoClassDefFoundError: org/apache/spark/streaming/kafka/KafkaUtils...
分类:
其他好文 时间:
2015-04-13 18:12:53
阅读次数:
252
概念
VSYNC,vertical synchronization
Refresh Rate 屏幕一秒钟刷新的次数,由硬件决定,单位Hz,一般是60Hz
Frame Rate GPU在一秒内绘制的帧数,单位fps(Frames per second)
具体解释GPU获取图形数据进行绘制,硬件将绘制好的数据呈现在屏幕上,为了使画面在屏幕上流畅的显示,需要保持Frame Rate 在60以上,也就是一次...
分类:
移动开发 时间:
2015-04-11 20:55:37
阅读次数:
186