# 비스타용 커널 패치 http://www.remkoweijnen.nl/blog/2009/06/23/patch-vistas-kernel-to-address-more-than-4-gb-of-memory/ 또는 # 윈도우7 7600RTM용 커널 패치 # 비스타/윈도우7 패치 http://zh-deepxw.blogspot.com/2009/04/readyfor4gb.html # 출처 http://www.raymond.cc/blog/archives/2009/08/19/make-windows-7-and-vista-32-bit-x86-support-more-than-4gb-memory/
기존의 스크립트를 prototype 1.6.3 의 Class 생성에 맞게 직접 패치했다. 스크립트 // Copyright (c) 2006 Gabriel Lanzani (http://www.glanzani.com.ar) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, ..
인터넷 익스플로러용 광고제거 유틸
prototype.js function menuButtonMouseOver(event) { var menuButton = $('api_menu_button'); var target = event.element(); if (target === menuButton || target.descendantOf(menuButton)) { $('api_menu').show(); } } function menuButtonMouseOut(event) { var menuButton = $('api_menu_button'); var menu = $('api_menu'); var target = event.element(), related = event.relatedTarget || event.toElement; if (re..
첫 페이지는 Classic ASP 페이지다. 여기서 최초 세션을 생성한다. 마지막에 ASPPage2.asp 로 이동한다. ASPPage1.asp ========================================================================== 두번째 페이지는 첫페이지에서 생성한 세션들을 폼과 히든 필드를 이용하여 ASP.NET 페이지로 던져준다. ASPPage2.asp ============================================================================ Classic ASP 페이지의 폼을통해 전송된 변수들을 ASP.NET 세션에 담는다. DestPage 라는 세션변수의 값에 담겨진 주소로 이동한다. ASPNETPage..
PageSize = 10 ListSize = 20 CurrentPage = 1 SELECT * FROM ( SELECT TOP (ListSize) * FROM ( SELECT TOP (CurrentPage * ListSize) [필드1], [필드2], [필드3] FROM [테이블명] WHERE [조건] ORDER BY [필드1], [필드2]) LA ORDER BY [필드1] DESC, [필드2] DESC) LB ORDER BY [필드1], [필드2] - select 할 필드들은 3번째 top 문에만 적어주면 된다. - 조건문 또한 3번째 top 문에만 적어주면 된다. - 3번째 top 문의 order by 가 desc 이면 4번째 desc 로 적힌 order by 는 asc 로 해야한다. [출처] max..
- Total
- Today
- Yesterday
- IE
- laravel
- git
- API
- nginx
- JSON
- Prototype
- centos
- 안드로이드
- iphone
- iis
- sencha touch
- Docker
- 한글
- javascript
- Android
- classic asp
- mssql
- Linux
- nodejs
- PHP
- CSS
- macos
- 워드프레스
- ASP
- Wordpress
- JQuery
- Debug
- Mac
- IOS
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |