2018년 10월 4일 목요일

Privacy Policy

Privacy Policy

realslow built the MyBookMark app as a Free app. This SERVICE is provided by realslow at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at MyBookMark unless otherwise defined in this Privacy Policy.
Information Collection and Use
For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information. The information that I request will be retained on your device and is not collected by me in any way.
The app does use third party services that may collect information used to identify you.
Link to privacy policy of third party service providers used by the app
Log Data
I want to inform you that whenever you use my Service, in a case of an error in the app I collect data and information (through third party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing my Service, the time and date of your use of the Service, and other statistics.
Cookies
Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory.
This Service does not use these “cookies” explicitly. However, the app may use third party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service.
Service Providers
I may employ third-party companies and individuals due to the following reasons:
  • To facilitate our Service;
  • To provide the Service on our behalf;
  • To perform Service-related services; or
  • To assist us in analyzing how our Service is used.
I want to inform users of this Service that these third parties have access to your Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose.
Security
I value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and I cannot guarantee its absolute security.
Links to Other Sites
This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, I strongly advise you to review the Privacy Policy of these websites. I have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.
Children’s Privacy
These Services do not address anyone under the age of 13. I do not knowingly collect personally identifiable information from children under 13. In the case I discover that a child under 13 has provided me with personal information, I immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that I will be able to do necessary actions.
Changes to This Privacy Policy
I may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. I will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately after they are posted on this page.
Contact Us
If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me.
This privacy policy page was created at privacypolicytemplate.net and modified/generated by App Privacy Policy Generator

2016년 10월 25일 화요일

맥북에서 Android Jni사용

처음으로 Android Jni를 사용하는데
헤더 파일이 생성이 안된다.....

왜지??

프로젝트 bin/classes 에서

javah -classpath ${android_home}/android.jar com.ex.hellojni


Could not find class................

윈도우에서 해보니 정상동작...뭐지??

맥에서는 경로를 못찾나보다;;

구글링 구글링...

세미콜론과 점을 찍으란다
javah -classpath ${android_home}/android.jar;. com.ex.hellojni

역시 실패

다시 구글링...
콜론과 점을 찍으란다
javah -classpath ${android_home}/android.jar:. com.ex.hellojni

오...성공!! ㅋㅋㅋ

참고로 ndk-bulider를 실행하기 위해선 .bash_profile에 NDK_HOME이 등록되어있어야한다.


오늘도 배웠다!!

참조 사이트

2016년 3월 17일 목요일

OC4J war file배포하기

1. oc4j instance 생성

$oracle_home/bin/createinstance -instanceName oc4japp01

2. war file 복사

아래 경로로 war file 복사
$oracle_home/j2ee/oc4japp01/application/

3. Application.xml 파일수정

$oracle_home/j2ee/oc4japp01/config/application.xml

...
<web-module id ="testWeb" path="../../oc4japp01/applications/test.war"/>
...

4. default-web-site.xml 파일수정

$oracle_home/j2ee/oc4japp01/config/default-web-site.xml

...
<default-web-app application="default" name="defaultWebApp" root="/j2ee"/>
<web-app application="default" name="testWeb" load-on-startup="true" root="/test"/>
...

5. opmn stop & opmn start

명령어
$oracle_home/opmn/bin opmnctl stopall
$oracle_home/opmn/bin opmnctl startall


--------------------------------------------------------------
포트 번호는 $oracle_home/Apache/Apache/conf/httpd.conf 안에 listen 과 port를 참고

windows 기준으로 작성됨

2016년 1월 10일 일요일

android studio instant run

안드로이드 스튜디오 2.0에 새로 추가된 기능.

jrebel for android 처럼 재설치없이 코드 및 layout이 바로 적용된다

짱이다 ㅋㅋㅋ

구버전 프로젝트에서 하는방법

preferences -> build, execution, deployment -> build tools -> instant run ->update project

하면됨..


2015년 12월 15일 화요일

오라클 10g 이클립스 연동

DB다운받기!!! 순서 및 설치 방법!

www.oracle.com
download>Oracle Database Express Edition 11g Release 2
>>accept 체크하고 윈32버전 다운..
아이디 넣고
비번앞에 대문자 한글자 총 8자리임..
압축풀고 설치
중간에 비번물어봄..잊지말기
설치경로 바꾸지말기

설치끝>>시작..run sql command line 실행
conn system
패스워드 입력 위에입력한 비번
connected 뜨면 실행준비 된거임
conn sys as sysdba
패스워드 입력 위에입력한거
이렇게 두개하면 완전 슈퍼클래스가 된거임
그담에 유저 만들어야됨
create user id identified by passwd;
앞에께 계정 뒤에께 비번..
라고 치면 유저 만들어짐
그담
권한주기
conn sys as sysdba
다음패스워드
그담
grant dba to id;
conn id/passwd
하면 권한 가져옴!

>>>>>>>>>>>>>>>>이클립스에서 오라클연동하는 방법<<<<<<<<<<<<<<<<<<<<<<<<<<<
탐색기에 ojdbc 검색하기 ojdbc6.jar 복사해서 찾기쉬운 폴더에 복사하기
이클립스 javaee있는 부분에서database development 클릭
왼쪽에 database connections 오른쪽 클릭 new
oracle 클릭 oracle thin driver 11 클릭 jarlist에서 클리어하고 아까 복사한 경로에서 추가하기
properties에서
catalog xe
connection Url 에서 sever부분지우고 localhost적고 db부분에 xe
databasename 에 xe
패스워드에 아까 권한준 패스워드
userid에 아까 준 id
test해보고 되면 save password 체크

왼쪽 보면 xe생기고 거기다가 왼쪽클릭후 위쪽 젤 오른쪽 sql스크립트북 열어서
텍스트 파일 붙여넣고commit 전에있는거 알트+x로 쿼리 저장하기
그리구 프로젝트에다가 저장하기 반드시 .sql로 해야함!!

2015년 7월 2일 목요일

mac 안드로이드 스튜디오 단축키

아..자꾸 까먹는다..아직도 맥이 익숙하지않는다;;;;

중요 단축키... 기억좀요 제발..ㅜㅜㅜ

Option + Enter : 빠른 수정 (이클립스 코드에 빨간줄 생길 때 수정 항목 추천과 같은 기능)
Control + Space : 기본 코드 자동 완성
Control + O : Override / Implement methods
Control + Option + O : Optimize imports
Command + N : Generate code( Getters, Setters, Constructors, hashCode/equals, toString )
Control + Shift + Space : 스마트 코드 완성(예상되는 타입의 메소드또는 변수명 )
Command + Option + L : Reformat code

Command + Option + T : Surround with… (if..else, try..catch, for, synchronized, etc.)
Command + / : 한줄주석
Control + Shift + / : 블럭주석
Control + W : 연속적인 코드블럭 선택
Command + Shift + V : 클립보드 히스토리
Control + mouse over code : 간단한 설명
Shift + mouse over code : 약간 더 자세한 설명 (API version, superclass, interface)