본문 바로가기
반응형

IT-개발,DB729

[개발/ASP] Creating GridView Columns Dynamically (Part 1) Creating GridView Columns Dynamically (Part 1) http://www.dotnetbips.com/articles/56fadcb9-ee8b-4170-a6ad-cd4f38222bcb.aspxCreating GridView Columns Dynamically (Part 1)IntroductionMany months back I wrote three articles - Creating DataGrid Programmatically, Creating DataGrid Templated Columns Dynamically - Part I and Creating DataGrid Templated Columns Dynamically - Part II. Even today these ar.. 2015. 2. 24.
[개발/ASP] Creating GridView Columns Dynamically (Part 1, 2) 소스코드 Creating GridView Columns Dynamically (Part 1, 2) 소스코드 IntroductionFew months back I wrote article on how to create DataGrid programatically. The article explained how to created a DataGrid with bound columns on the fly. Many readers asked whether we can do similar thing with templated columns. This two part article explains just that. There are actually two ways to create DataGrid templated col.. 2015. 2. 24.
[개발/ASP] Creating GridView Columns Dynamically (Part 2) Creating GridView Columns Dynamically (Part 2) http://www.dotnetbips.com/articles/0b4f8e1c-39e6-4070-abc0-7a970e7553bc.aspxCreating GridView Columns Dynamically (Part 2)IntroductionIn Part 1 you learned to create Bound Fields and Command Fields dynamically. Often your grid layout is beyond the capabilities of in-built column types and you need to use Template Fields. For example, let's say you a.. 2015. 2. 24.
[개발/문서] 디자인패턴 - ① 디자인패턴 디자인 패턴이란 무엇인가? 프로그래밍을 작성할 때 누구나 나름대로 많은 생각하는 바가 있을 것이다. 수 많은 프로그래머들이 있었고 그들은 유사한 문제점을 나름대로 고민하여 좋은 해결책을 제시하였다. 필자들의 경우에는 다른 프로그래머들의 좋은 소스 코드들을 참조하고 그들이 많은 시간을 들여 구현한 클래스의 구조를 필자들의 코드에 반영하고 싶었다. ... 소프트웨어의 제작 소프트웨어를 제작하는 일은 영화의 제작과 유사한 점들이 많이 있다. 영화를 만들기 위해서 어떠한 것들이 필요한가? 제작자, 시나리오, 감독, 조감독, 촬영 기사, 플롯, 배우 등의 모든 구성 요소들이 영화를 결정한다. 타이타닉과 같은 대작을 만들기 위해서는 더욱 정교하고 알찬 기술 요소들이 필요하다. 소프트웨어의 제작도 영화와 .. 2015. 2. 4.
[IT/개발] 유명한 ZTERM 1.41 텔넷 프로그램 유명한 ZTERM 1.41 텔넷 프로그램 텔넷(Telnet) 프로그램으로 유명한 ZTERM 2015. 2. 4.
[mysql] 제로카운터 - zerocounter 100일간만 데이터보관법 //------------------- 카운터 값 읽어오는 부분 ---------------------------------------------------------------------- $date = 60 * 60 * 24 * 100; mysql_query("delete from counter_ip where (".time()." - date) >= ".$date) or error(mysql_error()); mysql_query("delete from counter_referer where (".time()." - date) >= ".$date) or error(mysql_error()); --------------- 제로카운트설치후 그냥 방치하면, 홈피속도가 떨어지고 홈이 죽을수도 있습니다. 이.. 2015. 2. 3.
반응형