Post

반응형

크롬에서 jfif확장자 png jpg로 저장하기(jfif to png)

크롬에서 이미지 저장할 때 마다 jfif로 저장되니 여간 불편한게 아니다 ㅠㅠ

그래서 크롬에서 jfif확장자 png나 jpg로 저장하는 방법을 찾아보았다.

방법은 아래와 같다.

1.window+r로 reigster 검색

2. 컴퓨터\HKEY_CLASSES_ROOT\mime\Database\Content Type\image

3. Extention 에 데이터가 jfif일 것이다. 이걸 원하는 확장자로 바꿔준다.

크롬에서 jfif확장자 png나 jpg로 저장하는 방법 요약 끝

반응형

Post

반응형

VSCODE 자동완성 끄기

1. Ctrl+, 

2. intellisense 검색. 보이는 모든 체크 박스 해제

3. 귀찮다면 설정 json 파일 열기 (문서에 빙그르르 돌아가는 화살표)에다가 아래코드 붙여넣기

  "explorer.compactFolders": false,
    "explorer.confirmDragAndDrop": false,
    "editor.suggest.showConstants": false,
    "editor.suggest.showConstructors": false,
    "editor.suggest.showCustomcolors": false,
    "editor.suggest.showDeprecated": false,
    "editor.suggest.showEnumMembers": false,
    "editor.suggest.showEnums": false,
    "editor.suggest.showEvents": false,
    "editor.suggest.showFields": false,
    "editor.suggest.showFiles": false,
    "editor.suggest.showFolders": false,
    "editor.suggest.showFunctions": false,
    "editor.suggest.showInterfaces": false,
    "editor.suggest.showIssues": false,
    "editor.suggest.showKeywords": false,
    "editor.suggest.showMethods": false,
    "editor.suggest.showModules": false,
    "editor.suggest.showOperators": false,
    "editor.suggest.showProperties": false,
    "editor.suggest.showReferences": false,
    "editor.suggest.showSnippets": false,
    "editor.suggest.showStructs": false,
    "editor.suggest.showTypeParameters": false,
    "editor.suggest.showUnits": false,
    "editor.suggest.showUsers": false,
    "editor.suggest.showValues": false,
    "editor.suggest.showVariables": false,
    "editor.suggest.showWords": false,
    "editor.suggest.showClasses": false,
    "editor.suggest.showColors": false

 

반응형

Post

반응형

직구 금지? 된다고 해서 부랴부랴 매크로 키보드를 장만했다.

근데 알리 익스프레스에서 주문했는데 exe 다운로드 링크가 없엉ㅠㅠㅠㅋㅋㅋㅋㅋ

나는 내가 자주쓰는 단어같은거 매크로로 등록해서 좀 사용하고 싶었음. 

근데 처음부터 이런 난관이 ㅠ퓨ㅠ

부랴부랴 또 실행파일 찾았는데

근데 왜 키 지정하고 download하니까 에러가 나는거ㅠㅠ!!!

일단 프로그램이 맞지 않는것 같다.

매크로 키보드와 알맞은 프로그램을 찾아보자!

그리고 이건 12key 매크로키보드인데

https://drive.google.com/drive/folders/12w1KXXxP7nGynhDswTcB715TSmj4J0ba

 

software for custom mini keyboard - Google Drive

이 폴더에 파일이 없습니다.이 폴더에 파일을 추가하려면 로그인하세요.

drive.google.com

이건 펌웨어 잘찾았는지 잘된다.
근데 문제가 생겼다.

내가 필요한 건 자주쓰는 단어 매크로인데...

이건 구형 모델이라서 다섯글자까지 밖에 안됨 ㅋㅋㅋㅋㅋ

아악....

어떻게 5글자 제한이 있을 수 있지ㅋㅋ....

허 갑자기 슬퍼졌어 ㅠ

https://blog.naver.com/dc20535/223042000090

 

알리에서 미니 매크로 키보드 샀습니다. (사진다수)

알리에서 매번 위시리스트에만 넣어두고 있던 매크로 키보드를 결국 샀습니다. 에어캡 포장을 풀면 누런색 ...

