Windows 7에서 cygwin을 사용하여 NS-3 시뮬레이터를 올바르게 설치하는 방법

사용자 5483831

Windows 7에서 NS-3 시뮬레이터를 실행해야하므로 cygwin과 devel, python 및 utils 패키지를 설치했습니다. ./build.py다음과 같이 명령을 실행할 때 문제가 발생했습니다 .

Traceback (most recent call last):
  File "./build.py", line 10, in <module>
    from util import run_command, fatal, CommandError
  File "/home/user-PC/ns-allinone-3.25/util.py", line 3, in <module>
    import subprocess
  File "/usr/lib/python2.7/subprocess.py", line 430, in <module>
    import pickle
  File "/usr/lib/python2.7/pickle.py", line 1266, in <module>
    import binascii as _binascii
ImportError: No such file or directory

.py 디렉토리에서 build.py 파일과 ns-3의 다른 파일이 포함 된 디렉토리로 디렉토리를 변경했습니다 {system root}/cygwin/home/user-PC.

내 ns-3.25 폴더에 다음 파일이 있습니다.

AUTHORS, doc, Makefile, scratch, testpy.supp, VERSION, waf-tools bindings, examples, README, src, utils, waf, wscript CHANGES.html, LICENSE, RELEASE_NOTES, test.py, utils.py, waf.bat, wutils.py.

이 릴리스의 ns-3의 기본 폴더에는 ns-3.25의 폴더를 포함하여 다음이 있습니다.

bake, constants.pyc, pybindgen-0.17.0.post49 + ng0e4e3bc, util.pyc, build.py, netanim-3.107, README, constants.py, ns-3.25, util.py.

이 명령을 시도 python -v build.py |& tee build.log하고 다음을 얻었습니다.

