손잡기금지
close
프로필 배경
프로필 로고

손잡기금지

  • 분류 전체보기 (355)
    • CODE-ing (206)
    • IT관련정보 (55)
    • MS365.VBA.officeAddin (63)
    • 일상기록.취미생활 (28)
  • HOME
  • CODE-ing
  • IT관련정보
  • MS365.VBA.officeAddin
  • 글쓰기
xlwings:: addin install ImportError

xlwings:: addin install ImportError

에러메세지 ImportError : No system module 'pywintypes' python - xlwings를 사용하기 위해 다음 명령어를 입력하고 에러메세지로 정상실행되지 않는다 xlwings addin install 조치 가. python설치 폴더의 하부폴더 'pywin32_system'에서 다음 2개 파일을 복사한다. 나. win32 > lib 폴더에 복사한 파일을 복사-이동시킨다 다. 그리고 다시 xlwings addin install' 명령어를 실행한다. 다음과 같이 설치완료 메세지를 얻는다. =end

  • format_list_bulleted CODE-ing
  • · 2022. 12. 4.
  • textsms

csharp:: 연산자 == equal()

public static bool operator ==(MyClass op1, MyClass op2) { return (op1.val == op2.val); } public static bool operator !=(MyClass op1, MyClass op2) { return !(op1 == op2); } public override bool Equals(object op1) { return val == ((MyClass)op1).val; } _

  • format_list_bulleted CODE-ing
  • · 2022. 11. 20.
  • textsms

csharp:: 람다식 lambda =>

https://learn.microsoft.com/ko-kr/dotnet/csharp/language-reference/operators/lambda-expressions (input-parameters) => expression Func square = x => x * x; Console.WriteLine(square(5)); // Output: // 25 System.Linq.Expressions.Expression e = x => x * x; Console.WriteLine(e); // Output: // x => (x * x) int[] numbers = { 2, 3, 4, 5 }; var squaredNumbers = numbers.Select(x => x * x); Console.WriteLi..

  • format_list_bulleted CODE-ing
  • · 2022. 11. 20.
  • textsms
windows:: win11 윈도우11 "더 많은 옵션표시" - 항상 활성화

windows:: win11 윈도우11 "더 많은 옵션표시" - 항상 활성화

윈도우11에서는 설정을 더 보려고 '더 많은 옵션 표시'를 항상 눌러야 하는 것이 불편하다이 때 이 설정을 기본으로 켜 두는 조치 방법이다.    윈도우키 + X를 눌러, Windows PowerShell(관리자)를 실행한다.    아래 명령어로 레지스트리를 수정한다reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve     =end

  • format_list_bulleted IT관련정보
  • · 2022. 11. 14.
  • textsms

PDFtools:: pdf 주석 일괄제거, 암호제거(보호)

보호되어 있는 글입니다.

  • format_list_bulleted CODE-ing
  • · 2022. 10. 11.
csharp:: call button click event using Normal method in c#?

csharp:: call button click event using Normal method in c#?

ERROR form에서 버튼을 누르면 이미 다른 버튼을 통해 구현한 function은 동작하지 않는다. 이를 가능케 하는 방법이다 방법 // Method1 AddRegistry_Click(null, new EventArgs()); // Method2 AddRegistry.PerformClick(); _____________________________ 참고자료 https://stackoverflow.com/questions/37452382/how-to-call-button-click-event-using-normal-method-in-c How to call button click event using Normal method in c#? I have a method name loadTest123(). ..

  • format_list_bulleted CODE-ing
  • · 2022. 9. 30.
  • textsms
  • navigate_before
  • 1
  • ···
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • ···
  • 60
  • navigate_next
전체 카테고리
  • 분류 전체보기 (355)
    • CODE-ing (206)
    • IT관련정보 (55)
    • MS365.VBA.officeAddin (63)
    • 일상기록.취미생활 (28)
최근 댓글
전체 방문자
오늘
어제
전체
Skin Designed by 쭈미로운 생활 - JJuum

티스토리툴바