[어플제작] 하이브리드앱 개발 프레임웍 framework7
framework7은 안드로이드 어플제작과 아이폰 어플제작을 동시에 할 수 있는 하이브리드앱 개발툴로서 고효율 저비용의 개발 생산성을 높이고 제작비용뿐만 아니라 최소한의 개발 인력으로 신속하게 어플을 제작할 수 있는 개발툴입니다. framework7은 또한 어플제작을 하이브리드앱 개발방식으로 하게 될 경우 네이티브앱 개발방식과의 차이점을 극복하는 거의 유일한 대안중 하나입니다. 하이브리드앱 개발방식으로 안드로이드 어플을 제작하는 경우…
jQuery Ajax Call to PHP Script with JSON Return
User experience plays a vital role in excellent web design. Ajax allows you to run server-side validations, form submissions, data retrieval, and other server-side stuff in the background (asynchronously) without interfering with the existing page where…
How to create an automated task using Task Scheduler on Windows 10
Task Scheduler allows you to automate many tasks on Windows 10, and in this guide, we’ll show you the steps to create and schedule your first task.MAURO HUCULAK30 Jan 2019 1 On Windows 10, Task Scheduler is a tool that allows you to…
Windows 10에서 시작할 때 자동으로 실행되는 앱 변경
앱 변경 Windows 10에서 시작할 때 자동으로 실행될 앱을 변경하는 두 가지 방법이 있습니다. 시작 버튼을 선택하고 설정 > 앱 > 시작 프로그램을 선택합니다. 시작할 실행할 앱이 켬으로 설정되어 있는지 확인합니다. 설정에 시작 프로그램 옵션이 표시되지 않는 경우 시작 버튼을 마우스 오른쪽 단추로…
How to Use Google’s SMTP Service with Opencart
more 1. Login to your Opencart Admin Page and navigate to System > Settings > Edit > Mail 2. Once you have opened up the Mail Settings tab you should complete the form using the following data: Mail Protocol should be set to SMTP Mail Parameters…
Use the PHP addslashes function to fix SQL INSERT problems
More PHP MySQL FAQ: Can you share an example of how to use the PHP addslashes function when creating a SQL INSERT statement? When you’re inserting records into a database table with plain PHP (as opposed to using a PHP framework), some of the…
NO Cache option
원문보기 The correct minimum set of headers that works across all mentioned clients (and proxies): Cache-Control: no-cache, no-store, must-revalidate Pragma: no-cache Expires: 0 The Cache-Control is per the HTTP 1.1 spec for clients and proxies (and…
워드프레스 보안 강화를 위한 기본적인 세 가지 방법
원문 워드프레스 보안 플러그인 사용 워드프레스 보안 플러그인을 설치하면 스팸, 사이트 해킹 시도 등을 효과적으로 차단할 수 있습니다. 다양한 플러그인이 있는데, 다음과 같은 플러그인을 고려해볼 수 있습니다. Wordfence Security (무료) Sucuri Security (무료) BulletProof Security (무료) 이 중에서 하나를 선택하여 설치하고 항상 최신 버전으로 업데이트하여 유지하면 보안에 많은 도움이 될 것입니다. 항상 최신…
메이븐 (maven) 설치 및 이클립스 연동하기
메이븐은 다음 사이트에서 다운로드 받을 수 있다. http://maven.apache.org/download.html 다운로드 페이지에서 Maven 3.0.4 (Binary zip) – apache-maven-3.0.4-bin.zip 을 다운 받는다. (현재 최신버전) 다운받은 zip 파일을 원하는 경로로 이동하여 압축해제 한다. 환경변수 등록 및 확인 …