user@user-PC /home/user-PC/ns-allinone-3.25
$ python -v build.py |& tee build.log
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.7/site.pyc matches /usr/lib/python2.7/site.py
import site # precompiled from /usr/lib/python2.7/site.pyc
# /usr/lib/python2.7/os.pyc matches /usr/lib/python2.7/os.py
import os # precompiled from /usr/lib/python2.7/os.pyc
import errno # builtin
import posix # builtin
# /usr/lib/python2.7/posixpath.pyc matches /usr/lib/python2.7/posixpath.py
import posixpath # precompiled from /usr/lib/python2.7/posixpath.pyc
# /usr/lib/python2.7/stat.pyc matches /usr/lib/python2.7/stat.py
import stat # precompiled from /usr/lib/python2.7/stat.pyc
# /usr/lib/python2.7/genericpath.pyc matches /usr/lib/python2.7/genericpath.py
import genericpath # precompiled from /usr/lib/python2.7/genericpath.pyc
# /usr/lib/python2.7/warnings.pyc matches /usr/lib/python2.7/warnings.py
import warnings # precompiled from /usr/lib/python2.7/warnings.pyc
# /usr/lib/python2.7/linecache.pyc matches /usr/lib/python2.7/linecache.py
import linecache # precompiled from /usr/lib/python2.7/linecache.pyc
# /usr/lib/python2.7/types.pyc matches /usr/lib/python2.7/types.py
import types # precompiled from /usr/lib/python2.7/types.pyc
# /usr/lib/python2.7/UserDict.pyc matches /usr/lib/python2.7/UserDict.py
import UserDict # precompiled from /usr/lib/python2.7/UserDict.pyc
# /usr/lib/python2.7/_abcoll.pyc matches /usr/lib/python2.7/_abcoll.py
import _abcoll # precompiled from /usr/lib/python2.7/_abcoll.pyc
# /usr/lib/python2.7/abc.pyc matches /usr/lib/python2.7/abc.py
import abc # precompiled from /usr/lib/python2.7/abc.pyc
# /usr/lib/python2.7/_weakrefset.pyc matches /usr/lib/python2.7/_weakrefset.py
import _weakrefset # precompiled from /usr/lib/python2.7/_weakrefset.pyc
import _weakref # builtin
# /usr/lib/python2.7/copy_reg.pyc matches /usr/lib/python2.7/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.7/copy_reg.pyc
# /usr/lib/python2.7/traceback.pyc matches /usr/lib/python2.7/traceback.py
import traceback # precompiled from /usr/lib/python2.7/traceback.pyc
# /usr/lib/python2.7/sysconfig.pyc matches /usr/lib/python2.7/sysconfig.py
import sysconfig # precompiled from /usr/lib/python2.7/sysconfig.pyc
# /usr/lib/python2.7/re.pyc matches /usr/lib/python2.7/re.py
import re # precompiled from /usr/lib/python2.7/re.pyc
# /usr/lib/python2.7/sre_compile.pyc matches /usr/lib/python2.7/sre_compile.py
import sre_compile # precompiled from /usr/lib/python2.7/sre_compile.pyc
import _sre # builtin
# /usr/lib/python2.7/sre_parse.pyc matches /usr/lib/python2.7/sre_parse.py
import sre_parse # precompiled from /usr/lib/python2.7/sre_parse.pyc
# /usr/lib/python2.7/sre_constants.pyc matches /usr/lib/python2.7/sre_constants.py
import sre_constants # precompiled from /usr/lib/python2.7/sre_constants.pyc
dlopen("/usr/lib/python2.7/lib-dynload/_locale.dll", 2);
import _locale # dynamically loaded from /usr/lib/python2.7/lib-dynload/_locale.dll
# /usr/lib/python2.7/_sysconfigdata.pyc matches /usr/lib/python2.7/_sysconfigdata.py
import _sysconfigdata # precompiled from /usr/lib/python2.7/_sysconfigdata.pyc
# zipimport: found 90 names in /usr/lib/python2.7/site-packages/paramiko-1.16.0-py2.7.egg
# zipimport: found 29 names in /usr/lib/python2.7/site-packages/ecdsa-0.13-py2.7.egg
import encodings # directory /usr/lib/python2.7/encodings
# /usr/lib/python2.7/encodings/__init__.pyc matches /usr/lib/python2.7/encodings/__init__.py
import encodings # precompiled from /usr/lib/python2.7/encodings/__init__.pyc
# /usr/lib/python2.7/codecs.pyc matches /usr/lib/python2.7/codecs.py
import codecs # precompiled from /usr/lib/python2.7/codecs.pyc
import _codecs # builtin
# /usr/lib/python2.7/encodings/aliases.pyc matches /usr/lib/python2.7/encodings/aliases.py
import encodings.aliases # precompiled from /usr/lib/python2.7/encodings/aliases.pyc
# /usr/lib/python2.7/encodings/utf_8.pyc matches /usr/lib/python2.7/encodings/utf_8.py
import encodings.utf_8 # precompiled from /usr/lib/python2.7/encodings/utf_8.pyc
Python 2.7.10 (default, Jun  1 2015, 18:05:38)
[GCC 4.9.2] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
# /usr/lib/python2.7/__future__.pyc matches /usr/lib/python2.7/__future__.py
import __future__ # precompiled from /usr/lib/python2.7/__future__.pyc
# /usr/lib/python2.7/optparse.pyc matches /usr/lib/python2.7/optparse.py
import optparse # precompiled from /usr/lib/python2.7/optparse.pyc
# /usr/lib/python2.7/textwrap.pyc matches /usr/lib/python2.7/textwrap.py
import textwrap # precompiled from /usr/lib/python2.7/textwrap.pyc
# /usr/lib/python2.7/string.pyc matches /usr/lib/python2.7/string.py
import string # precompiled from /usr/lib/python2.7/string.pyc
dlopen("/usr/lib/python2.7/lib-dynload/strop.dll", 2);
import strop # dynamically loaded from /usr/lib/python2.7/lib-dynload/strop.dll
# /usr/lib/python2.7/gettext.pyc matches /usr/lib/python2.7/gettext.py
import gettext # precompiled from /usr/lib/python2.7/gettext.pyc
# /usr/lib/python2.7/locale.pyc matches /usr/lib/python2.7/locale.py
import locale # precompiled from /usr/lib/python2.7/locale.pyc
dlopen("/usr/lib/python2.7/lib-dynload/operator.dll", 2);
import operator # dynamically loaded from /usr/lib/python2.7/lib-dynload/operator.dll
# /usr/lib/python2.7/functools.pyc matches /usr/lib/python2.7/functools.py
import functools # precompiled from /usr/lib/python2.7/functools.pyc
dlopen("/usr/lib/python2.7/lib-dynload/_functools.dll", 2);
import _functools # dynamically loaded from /usr/lib/python2.7/lib-dynload/_functools.dll
# /usr/lib/python2.7/copy.pyc matches /usr/lib/python2.7/copy.py
import copy # precompiled from /usr/lib/python2.7/copy.pyc
# /usr/lib/python2.7/weakref.pyc matches /usr/lib/python2.7/weakref.py
import weakref # precompiled from /usr/lib/python2.7/weakref.pyc
# /usr/lib/python2.7/struct.pyc matches /usr/lib/python2.7/struct.py
import struct # precompiled from /usr/lib/python2.7/struct.pyc
dlopen("/usr/lib/python2.7/lib-dynload/_struct.dll", 2);
import _struct # dynamically loaded from /usr/lib/python2.7/lib-dynload/_struct.dll
import xml # directory /usr/lib/python2.7/xml
# /usr/lib/python2.7/xml/__init__.pyc matches /usr/lib/python2.7/xml/__init__.py
import xml # precompiled from /usr/lib/python2.7/xml/__init__.pyc
import xml.dom # directory /usr/lib/python2.7/xml/dom
# /usr/lib/python2.7/xml/dom/__init__.pyc matches /usr/lib/python2.7/xml/dom/__init__.py
import xml.dom # precompiled from /usr/lib/python2.7/xml/dom/__init__.pyc
# /usr/lib/python2.7/xml/dom/domreg.pyc matches /usr/lib/python2.7/xml/dom/domreg.py
import xml.dom.domreg # precompiled from /usr/lib/python2.7/xml/dom/domreg.pyc
# /usr/lib/python2.7/xml/dom/minicompat.pyc matches /usr/lib/python2.7/xml/dom/minicompat.py
import xml.dom.minicompat # precompiled from /usr/lib/python2.7/xml/dom/minicompat.pyc
# /usr/lib/python2.7/xml/dom/minidom.pyc matches /usr/lib/python2.7/xml/dom/minidom.py
import xml.dom.minidom # precompiled from /usr/lib/python2.7/xml/dom/minidom.pyc
# /usr/lib/python2.7/xml/dom/xmlbuilder.pyc matches /usr/lib/python2.7/xml/dom/xmlbuilder.py
import xml.dom.xmlbuilder # precompiled from /usr/lib/python2.7/xml/dom/xmlbuilder.pyc
# /usr/lib/python2.7/xml/dom/NodeFilter.pyc matches /usr/lib/python2.7/xml/dom/NodeFilter.py
import xml.dom.NodeFilter # precompiled from /usr/lib/python2.7/xml/dom/NodeFilter.pyc
# /usr/lib/python2.7/shlex.pyc matches /usr/lib/python2.7/shlex.py
import shlex # precompiled from /usr/lib/python2.7/shlex.pyc
# /usr/lib/python2.7/collections.pyc matches /usr/lib/python2.7/collections.py
import collections # precompiled from /usr/lib/python2.7/collections.pyc
dlopen("/usr/lib/python2.7/lib-dynload/_collections.dll", 2);
import _collections # dynamically loaded from /usr/lib/python2.7/lib-dynload/_collections.dll
# /usr/lib/python2.7/keyword.pyc matches /usr/lib/python2.7/keyword.py
import keyword # precompiled from /usr/lib/python2.7/keyword.pyc
# /usr/lib/python2.7/heapq.pyc matches /usr/lib/python2.7/heapq.py
import heapq # precompiled from /usr/lib/python2.7/heapq.pyc
dlopen("/usr/lib/python2.7/lib-dynload/itertools.dll", 2);
import itertools # dynamically loaded from /usr/lib/python2.7/lib-dynload/itertools.dll
dlopen("/usr/lib/python2.7/lib-dynload/_heapq.dll", 2);
import _heapq # dynamically loaded from /usr/lib/python2.7/lib-dynload/_heapq.dll
import thread # builtin
dlopen("/usr/lib/python2.7/lib-dynload/cStringIO.dll", 2);
import cStringIO # dynamically loaded from /usr/lib/python2.7/lib-dynload/cStringIO.dll
# /home/user-PC/ns-allinone-3.25/constants.pyc matches /home/user-PC/ns-allinone-3.25/constants.py
import constants # precompiled from /home/user-PC/ns-allinone-3.25/constants.pyc
# /home/user-PC/ns-allinone-3.25/util.pyc matches /home/user-PC/ns-allinone-3.25/util.py
import util # precompiled from /home/user-PC/ns-allinone-3.25/util.pyc
# /usr/lib/python2.7/subprocess.pyc matches /usr/lib/python2.7/subprocess.py
import subprocess # precompiled from /usr/lib/python2.7/subprocess.pyc
import gc # builtin
dlopen("/usr/lib/python2.7/lib-dynload/time.dll", 2);
import time # dynamically loaded from /usr/lib/python2.7/lib-dynload/time.dll
dlopen("/usr/lib/python2.7/lib-dynload/select.dll", 2);
import select # dynamically loaded from /usr/lib/python2.7/lib-dynload/select.dll
dlopen("/usr/lib/python2.7/lib-dynload/fcntl.dll", 2);
import fcntl # dynamically loaded from /usr/lib/python2.7/lib-dynload/fcntl.dll
# /usr/lib/python2.7/pickle.pyc matches /usr/lib/python2.7/pickle.py
import pickle # precompiled from /usr/lib/python2.7/pickle.pyc
import marshal # builtin
dlopen("/usr/lib/python2.7/lib-dynload/binascii.dll", 2);
Traceback (most recent call last):
  File "build.py", line 10, in <module>
    from util import run_command, fatal, CommandError
  File "/home/user-PC/ns-allinone-3.25/util.py", line 3, in <module>
    import subprocess
  File "/usr/lib/python2.7/subprocess.py", line 430, in <module>
    import pickle
  File "/usr/lib/python2.7/pickle.py", line 1266, in <module>
    import binascii as _binascii
