수안이의 컴퓨터 연구실

  • Mainpage
  • About Me
  • Tags
  • Metapage
  • Notice
  • Location
  • Keywords
  • Guestbook
  • Admin
  • Write an Article
  • Total | 1620628
  • Today | 8
  • Yesterday | 482

2 Articles, Search for 'Keyword'

  1. 2008/01/23 Web Tools의 모든 것
  2. 2007/07/02 C# 키워드 목록
Web2008/01/23 09:18

Web Tools의 모든 것

Search Engines
Backlink Checker
Find a list of backlinks linking to a specific website.
Cloaking Checker
Cloaking Checker
Google Banned Checker
Discover whether a website is banned on Google.
Google Datacenter Search
Search keywords/phrase through different Google data centres.
Google PageRank Prediction
Predict your future Google PageRank.
Index Checker
Check for the total number of pages of a specific website which are present on search engines.
Keyword Density Checker
Analyze a websites to view the optimum keyword distribution.
Keyword Suggestion
Find related keywords matching your search.
Link Popularity
Retrieve a number of backlinks of a specific website from search engines.
Multi-Rank Checker
View multiple Google PageRank and Alexa Ranking in bulk.
PageRank Checker
View Google PageRank on different Google servers.
Rank Checker
Get an overview of a website's ranking.
Search Engine Position
Check your search engine positions on Google Search Engine.
Search Listings Preview
Preview your website on Google, MSN and Yahoo! Search.
Spider View
This tool enables you to view a perpective from a search engine spider.
URL Redirect Checker
Check whether a redirect link is Search Engine Friendly.
Visual PageRank
View the PageRank of links visually rather than in text.
Miscellaneous
.htaccess URL Rewrite
Convert your dynamic URL into a short friendly link.
Anonymous Emailer
Send e-mails to users anonymously.
Google Adsense Calculator
Quickly calculate your Adsense earnings based on Page Impressions.
Google Adsense Preview
Preview what ads are targeted for your website.
Link Shortener
Make a long web address short and easy to remember.
List Cleaner
Clean and remove duplicates from a list.
md5 Encrypt
Use this simple online converter tool to encode any inputted text to md5.
Online Calculator
Use this free and easy online calculator to work out quick calculations.
Unix Time Converter
Convert UNIX internal time formats to a date or Vice versa.
Your Browser Details
Find out your IP address, hostname and your browser details
Domain Checkups
Alexa Traffic Rank
View and compare Alexa Ranking graphs.
Broken Link Checker
Use this tool to check for Broken Links on a website.
Domain Availability
Check for available domain names.
Domain Look-up
Retrieve a range of information about a domain.
Domain Whois
Retrieve a domain whois information.
Instant Domain Checker
Check the availability of domains instantly.
IP Location
Locate the country of an IP Address.
Link Price Calculator
Estimate how much to pay for a link.
Ping Test
Check the presence of an active connection.
Reciprocal Link Checker
Check your reciprocal links to see if link partners are still linking back to your site.
Reverse IP/Look-up
Searches for domain names hosted on your IP address.
Server Status
Check if a website is online or offline.
Website Speed Test
Find out how fast a specific webpage loads.

 
HTML
HTML Encrypt
Hide your HTML source code.
HTML Optimizer
Optimize and clean your HTML source code.
HTTP Headers
Extract the HTTP Headers of a web page.
Link Extractor
Extract links from a specific web page.
Meta-tags Extractor
Extract meta-tags information from a web page.
Meta-tags Generator
Generate and configure your meta-tags.
Source Code Viewer
View the source code of a page.


출처 : http://www.iwebtool.com/tools/

