Home »
Archive by category Blog (Page 16)
아래와 같이 테이블 구문을 변경해서 UNICODE로 관리해보십시오. 유니코드로 값을 입력할 경우는 N 을 붙여서 작업하면 됩니다. CREATE TABLE [dbo].[T_Download_Class]( [ClassKey] [int] IDENTITY(1,1) NOT NULL, [ClassName] [nvarchar](100) NULL, [ClassSort] [int] NULL ) INSERT INTO [Korea_Docs].[dbo].[T_Download_Class] ([ClassName] ,[ClassSort]) VALUES (N‘핸드북’,’1′)
Continue reading
April 7, 2016 techsupport
Blog, Tech
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 of the time, such as vacation, overtime, sick time. Manage Date...
Continue reading
January 17, 2016 techsupport
Blog, Tech
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 management software and...
Continue reading
January 17, 2016 techsupport
Blog, Tech
hpmyadmin 을 설치하기전에 몇가지 설명을 드린 후 본격적으로 설치 진행을 바로 들어가겠습니다. 이 툴은 반드시 없으면 안될정도로 정말 필요할 정도로 중요한데요.데이터베이스 라고 물리적인 공간을 직접 적으로 접근하고 제어하기 위한 웹에서 실행되는 프로그램으로 무료 웹프로그램 제로보드xe 나 워드프레스 등 을 이용해 개인 홈페이지나 블로그를 제작시 가장 필요한 database 입니다. 이것들이...
Continue reading
January 12, 2016 techsupport
Blog, Tech
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...
Continue reading
January 6, 2016 techsupport
Blog, Tech
원문보기 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 Interesting jQuery vs Raw JS. Some Popular Myths How To Port...
Continue reading
December 31, 2015 techsupport
Blog, Tech
원문보기 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 working. Using the code I am going to create...
Continue reading
December 31, 2015 techsupport
Blog, Open Source, Tech
Continue reading
December 30, 2015 techsupport
Blog, Tech
원문보기 « 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 is: $(selector).action() A $ sign to define/access jQuery A...
Continue reading
December 18, 2015 techsupport
Blog, Tech
원문보기
Continue reading
December 14, 2015 techsupport
Blog, Tech