junn.net
  • Home
  • 💲DailyExpenses v1.32
  • WordPress Patient DB
    • 1. 등록번호 생성, 환자 명단 스킨
    • 2. 환자별 자료 등록하기, Codex 이용
    • 3. 환자별 자료 확인, 자료 삭제
    • 4. 주민등록번호 암호화, 환자 검색
    • 5. 구조 간소화, 세부 작업들
    • 6. 엑셀(excel) 출력
  • 🥂와인의 기록
Categories
Tags
AI칼럼 (6) anaconda (4) C5060W (5) database (4) fine art (11) Flex (5) Inca Trail (11) Israel (13) Japan (4) jazz (9) jupyter (4) Kyoto (4) oil painting (11) Peru (11) python (9) R (7) R칼럼 (8) Steem (6) wordpress (10) 교토 (7) 데이터베이스 (5) 도쿄 (4) 딥러닝 (4) 마추픽추 (4) 뮤지컬 (9) 미술 (13) 성형외과 (6) 실습이야기 (5) 야경 (7) 오사카 (4) 워드프레스 (7) 유럽여행 (13) 유화 (11) 의학칼럼 (4) 이스라엘 (7) 일본 (6) 일본여행 (7) 잉카 (5) 잉카트레일 (9) 재즈 (8) 중국여행 (5) 페루 (11) 프라하 (4) 프랑스 (4) 환자 (6)
junn.net from 2007
RSS Feed
junn.net from 2007
  • Home
  • 💲DailyExpenses v1.32
  • WordPress Patient DB
    • 1. 등록번호 생성, 환자 명단 스킨
    • 2. 환자별 자료 등록하기, Codex 이용
    • 3. 환자별 자료 확인, 자료 삭제
    • 4. 주민등록번호 암호화, 환자 검색
    • 5. 구조 간소화, 세부 작업들
    • 6. 엑셀(excel) 출력
  • 🥂와인의 기록

Browsing Category

Wordpress/PHP

23 posts
WWordpress/PHP
Read More
  • 1 minute read

Mediteam.us 개발 – 워드프레스를 바깥(외부)에서 이용하기(PHP), 요약문(Excerpt)

  • byJ Seok
  • January 14, 2018
  • No comments
스팀을 처음 블로그로 시작하신분들은 사실 워드프레스를 익힐 이유가 전혀 없습니다만, 저처럼 오랫동안 워드프레스를 사용하던 사람한테는 워드프레스가 스팀 글쓰기의…
₿₿ Cryptocurrency
Read More
  • 1 minute read

Steemit 포스트를 Naver 블로그로 보내기 #2 – 비출력 문자 에러 처리

  • byJ Seok
  • January 8, 2018
  • No comments
Github : https://github.com/junn279/steemjs_example/blob/master/naver_open_api.php 지난 포스팅 (https://steemit.com/kr/@junn/steemit-openapi-naver-export-using-php)을 테스트 하는 중에 재밌는 현상을 발견했습니다. 제목을 어떻게 붙여야할지 몰라. 비출력문자 에러라고…
₿₿ Cryptocurrency
Read More
  • 2 minute read

Steemit 포스트를 OpenAPI로 Naver 블로그로 보내기(export) using PHP

  • byJ Seok
  • January 7, 2018
  • No comments
Github : https://github.com/junn279/steemjs_example/blob/master/naver_open_api.php 제목은 Steemit 포스트를 Naver 블로그로 보내기 입니다. 모든 과정을 한번에 적을 수는 없어서..사실상 Naver OpenAPI…
WWordpress/PHP
Read More
  • 1 minute read

Mediteam.us – Puppeteer 사용기

  • byJ Seok
  • December 29, 2017
  • No comments
참 묘하게, 아무 생각없이 책에서 읽었던, 당시에 마냥 신기하게 생각했던 내용들이 결국 돌고 돌아 사용할 일들이 생긴다. 이번…
WWordpress/PHP
Read More
  • 1 minute read

MySQL : INSERT ON DUPLICATE KEY UPDATE 에서 autoincrease되는 id 문제

  • byJ Seok
  • November 24, 2017
  • No comments
