위는 기자가 안티인 예!
아래는 기자가 광팬인 예!
'게임 > 마비노기 영웅전' 카테고리의 다른 글
마비노기 영웅전 - 더 레드의 존나좋군? (4) | 2010.05.13 |
---|---|
안드로메다 샷!!! (8) | 2010.05.06 |
그냥 잘나왔길래 -ㅁ- (0) | 2010.03.28 |
로체스트 가는길 - 양털이 갂고 싶어! (4) | 2010.03.14 |
내 친구가 이걸 사고 싶대! (2) | 2010.03.11 |
마비노기 영웅전 - 더 레드의 존나좋군? (4) | 2010.05.13 |
---|---|
안드로메다 샷!!! (8) | 2010.05.06 |
그냥 잘나왔길래 -ㅁ- (0) | 2010.03.28 |
로체스트 가는길 - 양털이 갂고 싶어! (4) | 2010.03.14 |
내 친구가 이걸 사고 싶대! (2) | 2010.03.11 |
[링크 : http://cvs2svn.tigris.org/cvs2svn.html] |
/home/cvs |-- CVSROOT |-- Project1 |-- Project2 `-- Project3 |
visualSVN (0) | 2010.09.09 |
---|---|
TortoiseSVN tag/branch = copy (2) | 2010.04.30 |
svn / svnadmin 도움말 (0) | 2010.04.23 |
CVS / SVN 장단점, 차이점 비교 (6) | 2010.04.07 |
GIT는 리눅스에서 받으시는걸 추천합니다. (0) | 2010.03.18 |
$ svnadmin help general usage: svnadmin SUBCOMMAND REPOS_PATH [ARGS & OPTIONS ...] Type 'svnadmin help <subcommand>' for help on a specific subcommand. Available subcommands: crashtest create deltify dump help (?, h) hotcopy list-dblogs list-unused-dblogs load lslocks lstxns recover rmlocks rmtxns setlog verify |
$ svnadmin help create create: usage: svnadmin create REPOS_PATH Create a new, empty repository at REPOS_PATH. Valid options: --bdb-txn-nosync : disable fsync at transaction commit [Berkeley DB] --bdb-log-keep : disable automatic log file removal [Berkeley DB] --config-dir arg : read user configuration files from directory ARG --fs-type arg : type of repository: 'fsfs' (default) or 'bdb' |
$ svn help usage: svn <subcommand> [options] [args] Subversion command-line client, version 1.3.2. Type 'svn help <subcommand>' for help on a specific subcommand. Most subcommands take file and/or directory arguments, recursing on the directories. If no arguments are supplied to such a command, it recurses on the current directory (inclusive) by default. Available subcommands: add blame (praise, annotate, ann) cat checkout (co) cleanup commit (ci) copy (cp) delete (del, remove, rm) diff (di) export help (?, h) import info list (ls) lock log merge mkdir move (mv, rename, ren) propdel (pdel, pd) propedit (pedit, pe) propget (pget, pg) proplist (plist, pl) propset (pset, ps) resolved revert status (stat, st) switch (sw) unlock update (up) Subversion is a tool for version control. For additional information, see http://subversion.tigris.org/ |
$ svn help list list (ls): List directory entries in the repository. usage: list [TARGET[@REV]...] List each TARGET file and the contents of each TARGET directory as they exist in the repository. If TARGET is a working copy path, the corresponding repository URL will be used. If specified, REV determines in which revision the target is first looked up. The default TARGET is '.', meaning the repository URL of the current working directory. With --verbose, the following fields will be shown for each item: Revision number of the last commit Author of the last commit If locked, the letter 'O'. (Use 'svn info URL' to see details) Size (in bytes) Date and time of the last commit Valid options: -r [--revision] arg : ARG (some commands also take ARG1:ARG2 range) A revision argument can be one of: NUMBER revision number "{" DATE "}" revision at start of the date "HEAD" latest in repository "BASE" base rev of item's working copy "COMMITTED" last commit at or before BASE "PREV" revision just before COMMITTED -v [--verbose] : print extra information -R [--recursive] : descend recursively --incremental : give output suitable for concatenation --xml : output in XML --username arg : specify a username ARG --password arg : specify a password ARG --no-auth-cache : do not cache authentication tokens --non-interactive : do no interactive prompting --config-dir arg : read user configuration files from directory ARG |
$ svn help checkout checkout (co): Check out a working copy from a repository. usage: checkout URL[@REV]... [PATH] If specified, REV determines in which revision the URL is first looked up. If PATH is omitted, the basename of the URL will be used as the destination. If multiple URLs are given each will be checked out into a sub-directory of PATH, with the name of the sub-directory being the basename of the URL. Valid options: -r [--revision] arg : ARG (some commands also take ARG1:ARG2 range) A revision argument can be one of: NUMBER revision number "{" DATE "}" revision at start of the date "HEAD" latest in repository "BASE" base rev of item's working copy "COMMITTED" last commit at or before BASE "PREV" revision just before COMMITTED -q [--quiet] : print as little as possible -N [--non-recursive] : operate on single directory only --username arg : specify a username ARG --password arg : specify a password ARG --no-auth-cache : do not cache authentication tokens --non-interactive : do no interactive prompting --config-dir arg : read user configuration files from directory ARG --ignore-externals : ignore externals definitions |
TortoiseSVN tag/branch = copy (2) | 2010.04.30 |
---|---|
cvs2svn 사용방법 2 (0) | 2010.04.23 |
CVS / SVN 장단점, 차이점 비교 (6) | 2010.04.07 |
GIT는 리눅스에서 받으시는걸 추천합니다. (0) | 2010.03.18 |
TortoiseGIT (0) | 2010.03.18 |
SAX (Simple API for XML) is a serial
access parser API for XML. SAX
provides a mechanism for reading data from an XML document. It is a
popular alternative to the Document Object Model (DOM). [링크 : http://en.wikipedia.org/wiki/Simple_API_for_XML] |
두 가지 유형의 XML 문서 파서가 있다. 이들은 XML 문서에 액세스하는 방식부터 다르다:
[링크 : http://www.ibm.com/developerworks/kr/library/j-xmljava/] |
Simple
API for
XML (SAX) 는 이벤트 중심 API이다. XML 마크업의
다른 부분들(시작과 끝 태그, 텍스트, 엔터티)에서 실행된 특정 이벤트용 핸들러 코드를 등록한다. 이 파서는 인풋 XML에
기반하여 이러한 이벤트들의 스트림을 보내면, 핸들러 코드는 이를 처리한다. [링크 : http://www.ibm.com/developerworks/kr/xml/standards/x-saxspec.html] |
SAX is the Simple API for XML,
originally a Java-only API.
SAX was the first widely adopted API for XML in Java,
and is a “de facto” standard. [링크 : http://www.saxproject.org/] SAX 공식 |
[해결중] expat 버퍼 관련 문제 (0) | 2010.05.25 |
---|---|
expat으로 smi 자막파일 파싱은 불가? (0) | 2010.05.03 |
xml 트리 탐색 - XML tree navigation (0) | 2010.04.17 |
expat XML_SetCharacterDataHandler() function (0) | 2010.04.09 |
& < > " 는 머지? (0) | 2010.03.31 |
언어 계통따이까다이어족 깜따이어파 Be-Tai Tai-Sek 타이어군 남 서타이 동타이 Chiang Saeng 타이어 |
아프리카아시아어족 셈어파 서셈어군 중 부셈어 북서셈어 가나안어 히 브리어 |
일본어 기본 폰트 및 유니코드 영역(히라가나,가타가나) (8) | 2010.05.19 |
---|---|
Hebrew code range (unicode) (0) | 2010.04.30 |
한글오토마타 관련 문서 (2) | 2010.03.04 |
Unicode BOM(Byte Order Mark) (0) | 2010.03.04 |
국가코드 / 언어코드(country code/ langugae code) (0) | 2010.02.11 |
size_t iconv(iconv_t cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft); |
iconv / gconv 사용시 주의사항(?) - 포팅시 유의사항 (0) | 2010.06.01 |
---|---|
iconv 라이브러리 위치 (0) | 2010.06.01 |
iconv() 함수 사용하기 (6) | 2010.04.20 |
linux iconv 테스트 (0) | 2010.04.20 |
iconv 유틸리티/프로그램 사용하기 (2) | 2010.04.19 |
.............. (10) | 2010.05.25 |
---|---|
2009년 SW 기술자 노임 단가 (2) | 2010.05.18 |
딱고 조이고 기름치고! (0) | 2010.04.21 |
출근일기 - 20100406 (6) | 2010.04.06 |
주간회의 == 인민재판? (0) | 2010.04.06 |
#include "stdio.h" int main(int argc, char *argv[]) { int x = 1; printf("%d %d %d\n", ++x, x, x++); return 0; } You're running into two issues: 1. Undefined behavior -- you are attempting to modify the value of an object more than once between sequence points, and the Standard imposes no requirement on how to handle that behavior. Basically, any expression of the forms: i = i++; j = k++ * k++; foo(i,i++,--i); invoke undefined behavior. Read up on the semantics of the "++" and "--" operators in an *authoritative* reference (the Standard would obviously be one, but also K&R2 or H&S5); they don't work the way most people think they should. 2. Order of evaluation -- AFAIK, there's no requirement that expressions in a function parameter list be evaluated in any particular order. At first blush, it *looks* like the arguments were evaluated from right to left (if x = 1, then x++ evaluates to 1, with the side effect that x == 2, and ++x evaluates to 3, with the side effect that x == 3), but given that you've invoked undefined behavior the actual reason may be something else entirely. [링크 : http://bytes.com/topic/c/answers/222558-operation-x-may-undefined] |
$ gcc -Wall cc_test.c cc_test.c: In function ‘main’: cc_test.c:6: warning: operation on ‘x’ may be undefined cc_test.c:6: warning: operation on ‘x’ may be undefined |
$ ./a.out 3 3 1 |
2 1 1 |
3 3 1 |
수직탭이 모야? (what is the Vertical tab?) (4) | 2010.07.19 |
---|---|
CD-ROM 삽입시 메시지 - win32 api cdrom insert message (2) | 2010.07.04 |
cdecl / stdcall / fastcall (0) | 2010.01.06 |
C++ 클래스 공용 변수 초기화 (3) | 2009.11.25 |
static 변수의 범위(scope of static variable) (0) | 2009.10.29 |
VLC - V4L2 modules (0) | 2010.07.03 |
---|---|
VLC 1.1.0 Luggage (0) | 2010.07.03 |
VLC를 웹 쿼리로 제어하기 - VLC web control (0) | 2010.04.21 |
x264 와 h264의 관계? (0) | 2010.04.15 |
VLC nightly build (0) | 2010.04.13 |
$Id$ This file describes commands available through the requests/ file: Lines starting with < describe what the page sends back Lines starting with > describe what you can send to the page All parameters need to be URL encoded. Examples: # -> %23 % -> %25 + -> %2B space -> + ... status.xml: =========== < Get VLC status information, current item info and meta. > add <mrl> to playlist and start playback: ?command=in_play&input=<mrl> > add <mrl> to playlist: ?command=in_enqueue&input=<mrl> > play playlist item <id>: ?command=pl_play&id=<id> > toggle pause. If current state was 'stop', play item <id>: ?command=pl_pause&id=<id> > stop playback: ?command=pl_stop > jump to next item: ?command=pl_next > jump to previous item: ?command=pl_previous > delete item <id> from playlist: ?command=pl_delete&id=<id> > empty playlist: ?command=pl_empty > sort playlist using sort mode <val> and order <id>: ?command=pl_sort&id=<id>&val=<val> If id=0 then items will be sorted in normal order, if id=1 they will be sorted in reverse order A non exhaustive list of sort modes: 0 Id 1 Name 3 Author 5 Random 7 Track number > toggle random playback: ?command=pl_random > toggle loop: ?command=pl_loop > toggle repeat: ?command=pl_repeat > toggle enable service discovery module <val>: ?command=pl_sd&val=<val> Typical values are: sap shoutcast podcast hal > toggle fullscreen: ?command=fullscreen > set volume level to <val> (can be absolute integer, percent or +/- relative value): ?command=volume&val=<val> Allowed values are of the form: +<int>, -<int>, <int> or <int>% > seek to <val>: ?command=seek&val=<val> Allowed values are of the form: [+ or -][<int><H or h>:][<int><M or m or '>:][<int><nothing or S or s or ">] or [+ or -]<int>% (value between [ ] are optional, value between < > are mandatory) examples: 1000 -> seek to the 1000th second +1H:2M -> seek 1 hour and 2 minutes forward -10% -> seek 10% back playlist.xml: ============= < get the full playlist tree browse.xml: =========== < ?dir=<dir> > get <dir>'s filelist vlm.xml: ======== < get the full list of VLM elements vlm_cmd.xml: ============ < execute VLM command <cmd> ?command=<cmd> > get the error message from <cmd> |
VLC 1.1.0 Luggage (0) | 2010.07.03 |
---|---|
VLC 웹 인터페이스 조작하기 - controlling VLC web interface (0) | 2010.04.22 |
x264 와 h264의 관계? (0) | 2010.04.15 |
VLC nightly build (0) | 2010.04.13 |
VLC 크로스컴파일 - 멀고도 험하다 ㅠ.ㅠ (0) | 2010.03.17 |