일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 크롤링
- Python
- PYTHON MSSQL
- c#
- sql developer
- MX Component
- 티스토리 초대장
- vscode
- scrapy
- 장고
- 딥러닝
- 텐서플로우
- rs422
- MEAN Stack
- windows10
- 윈도우10
- matplot
- 자본주의
- Serial
- 파이썬
- 오라클
- MSSQL
- MSSQL PYTHON
- oracle
- M2M
- Visual Studio Code
- tensorflow
- django
- pymssql
- rs485
- Today
- Total
목록분류 전체보기 (662)
안까먹을라고 쓰는 블로그
"기상자료개방포털"의 기온데이터 csv파일을 mssql에 저장하는 부분을 해보겠습니다. MSSQL 테이블 만들기 - 아래와 같은 형식의 테이블을 만들어 줍니다. - 테이블 생성 쿼리 USE [DZ] GO /****** Object: Table [dbo].[tblTemp] Script Date: 2023-05-29 오후 2:07:58 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[tblTemp]( [Date] [date] NOT NULL, [Location] [nchar](10) NOT NULL, [AverageTemp] [numeric](18, 2) NULL, [LowTemp] [numeric](18, 2) NUL..
"기상자료개방포털"의 기온데이터 csv파일을 mssql에 저장하는 부분을 해보겠습니다. "기온분석" csv데이터 파일 다운받기 1. https://data.kma.go.kr/ 에 접속합니다. 2. 아래와 같이 "기후통계분석" - "통계분석" - "기온분석" 을 선택 3. 아래와 같이 검색조건을 한 후, "검색"버튼을 눌러줍니다. - 자료구분 : 일 - 자료형태 : 기본 - 기간 : 19040101 ~ 20230528 (전일) - 지역/지점 : 서울 4. 조회가 되면, 우측하단의 "csv"버튼을 눌러서 csv파일을 다운받아 줍니다. 아래와 같이 csv파일을 다운 받았습니다. 이름은 조회시점에 따라 다릅니다. 5. 파일을 열어보시면, 기본적인 형식은 아래와 같습니다. 6. 아래와 같이 상단의 필요없는 부분(..
http://www.pymssql.org/en/stable/pymssql_examples.html pymssql examples — pymssql 2.1.4 documentation Example scripts using pymssql module. Connecting using Windows Authentication When connecting using Windows Authentication, this is how to combine the database’s hostname and instance name, and the Active Directory/Windows Domain name and the username. T www.pymssql.org 위의 공식사이트에서 기본적인 사용예제 및 추가..
아래의 쿼리를 실행하면, 여태까지 MSSQL 서버에서 실행된 쿼리 중에서, 설정 된 시간 아래의 " > 1000000"보다 오래걸린 쿼리내역이 조회된다!! ※ 아래 쿼리 실행시에는 MSSQL 관리자권한 로그인 필요!! SELECT TOP 1000 (qs.total_elapsed_time / qs.execution_count) as each_elapsed_time, st.text as query FROM sys.dm_exec_query_stats as qs WITH(NOLOCK) CROSS APPLY sys.dm_exec_sql_text(qs.sql_handle) as st WHERE (qs.total_elapsed_time / qs.execution_count) > 1000000 ORDER BY each..
https://www.tuya.com https://developer.tuya.com/en/docs/iot/ Docs Center-Tuya Developer Tuya IoT Development Platform is committed to building interconnection standards to facilitate smart development for all walks of brand owners, OEM manufacturers, developers, retailers, and other IoT participants. Based on the public cloud deployed across developer.tuya.com
★ 문제사항 위 오류는 "OpenCvSharpExtern.dll" 관련 오류이다. 참조 경로에 "OpenCvSharpExtern.dll"가 있어야 하는데, 추가를 해도 오류가 발생 함. ★ 조치사항 아래의 최신 버전의 "OpenCvSharpExtern.dll" 을 적용 시 오류 https://github.com/shimat/opencvsharp/releases/tag/4.7.0.20230114 아래의 "OpenCvSharp-4.1.1-x86-20191023.zip" 버전의 "OpenCvSharpExtern.dll" 적용 시 정상 실행 됨. https://github.com/shimat/opencvsharp/releases?page=3 끝~
https://www.advancedhmi.com AdvancedHMI 소프트웨어는 PLC 또는 장치와 통신하는 HMI(Human Machine Interface) 어플리케이션을 만드는데 사용되는 개방형 소프트웨어 입니다. 이 소프트웨어는 런타임 엔진에 의해 해석되는 구성뿐만 아니라, 실행파일을 생성하기 때문에 다른 기성품 패키지와 다르게 결과가 매우 빠르고 효율적인 어플리케이션 입니다. AdvancedHMI느 Microsoft .NET 프레임워크를 기반으로 합니다. 응용 프로그램은 한 줄의 코드를 작성하지 않고도 기본 HMI를 생성할 수 있는 끌어서 놓기 기능을 제공하는 Microsoft Visual Studio를 사용하여 생성됩니다. .NET 프레임워크를 활용하여 지원 네트워크와 개발자가 풍부합니다...
https://mingtrace.tistory.com/440 https://rudalskim.tistory.com/254 C# - OpenCV를 이용한 IP Camera View 프로그래밍 C#을 이용해서 IP Camera View 제작 환경 회사 업무 관련하여서 C#을 이용하여 IP Camera를 보는 프로그램을 작성하게 되었어요. IP Camera의 RSTP Address를 사용하여 View 기능을 구현했어요. 사용 환경 1. IDE : mingtrace.tistory.com - OpenCvSharp (https://github.com/shimat/opencvsharp) . C#에서 OpenCvSharp을 사용할 수 있도록 해주는 OpenSource 입니다. OpenCV (Open source Com..
■ 파이썬 금융 데이터 분석과 자동화 https://wikidocs.net/book/8434 https://wikidocs.net/172650 ■ FinanceData - FinanceDataReader 사용자 안내서 https://financedata.github.io/posts/finance-data-reader-users-guide.html https://financedata.github.io/posts/python_news_cloud_text.html https://financedata.github.io/posts/bdi_index.html - 파이썬 - 추천 무료 온라인 강좌 https://financedata.github.io/posts/recommended-free-online-courses..