blog.naver.com

일단 여기서 캐릭터가 몇개까지 되는지 설명히 자세히 적혀있다...

단어를 등록하고 싶다면 이걸 보고 사자...ㅎㅎ...

 

<안되는 키보드...>

근데 다운로드에 보니까 3key라고 되어있는데 거슬리네.

그거때문에 펌웨어 안맞아서 안되는걸지도...6key찾아봐!!

https://ko.aliexpress.com/item/1005006308134065.html?spm=a2g0o.productlist.main.7.3dd04a35li2zS2&algo_pvid=676330e8-a9e2-4142-88dc-e3e7aeedb759&aem_p4p_detail=202405310431488689739446382280002632808&algo_exp_id=676330e8-a9e2-4142-88dc-e3e7aeedb759-3&pdp_npi=4%40dis%21KRW%2124246%213100%21%21%2117.05%212.18%21%4021413d5a17171551086081733e2b27%2112000036702276831%21sea%21KR%210%21AB&curPageLogUid=CZ1ZrCEjc61n&utparam-url=scene%3Asearch%7Cquery_from%3A&search_p4p_id=202405310431488689739446382280002632808_1

반응형

Unhandled exception has occurred in your application. If you click Continue.the application will ignore this error and attempt to contiue. If you click Quit. the application will close immeiately

 

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at HIDTester.HidLib.WriteDevice(Byte id, Byte[] arrayBuff)
   at HIDTester.FormMain.Send_SwLayer()
   at HIDTester.FormMain.Download_Click(Object sender, EventArgs e)
   at Systehttp://m.Windows.Forms.Control.OnClick(EventArgs e)
   at Systehttp://m.Windows.Forms.Button.OnClick(EventArgs e)
   at Systehttp://m.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at Systehttp://m.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at Systehttp://m.Windows.Forms.Control.WndProc(Message& m)
   at Systehttp://m.Windows.Forms.ButtonBase.WndProc(Message& m)
   at Systehttp://m.Windows.Forms.Button.WndProc(Message& m)
   at Systehttp://m.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at Systehttp://m.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at Systehttp://m.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9241.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
MINI KeyBoard
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/user/Desktop/3%20key%20keyboard%20software-20240531T114140Z-001/3%20key%20keyboard%20software/Release/MINI%20KeyBoard.exe
----------------------------------------
Systehttp://m.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9195.0 built by: NET481REL1LAST_B
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Systehttp://m.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9236.0 built by: NET481REL1LAST_B
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/Systehttp://m.Drawing.dll
----------------------------------------
HidLibrary
    Assembly Version: 3.1.0.0
    Win32 Version: 3.1.0.0
    CodeBase: file:///C:/Users/user/Desktop/3%20key%20keyboard%20software-20240531T114140Z-001/3%20key%20keyboard%20software/Release/HidLibrary.DLL
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/Systehttp://m.Configuration.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9241.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/Systehttp://m.Core.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/Systehttp://m.Xml.dll
----------------------------------------
MINI KeyBoard.resources
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/user/Desktop/3%20key%20keyboard%20software-20240531T114140Z-001/3%20key%20keyboard%20software/Release/en-US/MINI%20KeyBoard.resources.DLL
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
mscorlib.resources
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_ko_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the systehttp://m.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <systehttp://m.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

반응형

Post

반응형

오랜만에 듀오링고 했는데 개 재밌네ㅠㅠ

옛날에는 영어 듀오링고 했는데 지금은 일본어하고 있다 그런데 개재밌당 ㅋㅋㅋㅋ

그냥 내가 힘들이지 않고도 자동적으로 기억하게 되는게 넘나 조음..

(그런데 예전과 달리 하트가 있어서 좀 신경을 바짝 써야함 ㄸㄸㄸ)

아앙악 계속해야지 ㅋㅋㅋㅋ

반응형

Post

반응형

ModuleNotFoundError: No module named 'bs4'

모듈을 찾을 수 없으므로 설치해주면 된다

pip install bs4 < 안됨