ImportError: No such file or directory
# clear __builtin__._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.exitfunc
# clear sys.exc_type
# clear sys.exc_value
# clear sys.exc_traceback
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.flags
# clear sys.float_info
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup __main__
# cleanup[1] cStringIO
# cleanup[1] __future__
# cleanup[1] site
# cleanup[1] sysconfig
# cleanup[1] thread
# cleanup[1] gc
# cleanup[1] select
# cleanup[1] abc
# cleanup[1] _weakrefset
# cleanup[1] gettext
# cleanup[1] sre_constants
# cleanup[1] constants
# cleanup[1] _codecs
# cleanup[1] zope
# cleanup[1] collections
# cleanup[1] _struct
# cleanup[1] _heapq
# cleanup[1] _warnings
# cleanup[1] shlex
# cleanup[1] fcntl
# cleanup[1] zipimport
# cleanup[1] _sysconfigdata
# cleanup[1] optparse
# cleanup[1] struct
# cleanup[1] textwrap
# cleanup[1] _collections
# cleanup[1] strop
# cleanup[1] _functools
# cleanup[1] keyword
# cleanup[1] signal
# cleanup[1] traceback
# cleanup[1] marshal
# cleanup[1] itertools
# cleanup[1] posix
# cleanup[1] exceptions
# cleanup[1] _weakref
# cleanup[1] heapq
# cleanup[1] locale
# cleanup[1] functools
# cleanup[1] encodings
# cleanup[1] operator
# cleanup[1] string
# cleanup[1] encodings.utf_8
# cleanup[1] codecs
# cleanup[1] encodings.aliases
# cleanup[1] re
# cleanup[1] _locale
# cleanup[1] sre_compile
# cleanup[1] _sre
# cleanup[1] sre_parse
# cleanup[2] copy_reg
# cleanup[2] xml.dom
# cleanup[2] xml.dom.NodeFilter
# cleanup[2] xml
# cleanup[2] posixpath
# cleanup[2] errno
# cleanup[2] _abcoll
# cleanup[2] xml.dom.minicompat
# cleanup[2] types
# cleanup[2] genericpath
# cleanup[2] stat
# cleanup[2] warnings
# cleanup[2] UserDict
# cleanup[2] xml.dom.domreg
# cleanup[2] copy
# cleanup[2] os.path
# cleanup[2] xml.dom.minidom
# cleanup[2] weakref
# cleanup[2] linecache
# cleanup[2] time
# cleanup[2] xml.dom.xmlbuilder
# cleanup[2] os
# cleanup sys
# cleanup __builtin__
# cleanup ints: 726 unfreed ints
# cleanup floats

