본문 바로가기 메뉴 바로가기

Mit

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Mit

검색하기 폼
  • 분류 전체보기 (142)
    • Maui (7)
    • Xamarin (33)
    • WPF (47)
    • VBA (3)
    • C# WinForm (7)
    • ETC (41)
  • 방명록

전체 글 (142)
.Net Maui 색상 변경 Rectangle 과 BoxView

Rectangle의 색상을 변경할 때는 Fill 속성을 사용해야 합니다. BackgroundColor는 BoxView와 같은 다른 요소에서 사용되며, Rectangle에서는 Fill 속성을 통해 색상을 설정합니다.

Maui 2024. 9. 12. 19:17
VS2022 Android device wifi debugging

기기에서 > 개발자옵션 > USB디버깅, 무선디버깅을 선택한다.VS2022 도구 > Android > Android adb 명령 프롬프트명령프롬프트에서: : adb devices(연결된 deives list): adb tcpip 5555(만약 error: more than one devcie/emulator 라고 에러가 나온다면 이것은 실기기와 에뮬레이터가 대상이어서 그렇다.Android 에뮬레이터를 꺼주고 다시 adb tcpip 5555 진행해서 오류가 없음을 확인한다.): adb connect 192.168.100.102:5555(connected to 192.168.100.102:5555를 확인한다.)VS2022에서 실기기를 선택하고 debugging 하면된다.참고)기기를 삭제하려면: adb kil..

카테고리 없음 2024. 7. 29. 13:57
.net8 Maui Android API34 Usb Serial RegisterReceiver

public GXSerial(Context contect)     {         _contect = contect;         _Receiver = new GXUsbReciever(this);         IntentFilter filter = new IntentFilter(" Gurux.Serial "); //        filter.AddAction(UsbManager.ActionUsbAccessoryDetached);         filter.AddAction(UsbManager.ActionUsbDeviceAttached);         filter.AddAction(UsbManager.ActionUsbDeviceDetached);         if (Android.OS.Build...

카테고리 없음 2024. 7. 26. 13:12
Vscode for Mac .Net8 Maui InstallAndroidDependencies

dotnet build -t:InstallAndroidDependencies -f:net8.0-android -p:AndroidSdkDirectory="$HOME/Library/Android/sdk" -p:JavaSdkDirectory="/Library/Java/JavaVirtualMachines/Microsoft-17.jdk/Contents/Home" -p:AcceptAndroidSDKLicenses=True

Maui 2024. 7. 24. 18:54
MSSQL Count, Percentage

SELECT Category, -- Replace with your actual column name for category COUNT(*) AS Count, CAST(COUNT(*) * 100.0 / SUM(COUNT(*)) OVER () AS decimal(10,2)) AS Percentage FROM YourTable GROUP BY Category;Result-------------------------Category     Count     PercentageM                    10                 10.0W                    90                 90.0

ETC 2024. 5. 10. 11:21
SQLite Upsert Query

Create Table SaveChat ( ChatDate Date , ChatVar varchar(20),  ChatName varchar(50),  ChatCount Integer, Constraint tb_product_group_PK Primary Key(ChatDate,ChatName) )------------------------------------------------------------------------------------INSERT INTO SaveChat (ChatDate, ChatVar, ChatName, ChatCount) VALUES (@ChatDate, @ChatVar, @ChatName, @ChatCount) ON CONFLICT(ChatDate, ChatName) D..

ETC 2024. 5. 8. 18:52
Maui Android Entry underline remove

Platforms > Android > MainAppication 에서 //protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); protected override MauiApp CreateMauiApp() { // Remove Entry control underline Microsoft.Maui.Handlers.EntryHandler.Mapper.AppendToMapping("NoUnderline", (h, v) => { h.PlatformView.BackgroundTintList = Android.Content.Res.ColorStateList.ValueOf(Colors.Transparent.ToAndroid()); });..

Maui 2024. 2. 2. 18:51
.Net 7 라즈베리파이 설치

.Net 7 라즈베리파이 설치 wget -O - https://raw.githubusercontent.com/pjgpetecodes/dotnet7pi/master/install.sh | sudo bash 참고> pjgpetecodes/dotnet7pi: Install .NET 7 on a Raspberry Pi with a single line. (github.com)

ETC 2023. 9. 14. 13:06
IIS .Net 7 응용프로그램 배포하고 실행할 때 오류 해결.

Error. An error occurred while processing your request. Request ID: Development Mode Swapping to the Development environment displays detailed information about the error that occurred. The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment ..

ETC 2023. 8. 30. 19:42
MSSQL PatIndex활용 문자열 혼합된 데이터 일괄 업데이트

PatIndex('%[^0-9]%' 로 nums의 3자리가 int형인지 검사하고(참이면 3, 아니면 0) 자기 자신 db를 조인해서 일괄업데이트진행. ________________________________________________________________________________________ Update db set ClsNum == aa from db as A Join ( Select aa, ids from( Select nums as aa, ids from( Select PatIndex('%[^0-9]%', left(VarNums,3) ) as nums , * from db where len(VarNums)>3 ) as AB where aa = 3 ) as ABB ) AS B on A..

ETC 2023. 7. 31. 13:39
이전 1 2 3 4 ··· 15 다음
이전 다음
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • Xamarin.Forms
  • Xamarin.Ios Firebase Phone User Add
  • GetCellContent CheckBox Value
  • C# LINQ Left join
  • ssl_client_socket_impl.cc
  • Xamarin SMS OTP Send
  • Windows IIS FTP 디렉토리 목록 오류
  • Xamarin Firebase Phone User Add
  • FileStream Add Byte
  • WPF Scrollviewer in ScrollViwer
  • Embeded 한글Font적용
  • 암호 마스터키
  • SkiaSharp
  • Microcharts
  • WPF Datagrid Cell Value Change
  • 서버 수준의 URN 필터
  • Entry '' has empty native path
  • Xamarin Firebase Phone Auth
  • 연산자 뒤에 피연산자가 없습니다.
  • ClickOnce 인증서 인증기간 변경
  • WPF Textbox
  • Xamarin.Ios Firebase Phone Auth
  • WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
  • Label Text LineBreak in Xaml
  • Xamarin reCAPTCHA
  • Linux SSH Multi Computer Join
  • Xamarin.Ios Firebase Phone SMS OTP Send
  • c# Encrypt / Decrypt
more
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바