728x90 분류 전체보기720 게임 - 인디 게임 유통 사이트(itch.io) https://itch.io/ Download the latest indie games itch.io is a simple way to find, download and distribute indie games online. Whether you're a developer looking to upload your game or just someone looking for something new to play itch.io has you covered. itch.io 2022. 11. 2. 일렉트론 - 부트스트랩(bootstrap) 적용 모듈 다운로드 npm install –save jquery npm install –save bootstrap bootstrap import TEST BTN 출처: https://akageun.github.io/2018/08/22/electron-bs4.html [Electron.js] Bootstrap 4 사용하기. 언제나 개발하기를 즐기는 개발자 입니다. akageun.github.io 2022. 11. 1. Electron - Preload에서 npm 모듈 사용하기 random이라는 모듈을 사용하고 싶을 경우 main.js const mainWindow = new BrowserWindow({ width: 800, height: 600, webPreferences: { nodeIntegration: true, preload: path.join(__dirname, 'preload.js') } }) webPreferences 객체에 nodeIntegration: true를 추가한다. preload.js const random = require('random') window.addEventListener('DOMContentLoaded', () => { document.querySelector("#btn").addEventListener("click", ()=>{ aler.. 2022. 10. 31. 윈도우 - 제어판, 앱 및 기능 삭제가 되지 않는 경우 사진과 같이 제거가 비활성화되어 삭제를 할 수가 없는 경우(파일은 제거가 되었지만 기록에서 지워지지 않는 상태) 레지스트리 경로 컴퓨터\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\ 레지스트리에서 위 경로로 이동해 준다. Uninstall 키 아래에는 또 여러 가지의 하위 키들이 존재하는데 그중에서 DisplayName의 값이 내가 기록에서 지우고 싶은 것인 키를 확인하고 그 키를 지워준 출처: https://seogilang.tistory.com/1793 윈도우10 앱 및 기능 남은 목록 삭제 방법 윈도우10은 앱 및 기능을 통해 설치한 앱(프로그램)을 삭제할 수 있다. 하지만 파일을 강제 삭제하는 .. 2022. 10. 30. github.com에서 vscode 사용하기 원본 영상 https://www.youtube.com/watch?v=oLB989eHoDQ 수정하고 싶은 깃허브 레포지토리로 가서.(점) 키를 누르면 vscode 에디터 창으로 이동할 수 있다. 2022. 10. 30. 개발자를 위한 검색엔진(sayhello.so) https://beta.sayhello.so/ Hello: Search engine for instant answers The search engine for instant answers. Code Snippets right in the Editor beta.sayhello.so 찾고 싶은 검색어를 입력하면 왼쪽에는 예제 코드가 출력이 되며, 오른쪽에는 일반 검색엔진의 검색 결과들이 나온다. 예제 코드가 바로 출력이 되기 때문에 다른 웹 사이트로 방문할 일이 줄어들어 편리할 수 있지만, 원하는 결과가 나오지 않을 경우도 있으며 무엇보다 예제 코드를 로딩하는데 시간이 좀 소요되는 게 아쉽 2022. 10. 29. 셀레니움 - C#, Select Option 선택 Install-Package Selenium.Support // By Text (new SelectElement(driver.FindElement(By.XPath(""))).SelectByText(""); // By Value (new SelectElement(driver.FindElement(By.XPath(""))).SelectByValue(""); 출처: https://stackoverflow.com/questions/5278281/how-to-select-an-option-from-drop-down-using-selenium-webdriver-c How to select an option from drop down using Selenium WebDriver C#? I was trying for .. 2022. 10. 26. 셀레니움 - C#, 자바스크립트 실행 결과 가져오기 // Number var newScrollHeight = (long) js.ExecuteScript("window.scrollTo(0, document.body.scrollHeight); return document.body.scrollHeight;"); // String string title = (string)js.ExecuteScript("return document.title"); 출처: https://stackoverflow.com/questions/18572651/selenium-scroll-down-a-growing-page Selenium - Scroll down a growing page I'm using Selenium with c#. Selenium usually can automat.. 2022. 10. 26. C# - textBox PlaceHolder 구현 https://www.youtube.com/watch?v=VFeYyC_4It0 private void textBox_naverid_Enter(object sender, EventArgs e) { if( textBox_naverid.Text == "아이디") { textBox_naverid.Text = ""; textBox_naverid.ForeColor = Color.Black; } } private void textBox_naverpw_Enter(object sender, EventArgs e) { if (textBox_naverpw.Text == "비밀번호") { textBox_naverpw.Text = ""; textBox_naverpw.PasswordChar = '●'; textBox_naverp.. 2022. 10. 26. 셀레니움 - 캡챠 우회 모듈(Captcha-Impulse) https://pypi.org/project/Captcha-Impulse/ Captcha-Impulse hCaptcha bypass with yolov5 pypi.org 설치 pip install Captcha-Impulse Demo Available labels If the requested label is not in the trained model the library will reload the captcha until it find an available label. Name Status Airplane ✅ Seaplane ❌ Bus ✅ Boat ✅ Bridge ❌ Bicycle ✅ Car ✅ Chimneys ❌ Crosswalks ❌ Fire hydrants ✅ Mountain | Hill ❌.. 2022. 10. 25. 리액트 네이티브 - WebView 자바스크립트 조작 & WebView와 앱 메시지 전달 import * as React from 'react'; import { WebView } from 'react-native-webview'; import { StyleSheet } from 'react-native'; import Constants from 'expo-constants'; export default function App() { return ( {console.log(event.nativeEvent.data)}} /> ); } const styles = StyleSheet.create({ container: { flex: 1, marginTop: Constants.statusBarHeight, }, }); 참고: https://docs.expo.dev/versions/latest/sdk.. 2022. 10. 21. 네이버 로그인 계정의 블로그로 이동하는 URL https://blog.naver.com/MyBlog.naver [네이버: 로그인] 안전한 로그인을 위해 주소창의 URL과 자물쇠 마크를 확인하세요! nid.naver.com 2022. 10. 19. 이전 1 ··· 27 28 29 30 31 32 33 ··· 60 다음 728x90