-> Root    __기준

-> Applications    __바로가기로 이동

-> MobileSafari.app   __로 이동

          /var/stash/_.(알파벳뒤섞인 단어)/Applications/MobileSafari.app    __에 도착

-> SearchEnginesFallback.plist __textedit

 

<string>https://www.google.{topLevelDomain}/search?q={searchTerms}&ie=UTF-8&oe=UTF-8&hl=KR&client=safari</string>

'hl=' 뒷부분에 국가코드 약어 두 글자를 적어주시면 됩니다.

 

 

이 파일에서 사파리 주소표시줄 검색을 yahoo든 bing이든 임의의 사이트를 추가하고 명령어도 customizing 가능합니다.

  • Before proceeding with the installation process below, create a zero-byte file in C:\Windows called MSJAVA.DLL. The setup process will look for this file, and if it doesn't find it, will force an installation of old, old Java, and require a reboot. By creating the zero-byte file, the installation of moldy Java is bypassed, and no reboot will be required. Turn off UAC.
  • Insert Visual Studio 6 CD.
  • Exit from the Autorun setup.
  • Browse to the root folder of the VS6 CD.
  • Right-click SETUP.EXE, select Run As Administrator.
  • On this and other Program Compatibility Assistant warnings, click Run Program.
  • Click Next.
  • Click "I accept agreement", then Next.
  • Enter name and company information, click Next.
  • Select Custom Setup, click Next.
  • Click Continue, then Ok.
  • Setup will "think to itself" for about 2 minutes. Processing can be verified by starting Task Manager, and checking the CPU usage of ACMSETUP.EXE.
  • On the options list, select the following:
    • Microsoft Visual Basic 6.0
    • ActiveX
    • Data Access
    • Graphics
    • All other options should be unchecked.
  • Click Continue, setup will continue.
  • Finally, a successful completion dialog will appear, at which click Ok. At this point, Visual Basic 6 is installed.
  • If you do not have the MSDN CD, clear the checkbox on the next dialog, and click next. You'll be warned of the lack of MSDN, but just click Yes to accept.
  • Click Next to skip the installation of Installshield. This is a really old version you don't want anyway.
  • Click Next again to skip the installation of BackOffice, VSS, and SNA Server. Not needed!
  • On the next dialog, clear the checkbox for "Register Now", and click Finish.
  • The wizard will exit, and you're done. You can find VB6 under Start, All Programs, Microsoft Visual Studio 6. Enjoy!
  •  

     

    --설치이후--


    1.vb6.exe를 찾아 속성에서 관리자 권한으로 실행 체크

    2.sp6만 설치해도 된다.



    --오류--

     

    1.개체 라이브러리가 등록되지 않았습니다. 라고 뜰때

    patch.bat

    다운로드 후 실행


    2.컴파일했을때 실행파일이 XP에서 구동되지 않는다면

    ado.zip

    다운로드 후 progrom files\common\system\ado 에 덮어씌우기


    3.MSCOMCTL.OCX 가 등록해도 제대로 작동되지 않는다면

    vbp파일을 메모장으로 열어 버전을 2.1 -> 2.0으로 바꾸고 저장

    http://developer.android.com/google/gcm/gs.html#next


    프롬프트 명령에서 "mstsc /admin" 입력


    이렇게하면 콘솔로 로그인된 계정까지 사용하므로 총 세개까지 사용된다

    설정 > 제어판 > 관리 도구 > 이벤트뷰어 > 응용프로그램 선택 > 

    마우스 오른쪽 버튼 [속성] > 필요한 경우 이벤트 덮어쓰기 선택!


    select 

    case when (money - cashys) > 0 then '앞' 

    when (money - cashys) = 0 then '중' 

    else '뒤' 

    end  as 'DIFF_CHK' ,money,cashys

    from mem_Cashs

    http://www.microsoftstore.com/store/msusa/html/pbPage.Help_Win7_usbdvd_dwnTool

    service httpd graceful


    다른 서버의 동일한 조건의 테이블에 대량의 데이터를 옮겨야 할 때가 가끔 있다.

    그때 BULK INSERT를 사용하면 한방에 슉~ 넣어줄 수 있다.

     

    나는 다른 서버 DB의 데이터를 csv로 저장하여 가져왔다.

    그냥 select 하고 나온 결과에 마우스 우클릭해서 다른이름저장 눌러서 csv 로 저장할 수 있다!

     

      1 use DB_name 
      2 BULK INSERT [table_name] 
      3 from 'C:\test.csv' 
      4 with ( 
      5     CODEPAGE = 'RAW', 
      6     FIRSTROW = 2, 
      7     MAXERRORS = 0, 
      8     FIELDTERMINATOR = ',', 
      9     ROWTERMINATOR = '\n', 
     10     tablock 
     11     ) 
     12     

     

    csv 파일 위치 잘 지정해주시고

    FirstRow = 2  는 첫번째 컬럼명 라인 짤라내기 위해 2번째 줄부터 입력하라 입니다.

    FIELDTerminator = ','  필드 구분자는 콤마

    ROWTerminator = '\n' 라인 구분자는 뉴라인

    [출처] [MSSQL] BULK INSERT |작성자 종벌





    내가 먹을 계란에만 할것

    + Recent posts