또한 나는 베이킹을 시도하고 다음을 얻었습니다.

user@user-PC /home/user-PC/ns-allinone-3.25/bake/bake
$ ./Bake.py build
./Bake.py: line 26: $' \n Bake.py\n\n This is the main Bake file, it stores all the classes related to the\n basic Bake operation. The class Bake is responsible to identify and \n execute the defined options  \n': command not found
C:/cygwin64/bin/import.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
./Bake.py: line 29: try:: command not found
./Bake.py: line 30: from: command not found
./Bake.py: line 31: except: command not found
./Bake.py: line 32: from: command not found
C:/cygwin64/bin/import.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
C:/cygwin64/bin/import.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
C:/cygwin64/bin/import.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
C:/cygwin64/bin/import.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
C:/cygwin64/bin/import.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
C:/cygwin64/bin/import.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
./Bake.py: line 39: from: command not found
./Bake.py: line 40: from: command not found
./Bake.py: line 41: from: command not found
./Bake.py: line 42: from: command not found
./Bake.py: line 43: from: command not found
./Bake.py: line 44: from: command not found
./Bake.py: line 45: from: command not found
./Bake.py: line 46: from: command not found
./Bake.py: line 47: from: command not found
./Bake.py: line 48: from: command not found
./Bake.py: line 50: syntax error near unexpected token `('
./Bake.py: line 50: `def signal_handler(signal, frame):'

