728x90
반응형

엑셀 파일을 저장 시, 테이블 (표)가 포함되어 있는 경우, 저장 시 이와 같은 메세지가 뜨며 저장이 안된다 

We found a problem with some content in 'new_test.xlsx'. Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes.

 

 

 

문제는 테이블 저장 시 `displayName` 에 있었다. 
아래와 같은 형식으로 displayName의 표이름을 저장해주면 위와 같은 에러는 발생하지 않는다. 

 

tab = Table(displayName="Tb", ref=tb_size)
또는
 
tab = Table(displayName="Tbl_1", ref=tb_size)

 

 

참고 : https://stackoverflow.com/questions/62300178/openpyxl-created-excel-file-with-table-causes-file-that-requires-recovery-error

반응형
 
 
 
반응형
728x90
반응형

가족 이벤트(조카 돌잔치) 가 있던 날 63빌딩 워킹 온더 클라우드에서 점심 코스요리를 먹었음 
돌잔치는 룸에서 프라이빗하게 진행되었는데, 다른 룸에도 돌잔치가 한창인 소리(박수소리, 환호성 소리, 애기 울음소리 ㅎㅎ)가 들렸음

음식 맛은... 너무 기름지고 전반적으로 헤비하게 느껴짐. 
아마 다시 오고싶은 식당은 아니고... 60층대 고층전망에서 한 번정도 식사면 충분한 경험인듯. 

 

달팽이 요리

 

 

아마...메로구이.

반응형

'맛집 리뷰' 카테고리의 다른 글

영등포 미미옥  (0) 2021.08.31
[원주] 청년다방  (0) 2021.03.01
[춘천] 학곡사거리 막국수  (0) 2021.02.28
전통칼국수  (0) 2020.04.30
728x90
반응형

- 오류코드 : 0x0000221 

 

- 블루스크린이 발생한 명확한 원인은 모르겠다. 아마 윈도우 업데이트를 하면서 내가 다른 업데이트 관련 작업을 동시 수행했더니 드라이버가 꼬여버린 듯했다. (윈도우 업데이트 수행 중엔 다른 업데이트는 절대 수행하지 않는것이 좋겠다. )

- 그 결과 아래 이미지의 수보다 훨씬 더 많은 블루스크린이 떴고, 검색하여 찾은 방법으로 복구하기와 윈도우 10 재설치를 수도 없이 했는데.. 조치가 안되서 마지막 방법으로 윈도우 11로 버전업을 했더니 해결. 

- 하..... 윈도우 업데이트 중엔 다른 업데이트는 앞으로 절대절대 안하기로.......

 

 

 

반응형
728x90
반응형

 

1. 윈도우에서 '빠른 시작 켜기' 설정 해제를 해야 한다 

윈도우 - 설정  - 시스템

 

전원 및 절전 - 추가 전원 설정 

 

전원 단추 작동 설정 

 

현재 사용할 수 없는 설정 변경 클릭 - 빠른 시작 켜기(권장) 체크박스가 활성화 되면 체크 해제  

1번 (현재 사용할 수 없는 설정 변경) 버튼 클릭하면 2번 빠른시작켜기 체크박스가 활성화 된다.

 

최종적으로 아래와 같이 체크를 해제해야 한다. 이후 '변경 내용 저장' 클릭하면 여기에서의 단계가 종료됨. 다음 단계는 재부팅하면서 진행해야 함.  

 

2. BIOS 설정 (AMD CPU 버전)

- 보드 : 기가바이트 x570s aorus pro ax

1) Bios 설정 화면에서 Advanced Mode로 들어온다 - >  Settings -> Platform Power 선택 

 

이 화면에 들어왔다면 사진 밑의 설명을 참조한다. 

  • Wake up day : 숫자 0 을 선택하면 매일 컴터가 켜지는 것이다. 
    나머지 hour, minute, second 는 실행하고자 하는 시각을 입력해주면 된다.
    위 화면에서는 매일 오전 10시 4분 1초에 자동으로 켜지는 것으로 되어 있다. 

  • ErP 설정 : Disabled
  • Power Loading : Enabled(이 설정은 최근 기가바이트 보드에 있는 모양인데 Auto로 되있으면 자동부팅이 안되는 거 같다)
  • Resumed by Alarm : Enabled