https://stackoverflow.com/questions/9189102/too-many-auto-increments-with-on-duplicate-key-update INSERT … ON DUPLICTE KEY UPDATE 는 굉장히 유용한 구문이나, 오늘 보니까 duplicate 여부를 확인하는 과정에서 쓸데없이…
WWordpress/PHP

서버 오류로 겪은 끔찍한 일(부제 : MariaDB, InnoDB, dump 없음, 파일만)

  • byJ Seok
  • September 7, 2017
  • No comments
오후 5시경 갑자기 서버에 DB가 접속이 안되는 일이 발생했다. 1. 왜 나는 이제 것 mysqldump로 DB를 백업하지 않고…
₿₿ Cryptocurrency
Read More
  • 3 minute read

Steemconnect Example #1. Login from your site other than steemit.com

  • byJ Seok
  • August 4, 2017
  • No comments
WordPress post : http://junn.net/archives/601 Reference #1 : https://steemit.com/tutorial/@krnel/tutorial-how-to-add-steemit-login-to-your-site-with-steemconnect Reference #2 : https://github.com/busyorg/steemconnect Source : https://github.com/junn279/steemjs_example/blob/master/steem04.php https://github.com/junn279/steemjs_example/blob/master/steem04_sub.php   Obviously,…
₿₿ Cryptocurrency
Read More
  • 2 minute read

Steem.js Example #3. Get Posts more than 20 posts, pagination.

  • byJ Seok
  • August 3, 2017
  • One comment
WordPress Post : http://junn.net/archives/575 Github source : https://github.com/junn279/steemjs_example/blob/master/steem03_1.php (lite version) https://github.com/junn279/steemjs_example/blob/master/steem03.php   Continue to our previous example, this…
₿₿ Cryptocurrency
Read More
  • 1 minute read

Steem.js Example #2, Get Posts (getState)

  • byJ Seok
  • August 2, 2017
  • 2 comments
WordPress Post : http://junn.net/archives/557 Github Source : https://github.com/junn279/steemjs_example/blob/master/steem02.php   이번에는 ‘최신 글 가져오기’에 대한 내용이다. 그러나 실제로 이…
₿₿ Cryptocurrency
Read More
  • 1 minute read

Steem.js Example #1, Get account information

  • byJ Seok
  • August 1, 2017
  • No comments
WordPress : http://junn.net/archives/541 Source code : https://github.com/junn279/steemjs_example/blob/master/steem01.php Reference : https://steemit.github.io/steemit-docs/ 설명에 앞서, 작업의 편의를 위해 Firefox 웹 개발…
Top Posts
  • 나만의 LP판을 만들어 보았습니다 (Vinylify.com 이용 후기)
    나만의 LP판을 만들어 보았습니다 (Vinylify.com 이용 후기)
  • [Jazz] Louis Van Dijk Trio  "A Lovely Way To Spend An Evening"
    [Jazz] Louis Van Dijk Trio "A Lovely Way To Spend An Evening"
  • [PyQT] pyplot (matplotlib) 을 PyQt 에서 사용하기
    [PyQT] pyplot (matplotlib) 을 PyQt 에서 사용하기
  • Anaconda Tensorflow GPU 버전 설치 (2022.05 수정)
    Anaconda Tensorflow GPU 버전 설치 (2022.05 수정)
  • 2007년 겨울, 오사카&교토 #2
    2007년 겨울, 오사카&교토 #2
Categories
Archives
Blog Stats
  • 148,958 hits
@junn.wine
Henri Giraud, Esprit 0 0
Casa Defra, Riserva, 2018 0 0
Munia Caracter, red blend, 2017 0 0
Bel Ami Chateauneuf du Pape, Red blend, 2017 0 0
Aresan, Red blending, 2019 0 0
Matsu El Recio, Red blend, 2020 0 0
Lumera, Rosé, 2020 0 0
Terras Gauda, 알바리뇨, 2020 0 0
Caymus Carbenet Sauvignon, 2019 0 0
Undurraga Brut, NV 0 0
LULU, 2020?, Rosé 0 0
Federalist, Red blend, 2018 0 0
junn.net
Designed & Developed by Code Supply Co.
 

Loading Comments...