[sql 2008] 한글 깨짐 현상
아래와 같이 테이블 구문을 변경해서 UNICODE로 관리해보십시오. 유니코드로 값을 입력할 경우는 N 을 붙여서 작업하면 됩니다. CREATE TABLE [dbo].[T_Download_Class]( [ClassKey] [int] IDENTITY(1,1) NOT NULL, [ClassName] [nvarchar](100) NULL, [ClassSort] [int] NULL ) INSERT INTO…
timeclock-software
http://timeclock-software.net/ The main administrator screen options. This simple layout is de singed for ease of use. On this screen are the main administrator options for managing the timeclock software. Manage Time Types: This is the category…
List of best free, open source email list management software
List of best free, open source email list management software Email list manager or email list management software is used for managing and sending email newsletters to a list. In this post, I have made a list of best free and open source email list…
hpmyadmin
hpmyadmin 을 설치하기전에 몇가지 설명을 드린 후 본격적으로 설치 진행을 바로 들어가겠습니다. 이 툴은 반드시 없으면 안될정도로 정말 필요할 정도로 중요한데요.데이터베이스 라고 물리적인 공간을 직접 적으로 접근하고 제어하기 위한 웹에서 실행되는 프로그램으로 무료 웹프로그램 제로보드xe 나 워드프레스 등 을 이용해 개인 홈페이지나 블로그를 제작시 가장 필요한 database 입니다. 이것들이 돌아가기 위해선 아파치 서버 라 해서 이 서버에서…
Steve Jobs’ Last Words
I reached the pinnacle of success in the business world. In others’ eyes, my life is an epitome of success. However, aside from work, I have little joy. In the end, wealth is only a fact of life that I am accustomed to. At this moment, lying on the sick…
How To Build Web-Site With AJAX (HTML+CSS+JS+PHP) . . . XHR & jQuery . . .For Beginners
원문보기 Contents Building Simply Chat Designing DB Creating Web-Site What Is Wrong Here? Implementing Simply AJAX In Simply Chat Refreshing Comments Automatically Post Comment Without Reload Simplifying Our JS Via jQuery What Is jQuery. Why It Is…
Developing AngularJs applicatioin as a Beginner
원문보기 Introduction There are many tutorials available online, but still its difficult to understand. Here, I’ve explain how to begin with AngularJs as beginner in very simple way. Background You need to have basics of JAVASCRIPT to understand…
jQuery Syntax
원문보기 « Previous Next Chapter » With jQuery you select (query) HTML elements and perform “actions” on them. jQuery Syntax The jQuery syntax is tailor made for selecting HTML elements and performing some action on the element(s). Basic syntax…
appgyver
원문보기