WWordpress/PHP WordPress SMTP Gmail ์ค์ byJ SeokJune 29, 2016No comments 2019.02.09: ์ด ํฌ์คํ ์ WP 4๋ฅผ ๊ธฐ์ค์ผ๋ก ๋ง๋ค์ด์ก๋ ๊ฒ์ผ๋ก WP 5์์๋ ํ ์คํธ๋์ง ์์์ต๋๋ค. ์ค์ ์ด ์ ํํ์ง ์๊ฑฐ๋ PHP mail…
WWordpress/PHP WP User frontend์์ custom form, Meta Key ์ด์ฉbyJ SeokJune 15, 2016No comments 2019.02.09: ์ด ํฌ์คํ ์ WP 4๋ฅผ ๊ธฐ์ค์ผ๋ก ๋ง๋ค์ด์ก๋ ๊ฒ์ผ๋ก WP 5์์๋ ํ ์คํธ๋์ง ์์์ต๋๋ค. ์ฐธ๊ณ :ย http://docs.wedevs.com/docs/wp-user-frontend-pro/tutorials/showing-meta-fields-in-frontend/ 1. wordpress ๋ด๋ถ…
PPython wxPython ์ผ๋ก ์์ ํ ํ์ผ์ py2exe ๋ก, setup.pybyJ SeokAugust 15, 2015No comments ์จ๊ฐ ์คํ ์๋ฌ๋ฅผ ๋ณด์ ํด์ ๋ง๋ , msvcp90.dll ํ์ผ์ ๋ค์ด๋ฐ์์ python2.7/DLLs์ ๋ฃ์ผ๋ฉด ๋๋ค. >> python setup.py py2exe from distutils.core import…
PPython [Python] Scikits.audiolab ์ค์นbyJ SeokApril 25, 2015One comment 1. $sudo easy_install scikits.audiolab ์คํ์ ๋ค์๊ณผ ๊ฐ์ ์๋ฌ๋ฉ์ธ์ง ๋ฐ์ error: sndfile (http://www.mega-nerd.com/libsndfile/) library not found. Directories to search…
PPython Python ๋ฒ์ ๋ฌธ์ , Mac, Sublime textbyJ SeokJanuary 15, 2015No comments ์๊ธฐ์ ์ ํฌ์คํ . ๋งฅ์์ ํฐ๋ฏธ๋์ ํตํด ์ค์นํ ํ์ด์ฌ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๊ฐ Sublime text์ REPL์์๋ import๋์ง ์๋ ๋ฌธ์ ๊ฐ ๋ฐ์ํ์๋ค. ๋ฌธ์ ์ ์์์ ๋ค์๊ณผ…
PPython [GAE/Python] Schema ์์ ํ๊ธฐ #2. ์ญ์ byJ SeokDecember 9, 2014No comments ์ด๋ฒ์๋ DB์์ ํญ๋ชฉ์ ์ญ์ ํ๋ ๊ฒ. https://cloud.google.com/appengine/articles/update_schema ๋ฐ http://sandrylogan.wordpress.com/2010/12/08/delattr/ ์ฌ์ดํธ ์ฐธ์กฐ class AlbumModel(ndb.Expando): #ndb.Model -> ndb.Expando๋ก ๊ต์ฒด artist…
PPython [GAE/Python] Schema ์์ ํ๊ธฐ #1. ์ถ๊ฐbyJ SeokDecember 6, 2014No comments DB๊ตฌ์กฐ๊ฐ ๋ฐ๋ ๋ ํญ๋ชฉ๋ค์ด ์ถ๊ฐ/์ญ์ ๋์ด์ผ ํ๋ ๋ถ๋ถ. ์ด๋ฒ์๋ ํญ๋ชฉ ์ถ๊ฐ์ ๋ํ ๋ถ๋ถ. https://cloud.google.com/appengine/articles/update_schema ํ์ด์ง์ ์ฌ์ค ๋๋ฌด ์ ์ ํ์๋ค.…
PPython [GAE/Python] Entity retrieve, ์๋ฃ ๋ถ๋ฌ์ค๊ธฐbyJ SeokDecember 5, 2014No comments Album ๋ชจ๋ธ์ ๋ค์๊ณผ ๊ฐ์ด ์ ์ from google.appengine.api import users from google.appengine.ext import ndb class AlbumModel(ndb.Model): artist = ndb.StringProperty()…
PPython Python error “Segmentation fault: 11 in OS X”byJ SeokNovember 5, 2014No comments import webapp2 import jinja2 import os template_env = jinja2.Environment( loader=jinja2.FileSystemLoader(os.getcwd())) class InputPage(webapp2.RequestHandler): def get(self): #self.reponse.out.write('asdf') template = str(template_env.get_template('input.html'))…
VVoice Analysis Read More 2 minute read [Android] AudioRecorder๋ก Lame์ ์ด์ฉํ MP3 ๋ น์ํ๊ธฐbyJ SeokApril 23, 2014One comment ์๋๋ก์ด๋์์ MediaRecorder๋ฅผ ์ด์ฉํด ๋ น์ํ๋ ๊ฒ์ ์ฝ์ง๋ง, ์กฐ๊ธ ๋ ์ฌ๋์๋(?) ๋ น์์ ์ํด์๋ AudioRecorder ํด๋์ค๋ฅผ ์ด์ฉํด์ผํ๋ค. AudioRecorder๋ก MP3๋ฅผ ๋ น์ํ๋ ๋ฐฉ๋ฒ์…