pip install beautifulsoup4 < 이미 설치되어있다고 뜸...흠..ㅠㅠ

pip3 install BeautifulSoup4 < 이미 설치되었다고 뜸(Requirement already satisfied)

python3 -m pip install bs4 < 무언가 설치되었지만 여전히 module named bs4를 찾을 수 없음

https://happytomorrow.net/233

 

ModuleNotFoundError: No module named 'bs4'

BeautifulSoup을 가지고 예제를 따라하다가 아래와 같은 오류가 발생하였습니다. from bs4 import BeautifulSoup ModuleNotFoundError: No module named 'bs4' google에서 여러가지 방법을 시도해봤지만 모두 실패하였고

happytomorrow.net

이 블로그에서 말한 대로 일단 기존에 설치된 bs4 삭제

pip uninstall beautifulsoup4

cd C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.10

위 블로그에서 말한대로 python 쳐서 파일 위치 열기 한 다음 파일 위치로 이동)

그리고 파일 위치에서 설치(왜 내 컴에만 자꾸 설치가 안된다고 하는지 몰겠음;;하아;;답답)

으음 혹시 아나콘다랑 충돌하는 건가 싶어서 환경 변수 편집에서 아나콘다 관련 환경변수

C:\Users\user\anaconda3

C:\Users\user\anaconda3\Library\mingw-w64\bin

C:\Users\user\anaconda3\Library\bin

C:\Users\user\anaconda3\Scripts

C:\Users\user\anaconda3\Library

삭제해줌. 아놔 그래도 안됨;;;망할ㅠㅠㅠㅠㅠㅠ

C:\Users\user\AppData\Local\Programs\Python\Python310

이것도 환경변수 추가해봤지만 안된다........

pip install bs4

라는 명령어를 치니 아래와 같은 워닝이 뜬다

반응형

WARNING: You are using pip version 21.3.1; however, version 23.0.1 is available.
You should consider upgrading via the 'C:\Users\user\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.

pip --version

버전을 확인하니 pip 21.3.1 from C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pip (python 3.10)

라고 뜬다. 23.0.1 로 업그레이드 해줘야하나 봄.

python -m pip install --upgrade pip

pip 업그레이드 성공. 그래도 여전히 bs4인식 불가..왜죠?

 

 

 

반응형

Post

반응형

    "editor.tokenColorCustomizations": {
        "comments": "#91ffde",
        "strings": "#ff6730",

        "textMateRules": [
            {
              "scope": "punctuation.definition.heading.markdown",
              "settings": {
                "foreground": "#FFA500"
              }
            },
            {
              "scope": "markup.heading.markdown",
              "settings": {
                "foreground": "#FFA500",
                "fontStyle": "bold"
              }
            },
            {
              "scope": "markup.bold",
              "settings": {
                "foreground": "#FF0000",
                "fontStyle": "bold"
              }
            }
          ]
    }

f1 누르고 setting.json 검색. 두개 나오는데 open user setting.json 을 선택한다
java코드일 때 주석과 "다음에 말 색상 변경("comments", "strings")
markdown일 때 ###와 **의 색상변경

또 아래는 배경 색 변경하는 법!

나는 옅은 초록색으로 변경했다!! 대신 주석 색을 진한 초록색으로 변경하고!

   "workbench.colorCustomizations": {

      "editorError.foreground":   "#00000000",
      "editorWarning.foreground": "#00000000",
      "editorInfo.foreground":    "#00000000",

       // vscdoe 전체 전경 색
    "editor.background": "#e8f3f8"
  },
 
 
반응형

Post

반응형

ctrl+(플러스)로 setting.json을 연 다음 글자는 string으로 글자색 변경가능
주석은 comments임.

"editor.tokenColorCustomizations": {
        "comments": "#91ffde"
        "strings": "#ff6730"
}

반응형

Post

반응형

첨엔 오후에 일어나도 괜찮아~!~이랬지만 계속되다 보니 기분이 ㅠㅠ좋진않아 ㅠㅠ

반응형

Post

반응형

크롬 제어를 위해  puppeteer 패키지를 설치. 그전에 nodejs 들어가서 nodejs 설치하는게 중요(npm이 nodejs 실행해서 동작함)

