Full text search for "DI"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • rewar.sh . . . . 16 matches
         TMPDIR=ztmp_war_exploded
          if [ ! -d ${TMPDIR} ]; then
          info cannot access ${TMPDIR} dir
          cd ${TMPDIR}
          info building ${WAR} ....
          debug remove temp dir ${TMPDIR}.
          info if you want to reuse tmp dir. use -r option
          rm -rf ${TMPDIR}/*
          rmdir ${TMPDIR}
          debug temp dir is not removed.
          debug mkdir ${TMPDIR}
          mkdir ${TMPDIR}
          if [ ! -d ${TMPDIR} ]; then
          info cannot access ${TMPDIR} dir
          cd ${TMPDIR}
          info exploding '${WAR}' file into '${TMPDIR}' dir ....
         if [ -d ${TMPDIR} ]; then
          debug "tmpdir \(${TMPDIR}\) exist. building war..."
          debug ${TMPDIR} NOT exists.
  • Putty설정자동백업 . . . . 9 matches
         set PROPDIR=%USERPROFILE%\Application Data\putty
         rem regedit /s "%PROPDIR%\putty.reg"
         rem regedit /s "%PROPDIR%\puttyrnd.reg"
         rem regedit /ea "%PROPDIR%\putty_tmp.reg" HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
         rem copy "%PROPDIR%\putty_tmp.reg" "%PROPDIR%\putty.reg"
         rem del "%PROPDIR%\putty_tmp.reg"
         rem regedit /s "%PROPDIR%\puttydel.reg"
         regedit /ea "%PROPDIR%\putty_%DATE%.reg" HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
  • gvim.bat . . . . 9 matches
         set VIM_EXE_DIR=C:\Program Files\Vim\vim73
         if exist "%VIM%\vim73\gvim.exe" set VIM_EXE_DIR=%VIM%\vim73
         if exist "%VIMRUNTIME%\gvim.exe" set VIM_EXE_DIR=%VIMRUNTIME%
         if exist "%VIM_EXE_DIR%\gvim.exe" goto havevim
         echo "%VIM_EXE_DIR%\gvim.exe" not found
         start "%VIM_EXE_DIR%\gvim.exe" %VIMARGS%
         start /w "%VIM_EXE_DIR%\gvim.exe" %VIMARGS%
         start "dummy" /b "%VIM_EXE_DIR%\gvim.exe" %*
         start "dummy" /b /wait "%VIM_EXE_DIR%\gvim.exe" %*
  • vim.bat . . . . 7 matches
         set VIM_EXE_DIR=C:\Program Files\Vim\vim73
         if exist "%VIM%\vim73\vim.exe" set VIM_EXE_DIR=%VIM%\vim73
         if exist "%VIMRUNTIME%\vim.exe" set VIM_EXE_DIR=%VIMRUNTIME%
         if exist "%VIM_EXE_DIR%\vim.exe" goto havevim
         echo "%VIM_EXE_DIR%\vim.exe" not found
         "%VIM_EXE_DIR%\vim.exe" %VIMARGS%
         "%VIM_EXE_DIR%\vim.exe" %*
  • 국가코드 . . . . 7 matches
         BRITISH INDIAN OCEAN TERRITORY IO
         BURUNDI BI
         CAMBODIA KH
         INDIA IN
         MALDIVES MV
         SAINT VINCENT AND THE GRENADINES VC
         SAUDI ARABIA SA
  • merge-from-master . . . . 6 matches
         BASE_DIR=/repo3
         if [[ `pwd` != $BASE_DIR ]]; then
          echo Stopped. Not in $BASE_DIR dir.
         cd $BASE_DIR
         rm -rf $BASE_DIR/coup
         git clone coup@gitlab.coup.net:maldives/coup.git
         cd $BASE_DIR/coup
  • WeblogicPasswordReset . . . . 5 matches
         cd <DOMAIN_DIR>/bin
         cd <DOMAIN_DIR>/security
         mv DefaultAuthenticatorinit.ldift DefaultAuthenticatorinit.ldift_bak
         cd <DOMAIN_DIR>/servers/AdminServer
         cd <DOMAIN_DIR>
          * 파일 내용(<DOMAIN_DIR>/servers/AdminServer/security/boot.properties)
  • edithosts.cmd . . . . 4 matches
         {{{%SystemRoot% 와 %WINDIR% 변수 값의 차이는 ? }}}
         copy "%WINDIR%\system32\drivers\etc\hosts" "%USERPROFILE%\hosts.old"
         vi %WINDIR%\system32\drivers\etc\hosts
         copy "%WINDIR%\system32\drivers\etc\hosts" "%USERPROFILE%\hosts.last"
  • AwsGlacier . . . . 3 matches
         $ aws glacier describe-job --account-id - --vault-name photos --job-id nadKuO4U3YzkqONz-elqIHJfuqdcNiUJG0pdHPFCgbFGGJGJ0Y4C4UOt_DIzoziJHSF627OHluLjY7n_gEZqRXcy_aLB
          "JobId": "nadKuO4U3YzkqONz-elqIHJfuqdcNiUJG0pdHPFCgbFGGJGJ0Y4C4UOt_DIzoziJHSF627OHluLjY7n_gEZqRXcy_aLB",
         aws glacier get-job-output --account-id - --vault-name photos --job-id nadKuO4U3YzkqONz-elqIHJfuqdcNiUJG0pdHPFCgbFGGJGJ0Y4C4UOt_DIzoziJHSF627OHluLjY7n_gEZqRXcy_aLB out.json
         IubxeMR4pYpP6I7KfLejxEpYLKXK8RDnCQgyezviFE7d0anX01aiLybs9ZJyNxBDiS7lBoT0Hlbh0NZhkieehivfee8PUSV9UzD197sTQVFhpB6TWMqaHILLKZ7msJR4qmRFKxHQoA,"",2017-05-09T06:27:01Z,93440000,11ec6cac98d8632593e074669ec0c107ebb9a491954e659219aaec9db1a55960
         aws glacier delete-archive --account-id - --vault-name photos --archive-id IubxeMR4pYpP6I7KfLejxEpYLKXK8RDnCQgyezviFE7d0anX01aiLybs9ZJyNxBDiS7lBoT0Hlbh0NZhkieehivfee8PUSV9UzD197sTQVFhpB6TWMqaHILLKZ7msJR4qmRFKxHQoA
  • InstallCert.java . . . . 3 matches
         import java.security.MessageDigest;
          File dir = new File(System.getProperty("java.home") + SEP + "lib"
          file = new File(dir, "jssecacerts");
          file = new File(dir, "cacerts");
          System.out.println("Loading KeyStore " + file + "...");
          MessageDigest sha1 = MessageDigest.getInstance("SHA1");
          MessageDigest md5 = MessageDigest.getInstance("MD5");
          System.out.println(" sha1 " + toHexString(sha1.digest()));
          System.out.println(" md5 " + toHexString(md5.digest()));
          private static final char[] HEXDIGITS = "0123456789abcdef".toCharArray();
          sb.append(HEXDIGITS[b >> 4]);
          sb.append(HEXDIGITS[b & 15]);
          public X509Certificate[] getAcceptedIssuers() {
  • IoC . . . . 3 matches
         MyService내에서는 MailSender에 대한 참조만 가지고 있고 실제 [DI](Dependency Injection)는 [framework]( or container)에 의해 이루어진다.
         (spring 같은 프레임워크에서는 설정파일이나 annotation등을 이용하여 DI를 해주므로 MyService는 framework에 대한 의존성도 없엘 수 있음)
         Dependency Lookup : JNDI등 이용(ex:ejb)
  • picasa . . . . 3 matches
         CHECK_DIR="/disk/mrr1/picture/home-photo/2006/"
         if [ ! -d $CHECK_DIR ]; then
          echo cannot find directory $CHECK_DIR
         mkdir -p ~/tostore/picasa-db-backup-${dt}/
  • 웹서비스를위한역할 . . . . 3 matches
         1.서비스공급자 ==(서비스등록)==>서비스검색에이전시(UDDI)
         2.서비스요청자 ==(서비스검색)==>서비스검색에이전시(UDDI)
         3.서비스검색에이전시(UDDI) ==(서비스위치반환)==> 서비스요청자
  • 60% Keyboard Programmable . . . . 2 matches
         DIP SW 이용 CapsLock을 FN으로 변경 가능, FN은 계속 FN, 이 경우 CapsLock은 없어짐
         CapsLock FN 으로 사용 가능 DIP SW 이용
  • CleanArchitecture-2020 . . . . 2 matches
         #keywords architecture, reading, System Design
         https://anyfile-notepad.semaan.ca/app#edit/GoogleDrive/1VxUSCKWvS2jq7XVYJwHgGDYLfo9gf6xb
         https://anyfile-notepad.semaan.ca/app#edit/GoogleDrive/1wYRHXfNPGlTbO_bPyKmtywbVF2dRc34k
         Every software system provides two different values to the stakeholders: behavior and structure
         If that is allowed to happen, it means the software development team did not fight hard enough for what they knew was necessary.
         = PART 2. Starting with the Bricks: Programming Paradigms =
         == Ch3. Paradigm Overview ==
         https://anyfile-notepad.semaan.ca/app#edit/GoogleDrive/10dgYui3q4Qf5t2OPLEg1yFjVTREr4XBk
         The three paradigms: structured programming, oop, functional programming
         Structured programming imposes discipline on direct transfer of control.
         OOP imposes discipline on indirect transfer of control.
         Functional programming imposes discipline upon assignment.
         https://anyfile-notepad.semaan.ca/app#edit/GoogleDrive/1e5OGzbEKiNPrGXAFCXC8UWnAdpdU9mL3
         Edsger Wybe Dijkstra
         At every level, from the smallest function to the largest component, software is like a science and, therefore, si diven by falsifiability.
         To do so, they employ restrictive disciplines similar to structured programming, albeit at a much higher level.
         https://anyfile-notepad.semaan.ca/app#edit/GoogleDrive/1QgVjnu8sRjAJ5APTA8ahiFyvOtT8QwBh
         Note that the source code dependency between ML1 and the interface I points in the opposite direction compared to the flow of control.
         https://anyfile-notepad.semaan.ca/app#edit/GoogleDrive/1MFnenN3jeKWTwRCqwVkC5VL9eX4xEZkE
         This paradigm is strongly based on the lambda-calculus by Alonzo Church in the 1930s.
  • EbXML등장배경 . . . . 2 matches
         1998년 XML 1.0이 발표된 이후 다양한 전자거래 표준(로제타넷, 커머스넷, eCo, 아리바등)이 등장하였다. XML의 가장 큰 장점은 확장성이다. 기존의 EDI가 사용되는 구문은 정해진 포맷을 사용하여 확장성을 허용하지 않았다. 수십개의 표준화 작업이 진행되고, 각각의 나름대로 서로 다른 프레임워크를 정의한다면, 상호연동성을 도모하는 것은 지극히 어여룽 작업이다. 이렇게 시장이 표준화와 배치되는 방향으로 나아가는 상황에서 XML 기반의 단일 표준화를 추진할 필요성을 인식하고 1999년 11월 국제 EDI 추진기구인 UN/CEFACT가 IT 민간 컴소시엄인 OASIS(Organization for the Advancement of Structured Information Standards)와 공동으로 1999년 11월 부터 18개월 동안 ebXML(e-Business using XML)이라는 체세대 인터넷 전자상거래 표준 프레임워크를 제정하였다.
  • J2EE기반웹서비스 . . . . 2 matches
         [UDDI]레지스트리 서버는 J2EE기술에 포함되어 있지 않고 별도의 서버운영하거나 다른 밴더에서 운영하는 [UDDI레지스트리] 서버를 이용해야 함
  • JWSDP . . . . 2 matches
          * Java API for XML Binding(JAXB) : java class를 xml문서로 marshaling 혹은 반대(unmarshaling) 기능 제공
          * Java API for XML Registries(JAXR) : XML 레지스트리에 일관되게 접근하여 정보검색, 저장하도록 하는 표준 java api제공, xml 레지스트리 종류는 [ebXML]과 [UDDI]레지스트리가 있다
          * Registry Server : 테스트용 [UDDI]레지스트리
         jaxp 최신 버젼을 쓰기위해 JWSDP_HOME/jaxp/lib 이하의 파일들을 사용할수 있도록 잡아준다.(java.endorsed.dirs라는 java 환경변수를 지정하거나 JAVA_HOME/jre/lib/endores 아래에 위의 모든 파일을 복사한다.)
         -Djava.endorsed.dirs=/sun/jwsdp-1.6/jaxp/lib;/sun/jwsdp-1.6/jaxp/lib/endorsed
  • JavaFileCopy . . . . 2 matches
         import java.io.BufferedInputStream;
          File f1 = new File("C:/KTEDI/tr/Gen_in/12345678201010100001ABCD0002.file");
          File f2 = new File("C:/KTEDI/tr/Gen_in/CopyOf12345678201010100001ABCD0002.file");
          ByteBuffer buff = ByteBuffer.allocateDirect(buffSize);
          BufferedInputStream bis = new BufferedInputStream(new FileInputStream(f1));
  • NSIS . . . . 2 matches
         InstallDir $SMSTARTUP
         ;Page directory
          SetOutPath $INSTDIR
          MessageBox MB_OK "설치되었습니다.$\r$\n$\r$\n이제 다음 PC부팅부터는 부팅 후 10분 뒤 자동으로 VOC에 접속합니다.$\r$\n$\r$\n'$INSTDIR'에 설치되었습니다."
  • exiftool . . . . 2 matches
         cf. https://github.com/gimslab/pc-settings/blob/master/bin/exif-check-datetime-from-dirname.sh
         exiftool "-DateTimeOriginal+=5:10:2 10:48:0" DIR
         exiftool -AllDates-=1 DIR
  • 5일차-XMLWebServicesWithJava . . . . 1 match
         [UDDI] 레지스트리
  • BashIfStatements . . . . 1 match
          echo ' export_query.sh WORK_DIR LAST_CHECK_DATE'
  • DIP . . . . 1 match
         ["Meaning of INVERSION from SOLID DIP"]
  • DependencyInjection . . . . 1 match
         [DI]
  • Ducky One 2 Mini . . . . 1 match
         DIP SW 3 ON 해서 Capslock을 FN으로 지정
  • HelpOnProcessingInstructions . . . . 1 match
          * {{{#REDIRECT}}} ''pagename'': redirect to a different page (see MeatBall:PageRedirect'''''')
          * {{{#action}}} ''action name'': set the default action instead of the ''EditText''
          * {{{#redirect}}} ''url''
          * {{{#redirect}}} ''interwiki url''
          * {{{#notwins}}}: disable some TwinPages feature
          * {{{#nocomment}}}: disable auto added ![[Comment]] macro
          * {{{ #camelcase 0}}} or {{{#nocamelcase}}}: disable WikiName syntax
         For more information on the possible markup, see HelpOnEditing.
         [[Navigation(HelpOnEditing)]]
  • Meaning of INVERSION from SOLID DIP . . . . 1 match
         #keywords DIP, SOLID, design
         from wikipeda: https://en.wikipedia.org/wiki/Dependency_inversion_principle
         Traditional layers pattern
         In conventional application architecture, lower-level components (e.g., Utility Layer) are designed to be consumed by higher-level components (e.g., Policy Layer) which enable increasingly complex systems to be built. In this composition, higher-level components depend directly upon lower-level components to achieve some task. This dependency upon lower-level components limits the reuse opportunities of the higher-level components.
         attachment:solid-dip.png
  • NabiOnGnome . . . . 1 match
         export XMODIFIERS="@im=nabi"
  • Pivotal summit 2019 Seoul . . . . 1 match
          * Standadized Marketplace
         #Divinginto Reactive
         https://github.com/mkheck/DIR
  • SOLID . . . . 1 match
         cf. [DIP], [IoC]
         software entities … should be open for extension, but closed for modification.
          - 열려있다 : 확장이 가능한 상태. (wikipedia) A module will be said to be open if it is still available for extension. For example, it should be possible to add fields to the data structures it contains, or new elements to the set of functions it performs.
          - 닫혀있다 : 다른 모듈에 의해 사용가능한 상태. 잘 정의되고 안정적인 디스크립션(interface)을 가지고 있다. (wikipeda) A module will be said to be closed if it is available for use by other modules. This assumes that the module has been given a well-defined, stable description (the interface in the sense of information hiding).[3]
          - 고수준 모듈은 저수준모듈에 의존적이지 않아야 한다. 둘 다 추상화된것에 의존해야한다. (wikipedia)High-level modules should not depend on low-level modules. Both should depend on abstractions.
          - 추상화된것은 상세에 의존적이지 않아야 한다. 상세는 추상에 의존해야한다. (wikipedia)Abstractions should not depend on details. Details should depend on abstractions.
  • Spring1.0특징요약 . . . . 1 match
         DI
  • UDDI . . . . 1 match
         Universal Description Discovery and Integration
         UDDI 레지스트리 : [웹서비스] 중계소 (회사정보, wsdl 문서 url)
  • UDDI레지스트리 . . . . 1 match
         [UDDI]
  • XMLHttpRequest . . . . 1 match
         ||1||LOADING||open()호출후 send()호출전||
  • nabi . . . . 1 match
         [dconf-editor] 이용
         export XMODIFIERS="@im=nabi"
  • vdi . . . . 1 match
         gim@u200:~/zvdi$ cat zsort.sh
         if echo $inp | grep maldives; then
          echo $inp > z.maldives
         cat z.soul567 z.maldives > z.sum
         if diff zold.sum z.sum; then
          echo DDDDIIIIFFFF
         Dim pat, patparts, rxp, inp
         Do While Not WScript.StdIn.AtEndOfStream
          inp = WScript.StdIn.ReadLine()
  • 웹서비스 . . . . 1 match
         [WSDL], [UDDI], [SOA], [XML]
  • 웹서비스의구성요소 . . . . 1 match
         [UDDI] : 모든 인터페이스 정보의 등록 저장소, 인터넷상의 표현과 검색, 통합에 대한 통일 규약
  • 항만운영정보재정비고도화 . . . . 1 match
          * 전국 권역별 분산 EDI(VAN망)
          * UML Editor/ ERD Editor 등 구현도구
Found 40 matching pages out of 1802 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2008-08-27 17:32:32
Processing time 0.0132 sec