- raspberry pi
- HANA Cloud
- angularJS
- ionic native
- 윈도우 서비스
- ChatGPT
- sapui5
- SAP BTP
- springboot
- CAP Java
- ionic3
- BTP Deployment
- TypeScript
- Capire
- HANA DB
- BTP 배포
- JavaScript
- cf push
- Windows Service
- Devian
- ionic
- tomcat
- raspbian
- BTP
- cloud foundry
- 구글맵 예제
- Business Application Studio
- eclipse plugin
- sap
- blue-green
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Today
- Total
목록분류 전체보기 (27)
Ryan's Log
잘 [번역] 하루만에 끝내는 AngularJShttp://soomong.net/blog/2014/01/20/translation-ultimate-guide-to-learning-angularjs-in-one-day/ TypeScript를 무서워하지 않아도 되는 이유http://han41858.tistory.com/14 React보다 Angular2에 더 주목해야하는 이유http://sculove.github.io/blog/2016/07/11/react보다-angular2에-더-주목해야하는-이유/
Fixing npm permissions nodejs 설치 후 npm install 등 permission 오류(EACCES) 발생시 아래 링크의 가이드에 따른다.https://docs.npmjs.com/getting-started/fixing-npm-permissions 위 글은 두가지 방법을 소개하고 있으나 그중 첫번째일반적으로 node설치 경로가 /usr/local 일 경우 아래를 실행하면 끝sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
Java MokServer 간단히 MokServer를 구현해본다. import org.mockserver.integration.ClientAndServer; import org.mockserver.model.HttpRequest; import org.mockserver.model.HttpResponse; public class MokServer { public static void main(String[] args) { ClientAndServer mockServer = ClientAndServer.startClientAndServer(50000); ForwardChainExpectation expectation = server.when(HttpRequest.request().withMethod("GET..
OpenUI5http://openui5.org/ UI Development Toolkit for HTML5 (SAPUI5)https://help.sap.com/saphelp_nw74/helpdata/en/95/d113be50ae40d5b0b562b84d715227/content.htm [Plugin] UI Development Toolkit for HTML5https://tools.hana.ondemand.com/mars
UI5 Exam #1 - Simple List (Editable) 편집이 가능한 간단 리스트 (Simple List Editable) UI5는 Debug 모드로 동작할 예정이므로 -dbg.js 파일로 작성한다. SimpleList-dbg.js sap.ui.define(['jquery.sap.global', 'sap/ui/core/Control'], function($, BaseObject){ 'use strict'; var SimpleList = BaseObject.extend('ext.SimpleList', { metadata: { defaultAggregation: "rows", aggregations: { rows : {type : "sap.ui.core.Control", multiple : tru..
전자정부 프레임워크 수동 설치 전자정부 프레임워크 수동 설치를 위해 아래 URL 참조한다. http://www.egovframe.org/wiki/doku.php?id=egovframework:dev2:install_guide 각 eclipse 버전별 설치해야 할 플러그인 및 설치 URL이 제공된다. 당신이 Mac OSX 사용자라면...
Eclipse Maven Web 프로젝트 초기 구성 사용된 Eclipse 4.4.1 LUNA 새로운 Maven Project를 생성한다. [FILE > NEW > Other...] 위 과정을 모두 마친 이후에 생성된 프로젝트 내부 모습 JSP에 오류가있다.Server Runtime 을 추가하여 오류를 해결한다. [프로젝트의 Properties > Java Build Path] Project Facets의 Dynamic Web Module 버전과 Java 버전을 원하는 대로 올려준다. [프로젝트의 Properties > Project Facets]이를 통해 변경할 수 없다면.settings/org.eclipse.wst.common.project.facet.core.xml 를 직접 수정 [프로젝트의 Prop..