현재 시각 + 2분 정도로 해두고, 컴터를 끈 뒤에 자동으로 켜지는지 테스트 해보면 켜짐을 확인할 수 있음. 끝

반응형

 

반응형
728x90
반응형

netlify 에서 배포 중 아래와 같이 에러가 시작되며 배포가 fail을 반복하고 있었음.
netlify 의 기본 node 버전은 12버전인듯 한데 이때문에 아래와 같은 오류가 시작됨.

Cannot find module ‘fs/promises’

 

2:43:42 PM: ────────────────────────────────────────────────────────────────
2:43:42 PM:   1. Build command from Netlify app                             
2:43:42 PM: ────────────────────────────────────────────────────────────────
2:43:42 PM: ​
2:43:42 PM: $ gatsby build
2:43:45 PM: success open and validate gatsby-configs - 0.078s
2:43:47 PM: error Error in "/opt/build/repo/node_modules/gatsby-plugin-robots-txt/gatsby-node.js": Cannot find module 'fs/promises'
2:43:47 PM: Require stack:
2:43:47 PM: - /opt/build/repo/node_modules/gatsby-plugin-robots-txt/gatsby-node.js
2:43:47 PM: - /opt/build/repo/node_modules/gatsby/dist/bootstrap/resolve-module-exports.js
2:43:47 PM: - /opt/build/repo/node_modules/gatsby/dist/bootstrap/load-plugins/validate.js
2:43:47 PM: - /opt/build/repo/node_modules/gatsby/dist/bootstrap/load-plugins/load.js
2:43:47 PM: - /opt/build/repo/node_modules/gatsby/dist/bootstrap/load-plugins/index.js
2:43:47 PM: - /opt/build/repo/node_modules/gatsby/dist/services/initialize.js
2:43:47 PM: - /opt/build/repo/node_modules/gatsby/dist/services/index.js
2:43:47 PM: - /opt/build/repo/node_modules/gatsby/dist/bootstrap/index.js
2:43:47 PM: - /opt/build/repo/node_modules/gatsby/dist/commands/build.js
2:43:47 PM: - /opt/build/repo/node_modules/gatsby-cli/lib/create-cli.js
2:43:47 PM: - /opt/build/repo/node_modules/gatsby-cli/lib/index.js
2:43:47 PM: - /opt/build/repo/node_modules/gatsby/dist/bin/gatsby.js
2:43:47 PM: - /opt/build/repo/node_modules/gatsby/cli.js
2:43:47 PM: 
2:43:47 PM: 
2:43:47 PM:   Error: Cannot find module 'fs/promises'
2:43:47 PM:   Require stack:
2:43:47 PM:   - /opt/build/repo/node_modules/gatsby-plugin-robots-txt/gatsby-node.js
2:43:47 PM:   - /opt/build/repo/node_modules/gatsby/dist/bootstrap/resolve-module-exports.js  - /opt/build/repo/node_modules/gatsby/dist/bootstrap/load-plugins/validate.js
2:43:47 PM:   - /opt/build/repo/node_modules/gatsby/dist/bootstrap/load-plugins/load.js
2:43:47 PM:   - /opt/build/repo/node_modules/gatsby/dist/bootstrap/load-plugins/index.js
2:43:47 PM:   - /opt/build/repo/node_modules/gatsby/dist/services/initialize.js
2:43:47 PM:   - /opt/build/repo/node_modules/gatsby/dist/services/index.js
2:43:47 PM:   - /opt/build/repo/node_modules/gatsby/dist/bootstrap/index.js
2:43:47 PM:   - /opt/build/repo/node_modules/gatsby/dist/commands/build.js
2:43:47 PM:   - /opt/build/repo/node_modules/gatsby-cli/lib/create-cli.js
2:43:47 PM:   - /opt/build/repo/node_modules/gatsby-cli/lib/index.js
2:43:47 PM:   - /opt/build/repo/node_modules/gatsby/dist/bin/gatsby.js
2:43:47 PM:   - /opt/build/repo/node_modules/gatsby/cli.js

 