"Web" 카테고리의 다른 글
  • 무료 웹사이트 템플릿 [Free XHTML/CSS Templates] (0)2008/03/06
  • Browser detection (이미지 로딩 하나로 브라우저... (0)2008/02/20
  • Web Tools의 모든 것 (0)2008/01/23
  • 웹 개발을 하고 있다면 참고할 사이트 (0)2008/01/05
  • Google Chart API Article (0)2007/12/24
2008/01/23 09:18 2008/01/23 09:18
Posted by webdizen
Tags Alexa, Backlink, Checker, Cloaking, Density, Google, HTML, Keyword, Link Price, Multi-Rank, Optimizer, PageRank, Traffic, URL Redirect, WebTool
No Trackback No Comment

Trackback URL : http://www.webdizen.net/blog/trackback/3173

Leave your greetings.

[로그인][오픈아이디란?]

Programming/C#2007/07/02 22:09

C# 키워드 목록

출처 : C# and the .NET Platform (Second Edition) - Andrew Troelsen, 장시형 역

C# 키워드 설명
bool, byte, char, float, uint, ulong, ushort, decimal, int, sbyte, short, void, double, long, string, object 이 C# 키워드들은 System 네임스페이스에 있는 구조체들에 대한 별칭으로서, CTS의 핵심 데이터 형식을 나타낸다(서명되지 않은 형식은 CLS를 준수하지 않는다).
null 'null' 키워드는 null 참조를 나타내는 리터럴이다.
true, false 이 키워드들은 System.Boolean 형식에 할당될 수 있는 값들을 나타낸다.
out, ref, params 이 키워드들은 형식 멤버로 전달되는 매개변수를 제어하는 데 이용된다.
public, private, internal, protected 이 키워드들은 형식과 멤버들의 가시성(visibility)을 제어하는 데 이용된다.
class, interface, struct, enum, delegate, event 이 C# 키워드들은 사용자 지정 CTS 형식과 형식 멤버들을 만드는 데 이용된다.
return 이 키워드는 형식 멤버의 반환 값을 지정하는 데 이용된다.
as, is 이 키워드들은 한 형식이 다른 형식과 호환되는지를 런타임에 검사할 때 이용된다.
do, while, foreach, in, for 이 C# 키워드들은 반복 구조를 나타낸다.
if, else, switch, case, default, break 이 C# 키워드들은 반복 구조를 나타낸다.
goto, continue 이 키워드들은 선택 구조와 반복 구조에서 흐름 제어에 이용된다.
try, catch, throw, finally 이 키워드들은 런타임 예외를 처리하는 데 이용된다.
operator, explicit, implicit 이 C# 키워드들은 오버로드된 연산자와 사용자 지정 변환 루틴을 지원하는 형식을 만드는 데 이용된다.
this, base 이 키워드들은 현재 객체나 참조 형식의 기본 클래스를 참조하는 데 이용된다.
abstract, virtual, override 이 C#키워드들은 이용하면 클래스 계층에 다형성을 제공할 수 있다.
namespace 이 키워드는 사용자 지정 형식을 포함하는 사용자 지정 네임스페이스를 정의한다.
using

이 키워드는 두 가지 환경에서 이용될 수 있다.
- 네임스페이스 참조
- 객체 자동 처리(disposal)

new

이 키워드는 두 가지 의미로 사용된다.
- 형식 할당
- 상속된 멤버 shadowing

const 이 키워드를 이용하면 상수(즉, 변경할 수 없는) 데이터 포인트를 생성할 수 있다.
checked, unchecked 이 C# 키워드들은 수치 연산과 변환에 대한 오버플로 검사 컨텍스트를 제어하는 데 이용된다.
unsafe, fixed, stackalloc 이 키워드들은 C#으로 메모리 포인터를 이용한 작업에 필요한 안전하지 않은 컨텍스트를 선언하고 사용하는 데 이용된다.
extern 이 키워드는 어떤 멤버가 외부 C 기반 모듈(PInvoke 연산 동안 사용되는)에 정의되어 있다는 것을 나타내는 데 이용된다.
sealed 이 키워드는 확장될 수 없는 클래스 형식을 만드는 데 이용된다.
sizeof 'sizeof' 연산자는 값 형식의 크기를 바이트로 얻어내는 데 이용된다.
volatile 이 키워드는 확장될 수 없는 클래스 형식을 만드는 데 이용된다.
static 이 키워드는 이 키워드가 정의된 형식의 모든 인스턴스에 의해서 공유되는 멤버(또는 데이터 포인트)를 정의하는 데 이용된다.
lock 이 C# 키워드에 대해서는 다중 스레드 프로그래밍을 살펴보면서 알아보게 될 것인데, 스레드로부터 안전한 코드 블록을 표시하는 데 이용된다.
readonly 이 키워드는 선언하면서 또는 동일 클래스의 생성자에서 값이 할당될 수만 있는 필드를 선언한다.
typeof 이 키워드는 System.Reflection을 살펴볼 때 보게 될 것인데, 이 키워드를 이용하면 이 연산자로 전달된 항목에 대한 메타데이터 기술어(descriptor)가 포함된 System.Type 변수를 얻을 수 있다.
"C#" 카테고리의 다른 글
  • Creational Patterns in C# (0)2007/07/27
  • Exception Handling in C# (0)2007/07/27
  • C# 키워드 목록 (0)2007/07/02
  • Event Handling in .NET Using C# (0)2007/06/26
  • C# 명령줄 컴파일러 옵션 (0)2007/05/03
2007/07/02 22:09 2007/07/02 22:09
Posted by webdizen
Tags C#, Keyword, 키워드
No Trackback No Comment

Trackback URL : http://www.webdizen.net/blog/trackback/3060

Leave your greetings.

[로그인][오픈아이디란?]

«Prev  1  Next»

RSS HanRSS
Blog Image
webdizen
이 곳은 컴퓨터에 대해 연구하고, 공유하고, 소통하기 위한 연구실입니다. 개인적으로는 OLAP, Data Mining, Semantic Web, Data Modeling에 대해서 연구하고 있습니다.

Categories

전체 (2998)
Webdizen (134)
Life (6)
Diary (16)
Blog (9)
IDEA (1)
Travel (10)
Book (14)
Photo (7)
Movie (7)
Music (13)
Leisure Sports (10)
Funny (5)
Hardware (119)
Software (120)
Windows (5)
Unix & Linux (119)
Installation (4)
Kernel (10)
System (34)
Develop (22)
X-Window (0)
Applicaton (31)
Security (4)
Framework (2)
Hadoop (2)
Programming (805)
Algorithm & Data Structure (1)
Assembly (38)
UNIX/Linux C (95)
C++ (128)
STL (4)
Java (38)
Win32 API (92)
ATL/COM (44)
MFC (151)
.NET (26)
WCF/WPF (4)
C# (28)
Network Programming (17)
Database Programming (12)
OpenGL / DirectX (13)
Multimedia Programming (0)
Game Programming (21)
Parallel Distributed Progra... (0)
Reverse Engineering (0)
Debugging (9)
Python (1)
Ruby (1)
Ruby on Rails (1)
QT (4)
GTK (0)
JSP (0)
PHP (6)
ASP.NET (6)
ASP (3)
Development (28)
Useful Library (2)
Data Modeling (0)
Database (105)
Oracle (4)
MSSQL (41)
MySQL (2)
Data Warehouse (2)
Data Mining (3)
Network (66)
Web (78)
DHTML (4)
XHTML (1)
Javascript (1)
CSS (1)
AJAX (9)
XML (11)
Flex (1)
Silverlight (3)
Security (91)
DoS (1)
Kernel (10)
Scanning (3)
Sniffing (0)
Spoofing (4)
Overflow (28)
Web (11)
Shell (10)
Format String (14)
Window (2)
Embedded (70)
Multimedia (27)
Mobile (14)
Graphic (24)
Management (633)
Knowledge (581)
Hadoop (0)

Notice

  • 메타 블로그 사이트에 등록
  • 새해 맞이 블로그의 변화
  • 블로그 명칭 변경
  • 도메인(www.webdizen.net) 구...
  • TEXTCUBE 1.6.1로 업그레이드...

Tags

  • Mashup
  • 율곡관
  • 메인 프레임 윈도우
  • Star Schema
  • 손금
  • TPC-D
  • 영어속독
  • Information Retrieval
  • 강의
  • firefox1.5
  • openssl
  • Windows Workflow Foundation
  • ssh2
  • 리스트
  • 프로필러
  • 디자인 패턴
  • 프로세스 모델링
  • 까무스
  • 데이터 소유
  • HRA

Recent Articles

  • ASCII Code의 CRLF 제거 방법.
  • Hadoop 에서 c++ API 이용시....
  • Ubuntu Linux에서 Hadoop 구....
  • 내 심장을 한껏 뛰게한 "국가....
  • 스타 스키마 데이터베이스 설....

Recent Comments

  • ■ 온라인카지노 ▶ http://L....
    asdf 11/21
  • 그리고 혹시 해외여행자보험....
    kim 11/05
  • ★★실제 바다게임장과 똑같....
    asdf 11/04
  • sbsyama.co.to← 짱5000만당....
    asdf 11/04
  • ♡KicaZ??o(???) 바카라사....
    fdsf3fass 11/03

Recent Trackbacks

  • 파일 열기/저장하기 CFileDialog.
    은마군의 나태블록 02/11
  • World IT Show 2008.
    상우 :: Oranzie's BLOG 2008
  • cvs서버 설치하기.
    3인3색 2008
  • 속속 공개되는 Google Chart....
    PHP와 Web 2.0 2007
  • 마방진을 구하는 프로그램.
    Oranzie's BLOG 3 2007

Archive

  • 2009/09 (3)
  • 2009/08 (1)
  • 2009/03 (1)
  • 2009/02 (9)
  • 2009/01 (13)

Calendar

«   2009/11   »
일 월 화 수 목 금 토
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          

Bookmarks

    • Administration
      • IIS.NET
      • NTFAQ
      • OS의 모든 것
      • 리눅스포털
    • Database
      • SQL Server Central
      • SQL Team
    • Development
      • .NET Heaven
      • ASP Alliance
      • ASP.NET 2.0
      • Bullog.net
      • C# Corner
      • C++ (C PlusPlus.com)
      • C++ Reference
      • CodeGuru
      • CodePlex
      • DebugLab
      • Dev Articles
      • Devpia
      • DotNet Junkies
      • DotNet Zone
      • Driver Online
      • GOSU.NET
      • HOONS 닷넷
      • Joinc 팀블로그
      • KOSR
      • MSDN Home Page
      • OSR Online
      • Sky.ph - 개발자 커뮤니...
      • TAEYO.NET
      • The Code Project
      • WindowsClient.net
      • 김상욱의 개발자 Side
      • 조인시 위키
    • Human Networks
      • belief21c's e-space
      • I think I can
      • Invisible Rover's Blog :D
      • Rodman®
      • ■ Feel So Good~! ■
      • 까만 나비
      • 나를 가꾸는 시간.
      • 나만의 즐거움~~!
      • 단녕
      • 상우 :: Oranzie's BLOG
    • Information Technology
      • Microsoft TechNet
      • 지디넷코리아 - 글로벌...
    • Security
      • FoundStone
      • milw0rm
      • NewOrder
      • OpenRCE
      • Phrack.org
      • Reverse Engineering b1...
      • Reverse Engineering Team
      • RootKit
      • SecurityFocus
      • SecurityXploded by Nag...
      • Wow Hacker
      • Zone-H
Textcube
Louice Studio Inc.
Powered by Textcube. Original designed by Tistory.