上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 92 下一页
该文被密码保护。 Read More
posted @ 2013-11-06 12:11 庚武 Views(2) Comments(0) Diggs(0) Edit
http://www.dynarch.com/projects/calendarDoc:http://www.dynarch.com/jscal/This is the documentation of the new Dynarch Calendar (“JSCal2”). Note that it is not compatible with our old calendar project. The new calendar has less predefined ways to setup, and rather focuses on an extensive API that you Read More
posted @ 2013-11-01 14:47 庚武 Views(1470) Comments(0) Diggs(0) Edit
该文被密码保护。 Read More
posted @ 2013-10-26 18:09 庚武 Views(1) Comments(0) Diggs(0) Edit
该文被密码保护。 Read More
posted @ 2013-10-09 00:30 庚武 Views(3) Comments(0) Diggs(0) Edit
posted @ 2013-10-06 16:21 庚武 Views(201) Comments(0) Diggs(0) Edit
这是设定系统当前调试器的,你可以在注册表中自己设置一下,位置是:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\AeDebug,把里面的Debugger键值设置为:C:\ProgramFiles\Borland\Delphi5\Bin\bordbg50.exe"aeargs%ld%ld原为:"c:\WINDOWS\system32\vsjitdebugger.exe" -p %ld -e %ldWindows Registry Editor Version 5.00[HKEY_LOCAL Read More
posted @ 2013-09-27 21:46 庚武 Views(1057) Comments(0) Diggs(0) Edit
https://fedoraproject.org/wiki/How_to_edit_iptables_rules?rd=User_talk:RforlotListing RulesCurrent running iptables Rules can be viewed with the commandiptables -L.Numeric port valueThe list of Rules with the -L command option shows ports by their service name rather than port number. To see the por Read More
posted @ 2013-09-22 18:02 庚武 Views(810) Comments(0) Diggs(1) Edit
// stdafx.h : include file for standard system include files,// or project specific include files that are used frequently, but// are changed infrequently//#if !defined(AFX_STDAFX_H__A3DDEB0A_0CE3_44DE_9AD8_B5AD12758B55__INCLUDED_)#define AFX_STDAFX_H__A3DDEB0A_0CE3_44DE_9AD8_B5AD12758B55__INC... Read More
posted @ 2013-09-19 23:25 庚武 Views(264) Comments(0) Diggs(0) Edit
GDI映射模式(mapping mode):和映射模式紧密相关的还有4个其它的设备环境属性:1.窗口原点(window origin)2.视口原点(viewport origin)3.窗口范围(window extents)4.视口范围(viewport extents)所有GDI函数中(如TextOut),参数坐标值都是“逻辑单位(logical unit)”, Windows必须将逻辑单位转换为“设备单位(device unit)”Windows定义了8种映射模式。他们在WINGDI.H中定义的标识符如下表示.映射模式被定义为从“窗口”(window)(逻辑坐标)到“视口”(viewpor Read More
posted @ 2013-09-16 00:47 庚武 Views(686) Comments(0) Diggs(0) Edit
var foo = function(){ var cnt = 0; return function(){ return cnt++; };};var closure = foo();console.log(closure());console.log(closure());console.log(closure()); 一个可调用对象引用一外部的变量(但又不是全局变量)时,就形成了闭包。 Read More
posted @ 2013-09-10 21:50 庚武 Views(167) Comments(0) Diggs(0) Edit
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 92 下一页