$_SESSION https://www.php.net/manual/en/reserved.variables.session.php PHP: $_SESSION - Manual I wrote a little page for controlling/manipulating the session. Obviously, never use this on a production server, but I use it on my localhost to assist me in checking and changing session values on the fly.Again, it makes use of eval() and exposes the ses www.php.net php 4.1이상부터 사용가능하다 기본적인 세팅은 그누보드를 참조했다. //==.. 2019. 4. 15. CLEARTEXT communication to XXXX not permitted by network security policy https://gun0912.tistory.com/80?category=560271 해당 블로그 참조 [안드로이드]CLEARTEXT communication to XXXX not permitted by network security policy "CLEARTEXT communication to XXXX not permitted by network security policy" 어느날 코드를 바꾼게 없는데도 위와 같은 오류가 발생하면서 앱이 실행이 안되는 일이 발생합니다. 그 이유는 여러분 혹은 사용자.. gun0912.tistory.com 갑자기 최신폰으로 업데이트후 앱이 실행이 되지 않는다고 하는 문의가 계속 들어옴 결론 : 안드로이드 9.0 파이에서부터는 HTTP대신 HTTPS를 쓰라고 강제하게됨 그.. 2019. 4. 4. ASP EXCEL 커넥션 스트링https://www.connectionstrings.com/excel/ "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=파일경로;Extended Properties=""Excel 12.0;HDR=YES;IMEX=1;""" https://docs.microsoft.com/en-us/sql/integration-services/load-data-to-from-excel-with-ssis?view=sql-server-2017 Microsoft Office Access Database Engine 오류 '80004005'설치 가능한 ISAM을 찾을 수 없습니다.-> 구문에러였음----문제점1 : xls파일을 불러왔을경우 첫번째 column을 읽어오지 못함 해결 .. 2019. 3. 25. GPS 관련 https://developer.android.com/reference/android/Manifest.permissionStringACCESS_COARSE_LOCATIONAllows an app to access approximate location.StringACCESS_FINE_LOCATIONAllows an app to access precise location.StringACCESS_LOCATION_EXTRA_COMMANDSAllows an application to access extra location provider commands. GPS의 경우NETWORK_PROVIDER : 네트워크를 통한 사용자위치결정ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION GP.. 2019. 3. 13. function * javascript function* 선언 (끝에 별표가 있는 function keyword) 은 generator function 을 정의하는데, 이 함수는 Generator 객체를 반환합니다.generator function 은 GeneratorFunction 생성자와 function* expression 을 사용해서 정의할 수 있습니다. https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Statements/function* 2019. 3. 4. cat /ect/passwd 사용자리스트 cat /ect/passwd bash사용자출력grp /bin/bash /etc/passwd | cut -f1 -d: 참조 : https://zetawiki.com/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_%EA%B3%84%EC%A0%95_%EB%AA%A9%EB%A1%9D_%EB%B3%B4%EA%B8%B0 2019. 3. 4. geography 자료형 --자료형 : geography저장되는 형태 : POINT (129.000000,35.0000000)https://docs.microsoft.com/ko-kr/sql/t-sql/spatial-geography/spatial-types-geography?view=sql-server-2017--테이블생성GEO_TESTName : geoType : geography 샘플 위도경도값 서울시청 위도 : 37.5662952경도 : 126.9779451 쿼리사용시 -등록INSERT INTO GEO_TEST (geo) VALUES(geography::Point(37.5662952,126.9779451,4326)) 결과값 : POINT (126.977945099999999 37.566295199999999)-수정부산시청.. 2019. 2. 28. passwd 사용자 비밀번호 변경 passwd - ROOT비밀변호 변경시root@ubuntu:~# passwdEnter new UNIX password: Retype new UNIX password: passwd: password updated successfullyroot@ubuntu:~# - 사용자 비밀번호 변경 passwd 사용자명Enter new UNIX password: Retype new UNIX password: 2019. 2. 26. transformDexWithDexForRelease * What went wrong:Execution failed for task ':transformDexWithDexForRelease'.> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/google/firebase/messaging/FirebaseMessaging; 해당 플러그인추가후 해결완료cordova plugin add --save https://github.com/jwall149/co.. 2019. 2. 26. 이전 1 ··· 12 13 14 15 16 17 18 ··· 37 다음