태그>bind(총 16개의 글)
'bind' 관련 최근글
-
- 스코프와 this, apply, call, bind

-
링고파이 by 링고파이|2020/01/10 14:17
자바스크립트의 this는 무엇인가? 일단 두괄식으로 두고 시작하겠다. 엔진이 현재 포인트를 두고 있는 객체, 즉 현재 호출한 부분. 이다. 자바스크립트는 렉시컬스코프를 지원하긴 하지만 (문법상에서 식별자..
javascript, apply, call, bind, this
- 스코프와 this, apply, call, bind
-
- asp:DataGrid 내에 CheckBox DataBind 하는 방법

-
IT Note by Pyran|2015/01/13 16:29
ASP.NET <asp:CheckBox ID="Kai" runat="server" class="checkbox" Checked='<%#(DataBinder.Eval(Container.DataItem, "Kai").ToString() = "1" ? true : fal..
- asp:DataGrid 내에 CheckBox DataBind 하는 방법
-
- [CSGO] 유용한 bind, 콘솔 팁

-
Andygarcia's BLOG by Andygarcia|2014/08/05 13:36
0. 스팀 CSGO 속성 탭 "시작 옵션 설정."에 +exec autoexec.cfg 한 줄을 추가해주면 CSGO 실행 시 자동으로 autoexec.cfg를 불러옵니다.- autoexec.cfg는 보통 C:Program Files..
Andygarcia, CSGO, bind, 바인드, 글옵
- [CSGO] 유용한 bind, 콘솔 팁
-
- BIND Convert Slave Raw Format

-
황제펭귄의 IT by 황제펭귄|2013/03/19 14:08
In Bind v9.9.0 the default option for zone file format on a slave is a raw binary format. For troubleshooting these can be converted back to text using named-compilezone. An example is shown below:/usr/sbin/named-compilezone -f..
- BIND Convert Slave Raw Format
-
- C :: Unix Domain Socket :: socket() & bind()

-
do { Jazz jzz = JazzFactory.newInstance(feel); jzz.play(); } while(true); by myou|2011/01/31 01:30
1 #include 2 #include 3 #include 4 #include 5 6 int 7 main() { 8 int sfd = -1; 9 10 struct sockaddr_un saddr; 11 12 if ((sfd = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) { 13 perror("socket"); 14 return -1; 15 } 16 17 ..
- C :: Unix Domain Socket :: socket() & bind()
-
- Name Server(bind-9.6.1) 설치

-
:: Rainbow :: by 멋진쟈니|2010/03/31 00:23
CentOS 5.3 Bind-9.6.1 # ./configure -disable-openssl-version-check # make # make install # vi /var/named/chroot/etc/named.caching-nameserver.conf // // named.caching-nameserver.conf // // Provided by Red Hat caching-..
- Name Server(bind-9.6.1) 설치
-
- DNS 설정 - [CentOS5.3] BIND9.3 이상

-
:: Rainbow :: by 멋진쟈니|2009/08/24 10:45
CentOs5.3에 BIND 9.3.4-P1 설치 과정 1. CentOs에서 bind 설치확인(caching-nameserver 설치요망) [root@ns1 named]# rpm -qa |grep bind kdebindings-3.5.4-6.el5 ypbind-1.19-11.el5 bind-chroot-9.3.4-10.P1.el5_3.3 bind-libs-9.3.4-10.P1.el..
- DNS 설정 - [CentOS5.3] BIND9.3 이상
-
- [memo/Js] simple bind - digital-web.com

-
낭망글루 by 낭망백수|2008/10/15 18:49
from. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> Complication - digital-web.com function BigComputer(answer){ this.the_answer = ans
javascript, scope, bind, code
- [memo/Js] simple bind - digital-web.com
-
- Socket

-
amplengine님의 이글루 by amplengine|2008/03/31 13:24
출처 : http://www.joinc.co.kr/modules/moniwiki/wiki.php/article_socket_layer#AEN14 차례 1. Socket 에 대한 기본지식 1.1. Socket Layer 1.2. 왜 Layer 구조를 가지는가 1.3. Socket 1.4. socket API 1.4.1. 소켓 생성 및 연결 1.4.1.1. socket(2) 함수 1..
- Socket
-
- [wxPython] 이벤트03 (사이즈 이벤트 예제 : w..

-
Python Developer by 하린아빠|2008/02/26 18:52
#!/usr/bin/python # -*- coding: cp949 -*- # moveevent.py import wx class MoveEvent(wx.Frame): def _init_(self, parent, id, title): wx.Frame_init_(self, parent, id, ti..
- [wxPython] 이벤트03 (사이즈 이벤트 예제 : w..