다음cygcheck -c출력입니다. NS-3을 성공적으로 설치하는 방법은 무엇입니까?

Matzeri

https://www.nsnam.org/docs/release/3.25/tutorial/singlehtml/index.html#building-ns3 팔로우

작동하는 것 같습니다. (첫 번째 단계 2357 파일이 컴파일되었으므로 약간 깁니다.)

문제점을 디버그하고 모든 로깅을 저장하여 누락 된 항목을 더 잘 이해하려면 다음을 수행하십시오.

python -v build.py |& tee build.log

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Puppet을 사용하여 저장소를 올바르게 설치하는 방법

분류에서Dev

unity3d를 사용하여 모바일 장치에서 XML 파일을 올바르게로드하는 방법

분류에서Dev

Python 3.XX를 올바르게 설치하는 방법

분류에서Dev

Android Studio에서 support-v7 repo를 올바르게 설치하는 방법

분류에서Dev

Android Studio에서 support-v7 repo를 올바르게 설치하는 방법

분류에서Dev

Ubuntu 18.04에서 gpuR (OpenCL을 올바르게 설치하는 방법) 사용

분류에서Dev

NS-3에서 Ramdomwaypoint 모델을 사용할 때 위치 할당자를 설정하는 방법

분류에서Dev

Perl을 사용하여 Regex에서 TAB을 올바르게 일치시키는 방법은 무엇입니까?

분류에서Dev

헤더와 데이터를 사용하여 Python에서 http 요청을 올바르게 수행하는 방법

분류에서Dev

Chef를 사용하여 Windows에 Xamarin을 설치하는 방법

분류에서Dev

Windows에서 공유 메모리를 올바르게 사용하는 방법

분류에서Dev

VBScript를 사용하여 Excel을 올바르게 닫는 방법

분류에서Dev

Python을 사용하여 JSON에 데이터를 올바르게 추가하는 방법

분류에서Dev

이 예제에서 self를 올바르게 사용하여 문자열을 인쇄하는 방법

분류에서Dev

SCRIPT 명령을 사용하여 SPSS 구문 창에서 Python 3 스크립트를 올바르게 호출하는 방법 (+ 런타임 중 추가 문제)

분류에서Dev

UEFI를 사용하는 120Gb SSD 드라이브에서 듀얼 부팅 Windows 7 및 우분투를 올바르게 설정하는 방법

분류에서Dev

BASH에서 GNU 병렬을 사용하여 curl에 인수를 올바르게 전달하는 방법

분류에서Dev

C #에서 HttpWebRequest를 사용하여 데이터를 올바르게 게시하는 방법

분류에서Dev

Firefox [TTDD with Python]에서 Selenium을 사용하도록 Windows7을 올바르게 설정하는 방법은 무엇입니까?

분류에서Dev

Python : 중첩 된 for 루프를 사용하여 배열에 값을 올바르게 저장하는 방법 (3 개 루프, 3 차원 배열)?

분류에서Dev

dart에서 jsonEncode / jsonDecode를 사용하여 모델을 문자열로 올바르게 전달하는 방법

분류에서Dev

solaris 10에서 md5.sum을 사용하여 .tar.gz를 올바르게 추출하는 방법

분류에서Dev

Reactjs를 사용하여 div 메시지에 대해 scrollHeight 또는 scrollTop을 올바르게 구현하는 방법

