google app engine - overview #2

13
2008.11.04 Yoo Hyunjeong

Upload: kay-kim

Post on 24-Jan-2015

771 views

Category:

Technology


0 download

DESCRIPTION

Source: http://flyingbono.tistory.com/entry/1%EB%B2%88%EC%A7%B8-2%EB%B2%88%EC%A7%B8-Google-App-Engine

TRANSCRIPT

Page 1: Google App Engine - Overview #2

2008.11.04 Yoo Hyunjeong

Page 2: Google App Engine - Overview #2
Page 3: Google App Engine - Overview #2

greetings = Greeting.gql("ORDER BY date DESC LIMIT 10") if users.get_current_user():

      greetings = Greeting.gql("WHERE author = :1 ORDER BY date DESC",

                               users.get_current_user())

Page 4: Google App Engine - Overview #2
Page 5: Google App Engine - Overview #2
Page 6: Google App Engine - Overview #2

Flying.py

Page 7: Google App Engine - Overview #2

Index.html

Page 8: Google App Engine - Overview #2

App.yalm

Bono/stylesheets/main.css

Flying.py

Page 9: Google App Engine - Overview #2
Page 10: Google App Engine - Overview #2
Page 11: Google App Engine - Overview #2

1. resize( image_data, width=0, height=0, output_encoding = images.PNG)

2. crop( image_data, left_x, top_y, right_x, bottom_y), output_encoding=images.PNG)

3. rotate( image_data, degrees, output_encoding=images.PNG)

Page 12: Google App Engine - Overview #2

4.horizontal_flip(image_data, output_encoding=images.PNG)

5. vertical_flip(image_data, output_encoding=images.PNG)

6. im_feeling_lucky(image_data, output_encoding=images.PNG)

Page 13: Google App Engine - Overview #2