본문 바로가기

분류 전체보기171

IOException: The process cannot access the file 'file path' because it is being used by another process private const int NumberOfRetries = 3; private const int DelayOnRetry = 1000; for (int i=1; i 2018. 6. 23.
Image read stream memory in WPF. using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Media;using System.Windows.Media.Imaging; namespace gNcImgMover{ public class Utils { public static byte[] ConvertBitmapSourceToByteArray( BitmapEncoder encoder, ImageSource imageSource ) { byte[] bytes = null; var bitmapSource = imageSource as Bitma.. 2018. 6. 23.
How To Develop iOS Apps On A Windows PC? SOURCE : https://learnappmaking.com/develop-ios-apps-on-windows-pc/ How can you develop iOS apps on a Windows PC? The short answer is… you can’t! There are plenty of options to get around that, however. Let’s find out in this article!The problem is Xcode, the Integrated Development Environment (IDE) you use to design, develop and publish iOS apps. Xcode includes the Swift compiler, Interface Bui.. 2018. 6. 12.
'미세고' 앱 인공지능 예보 기능 설명 드립니다. 미세고 개발하고 서비스하고 있는 개발자입니다. 우선 이글을 쓰기 전에 미세고 앱에 대해서 정말 자세하게 설명하고 개발한 의도대로 사용하신 '대구 청명'님께 진심으로 감사드립니다. 미세고 앱은 아래 목표로 개발 되었습니다. 1) 미세먼지에 대해서 가장 많은 정보를 보여준다.2) 가능한 예보 기능을 강화한다. 새로 개발된 인공지능 미세먼지 예보기능에 대해서 설명드리겠습니다. 미세먼지를 3~6시간마다 데이터를 수집해서 예보를 합니다.참고로, 현재 서버 및 인공지능 CPU 클라우드 비용 및 관리 모니터링 이슈 때문에 야간(22:00~05:00)에는 예보를 업데이트 하지 않습니다. 우선, 예보가 100% 정확하지 않을 수 있습니다. 때론 좋은데 나쁨이라고 예보하고 반대로 나쁜데 좋을 예정이라고 예보 할 수 있습니.. 2018. 6. 9.