분류에서Dev

Windows 7에서 PHP 5.5.7을 사용하여 Zend Server CE 6.3.0에 최신 Xdebug 2.2.4를 설치하는 방법

분류에서Dev

위치에서 이미지를 올바르게 설정하는 방법

분류에서Dev

PHP에서 데이터베이스 레코드를 사용하여 json을 올바르게 루프하고 만드는 방법

분류에서Dev

Windows 바이너리 설치 프로그램 (.msi)을 사용하여 Windows 64BIT에 파이 게임을 설치하는 방법 (ImportError : No module named 'pygame')

분류에서Dev

파이썬에서 'or'& 'and'를 올바르게 사용하는 방법

분류에서Dev

Windows에서 유니 코드 문자를 올바르게 표시하는 방법?

Related 관련 기사

  1. 1

    Puppet을 사용하여 저장소를 올바르게 설치하는 방법

  2. 2

    unity3d를 사용하여 모바일 장치에서 XML 파일을 올바르게로드하는 방법

  3. 3

    Python 3.XX를 올바르게 설치하는 방법

  4. 4

    Android Studio에서 support-v7 repo를 올바르게 설치하는 방법

  5. 5

    Android Studio에서 support-v7 repo를 올바르게 설치하는 방법

  6. 6

    Ubuntu 18.04에서 gpuR (OpenCL을 올바르게 설치하는 방법) 사용

  7. 7

    NS-3에서 Ramdomwaypoint 모델을 사용할 때 위치 할당자를 설정하는 방법

  8. 8

    Perl을 사용하여 Regex에서 TAB을 올바르게 일치시키는 방법은 무엇입니까?

  9. 9

    헤더와 데이터를 사용하여 Python에서 http 요청을 올바르게 수행하는 방법

  10. 10

    Chef를 사용하여 Windows에 Xamarin을 설치하는 방법

  11. 11

    Windows에서 공유 메모리를 올바르게 사용하는 방법

  12. 12

    VBScript를 사용하여 Excel을 올바르게 닫는 방법

  13. 13

    Python을 사용하여 JSON에 데이터를 올바르게 추가하는 방법

  14. 14

    이 예제에서 self를 올바르게 사용하여 문자열을 인쇄하는 방법

  15. 15

    SCRIPT 명령을 사용하여 SPSS 구문 창에서 Python 3 스크립트를 올바르게 호출하는 방법 (+ 런타임 중 추가 문제)

  16. 16

    UEFI를 사용하는 120Gb SSD 드라이브에서 듀얼 부팅 Windows 7 및 우분투를 올바르게 설정하는 방법

  17. 17

    BASH에서 GNU 병렬을 사용하여 curl에 인수를 올바르게 전달하는 방법

  18. 18

    C #에서 HttpWebRequest를 사용하여 데이터를 올바르게 게시하는 방법

  19. 19

    Firefox [TTDD with Python]에서 Selenium을 사용하도록 Windows7을 올바르게 설정하는 방법은 무엇입니까?

  20. 20

    Python : 중첩 된 for 루프를 사용하여 배열에 값을 올바르게 저장하는 방법 (3 개 루프, 3 차원 배열)?

  21. 21

    dart에서 jsonEncode / jsonDecode를 사용하여 모델을 문자열로 올바르게 전달하는 방법

  22. 22

    solaris 10에서 md5.sum을 사용하여 .tar.gz를 올바르게 추출하는 방법

  23. 23

    Reactjs를 사용하여 div 메시지에 대해 scrollHeight 또는 scrollTop을 올바르게 구현하는 방법

  24. 24

    Windows 7에서 PHP 5.5.7을 사용하여 Zend Server CE 6.3.0에 최신 Xdebug 2.2.4를 설치하는 방법

  25. 25

    위치에서 이미지를 올바르게 설정하는 방법

  26. 26

    PHP에서 데이터베이스 레코드를 사용하여 json을 올바르게 루프하고 만드는 방법

  27. 27

    Windows 바이너리 설치 프로그램 (.msi)을 사용하여 Windows 64BIT에 파이 게임을 설치하는 방법 (ImportError : No module named 'pygame')

  28. 28

    파이썬에서 'or'& 'and'를 올바르게 사용하는 방법

  29. 29

    Windows에서 유니 코드 문자를 올바르게 표시하는 방법?

뜨겁다태그

보관