해결 : 프로젝트 최상단 경로에 .nvmrc 파일을 생성하고 그 안에 버전 명을 기재한 후에 배포함

참조

https://answers.netlify.com/t/build-error-in-remix-app-with-prisma-seed-file/52594/3

https://medium.com/@su_bak/cannot-find-module-fs-promises-%E1%84%8B%E1%85%A6%E1%84%85%E1%85%A5-%E1%84%92%E1%85%A2%E1%84%80%E1%85%A7%E1%86%AF-%E1%84%87%E1%85%A1%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B8-a344921bd430

 

 
 
 
 
반응형
728x90
반응형

A Reference Model of Information Assurance & Security

  • RMIAS based on IAS - Information Assurance and Security
    • integration of Information Security (Information Assurance
  • RMIAS 4차원 
    • Information Systems Security Lifecycle (정보시스템 보안 수명 주기)  
      • 정보시스템(솔루션) 생성, 배포, 측정, 개선부터 폐기까지의 일시적인 측면과 적용 
    • Information taxonomy (정보 분류)
      • 정보 생성부터 파기까지의 수명 주기 
      • 형태, 상태, 민감도, 위치 등 고려 
    • Security Goals (보안 목표)
      • 조직 또는 시스템에 적용할 목표 정의
      • CIA Traid 확장 개념 (IAS octave이 되도록)
      • 위험 분석 프로세스를 통해 보안 목표의 우선순위 지정, 보안대책 설정 
    • Security countermeasures (보안 대책)
      • 보안목표를 달성하는데 사용되는 기술 또는 프로세스 
      •  

 

관련 논문 링크

- September 2013

https://www.researchgate.net/publication/261338307_A_Reference_Model_of_Information_Assurance_Security

[(PDF) A Reference Model of Information Assurance & Security

PDF | Information Assurance & Security (IAS) is a dynamic domain which changes continuously in response to the evolution of society, business needs and... | Find, read and cite all the research you need on ResearchGate

www.researchgate.net](https://www.researchgate.net/publication/261338307_A_Reference_Model_of_Information_Assurance_Security)

 

 

 

https://www.techrepublic.com/article/the-cia-triad/

 

The CIA Triad

The CIA Triad is a venerable, well-known model for security policy development, used to identify problem areas and necessary solutions for information security. Read on for an introduction to the CIA Triad's strengths and weaknesses.

www.techrepublic.com

 

 

Resources and bibliography:

Here we provide links to background information and specifically some articles or sources used in these sessions to introduce information/cyber security. You may find these useful to further explore the subject.

The CIA Triad is discussed on the Wikipedia page on Information Security. It refers to a short article The CIA Triad by Chad Perrin published in TechRepublic in IT Security, which is a useful security resource.

A brief outline of the RMIAS model is available on Wikipedia. The complete paper reference is:

Y. Cherdantseva and J. Hilton, "A Reference Model of Information Assurance & Security," Availability, Reliability and Security (ARES), 2013 Eighth International Conference on , vol., no., pp.546-555, IEEE, doi: 10.1109/ARES.2013.72, 2–6 September 2013.

The paper can be downloaded from researchgate.net.

반응형
728x90
반응형
  • bibliography : 참고문헌
  • address : 해결하다
  • axiom : 공리
  • methodology : 방법론
  • taxonomy : 분류
  • adherence : 다음 중 (문제에 관한 문장)
  • facet : 한 면
  • adversarial : 적대적
  • interdisciplinary : 학제간 (규율 간)
  • human factor : 인적 요인
  • anonymity : 익명
  • intellectual property rights : 지적 재산권
  • institutional policies and practices : 제도적 정책 및 관행
  • throughout : ~동안 
  • trajectories : 궤적
 

 

반응형
728x90
반응형

npm show [모듈이름] version

E:\Github\my-blog>npm show node-sass version
7.0.1

 

 

 
반응형

+ Recent posts