npm i puppeteer-core

그런데 그 이후에 puppeteer = require('puppeteer');를 실행하려고 했는데 안됨. 왜죠? nodejs깔았는뎅??

반응형

Post

반응형
2019년 정보처기사 실기 2회 후기

공부 시작은 시험일로부터 한달 전에 업무 프로세스를 출퇴근길에 외웠다.그리고 2주전엔 알고리즘, 데이터베이스, 최신기술, 업무 프로세스 공부 및 시나공 문제를 풀었다.(반정도 품)
최신기술은 퀴즈렛으로 외웠는데 시나공에 있는거 직접 입력하다 보니 300개가 넘어서 깜짝 놀랐다. 한달 전 부터 업무 프로세스가 아니라 최신기술을 먼저 외웠어야 했는데 아쉬움이 들었다.
아무튼 2주안에 4과목을 전부 공부해야 되는데 시간은 없고 개인적인 사정도 겹쳐서 이래저래 공부를 못했다. 그래서 결국 시험날 밤샘공부를 했다.
다행히 잠을 좀 잤기 때문에 시험장에서 그리 졸리진 않았다. 그리고 최신기술>업무프로세스>DB>알고리즘 순으로 풀었다.(시험지 받는 순간에도 최신기술 단어를 머리속으로 생각하고 있었다ㅋㅋ)
체감상 알고리즘이 엄청 쉬웠다. 정말 너무 쉬워서 깜짝놀랐다. 그냥 언어 아는 사람이 쓱 보러가면 맞출 것 같은 난이도. 데이터베이스도 트랜잭션 빼고는 쉬웠다.(데이터베이스 사용 그림도 예전에 나왔던 문제 다른 빈칸 만들어서 출제한거..) 최신기술은 아쉽게도 외운거에서 나오지 않아서 많이 틀렸다. 전산영어는 하나도 공부 안해서 기대를 안했는데 5문제 중에 2문제는 맞췄다! 찍기로 지문에 smart phonecall 이라고 적혀있어서 voip적고 many computer attack, secure라고 적혀있어서 ddos 라고 썼는데 맞았다. 감동..
1달정도 영어동화 번역했었는데 그게 효과가 있는건가? 생각이 들어서 뿌듯했다(너무 쉬운 단어였지만 만약 영어에 관심이 아예 없었다면 어땠을지 싶다)
이렇게 정보처리기사 실기를 보고 나서 느낀점은..
필기보다 더 문제 은행식이다!!

기사 퍼스트 가답안 보면 알겠지만 예전에 시험에 나왔던 문제들이 계속 나온다. 아니면 살짝 수정하거나.
필기가 문제 은행이라고 하는데 최신기술 빼고는 실기가 더 범위가 적다고 느꼈다.

결론은 문제은행이니 문제 풀이를 많이해야한다!
좀 더 자세히 이야기하면
알고리즘 > 순서도는 처음 보면 멘붕인데 2,3 회 봐야 한눈에 보인다. 괄호안에 들어갈 변수는 한번도 초기화가 안되거나 사용이 안된 변수일 가능성이 높다. 그 변수를 찾아서 어떤 처리를 해야 올바를 지 생각한다. 조건문으로 처리가 나뉘어져 있으면 반대편 처리를 보고 참고해서 찾아낸다
그 외는 전부 문제은행 식으로 공부하면 된다.

아 그리고 시험장 가서 처음 안건..
답은 샤프를 쓰면 안된다. 샤프로 적으면 0점 처리된다. 검은 펜을 가져가야한다.(그것도 모르고 컴싸 들고감)
또 잘못 답을 적었으면 화이트가 아니라 두줄을 그어야 한다.


가채점을 해보니 75점인데.. 설마 떨어지겠나 싶다.. (떨어지면..ㅠㅠ)
아무튼 이번에 정보처리기사 실기 보신분들 다들 수고 많으셨습니다!

합격자 발표일은 7월 19일이라고 하는데.. 얼른 발표되길!!
반응형
▲ top