Diff for "PingPong/BackfaceStroke"

Differences between revisions 23 and 0

Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
 1. 짧은 볼을 반구할 때에는 손목의 힘만으로 타구한다.
   * 커트 스트로크 (Flick) 시 손목의 힘만으로 팔꿈치를 당기는 기분으로 친다.(절대 앞으로 밀면 안됨) 타점은 하회전을 비껴칠 수 있는 부분이어야 한다.
 1. 하회전 볼을 반구할 때에는 라켓 면을 하늘을 보도록 열어서 타구한다.
Line 22: Line 25:
   * 커트 스트로크 (Forehand Flick) 시 손목의 힘만으로 팔꿈치를 당기는 기분으로 친다.(절대 앞으로 밀면 안됨) 타점은 하회전을 비껴칠 수 있는 부분이어야 한다.
Line 24: Line 26:
 1. 타구 시 타구면이 공과 수직이 되도록 타구한다.
  * 손목으로 볼을 잡아채려면 블레이드의 끝이 팔꿈치에서 손목으로 이어지는 직선의 연장선 상 끝에 있도록 손목을 펴야 한다.
  * 타구면이 볼과 수직이 되도록 손목을 뒤로 젖혀주고, 손목으로 잡아채야 한다. (백핸드도 마찬가지 원리)
--> -->
 
 
IOError[Errno 122] Disk quota exceeded
Please include this information in your bug reports!:
Python Python 2.3.4: /home/bin/python
Linux hpdm-small-p4-0036.cafe24.com 5.14.0-427.35.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 12 18:24:53 UTC 2024 x86_64
MoinMoin Release 1.3.0 [Revision patch-399]
Tue Dec 16 07:46:13 2025

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/hosting_users/yoonforh/moin/lib/python2.3/site-packages/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance>)
  822             else:
  823                 try:
  824                     cgitb.Hook(file=self).handle(saved_exc)
  825                     # was: cgitb.handler()
  826                 except:
cgitb = <module 'MoinMoin.support.cgitb' from '/home/hos...hon2.3/site-packages/MoinMoin/support/cgitb.pyc'>, cgitb.Hook = <class MoinMoin.support.cgitb.Hook>, file undefined, self = <MoinMoin.request.RequestCGI instance>, ).handle undefined, saved_exc = (<class exceptions.IOError>, <exceptions.IOError instance>, <traceback object>)

 /home/hosting_users/yoonforh/moin/lib/python2.3/site-packages/MoinMoin/wikiaction.py in do_diff(pagename=u'PingPong/BackfaceStroke', request=<MoinMoin.request.RequestCGI instance>)
  163         from MoinMoin.util.diff import diff
  164         request.write(diff(request, oldpage.get_raw_body(), newpage.get_raw_body()))
  165         newpage.send_page(request, count_hit=0, content_only=1, content_id="content-below-diff")
  166     else:
  167         lines = wikiutil.linediff(oldpage.getlines(), newpage.getlines())
newpage = <MoinMoin.Page.Page instance>, newpage.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>, request = <MoinMoin.request.RequestCGI instance>, count_hit undefined, content_only undefined, content_id undefined

 /home/hosting_users/yoonforh/moin/lib/python2.3/site-packages/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI instance>, msg='', **keywords={'content_id': 'content-below-diff', 'content_only': 1, 'count_hit': 0})
  912         else:
  913             # parse the text and send the page content
  914             self.send_page_content(request, Parser, body, format_args=pi_formatargs, do_cache=do_cache)
  915 
  916             # check for pending footnotes
self = <MoinMoin.Page.Page instance>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance>>, request = <MoinMoin.request.RequestCGI instance>, Parser = <class MoinMoin.parser.wiki.Parser>, body = u'\n[[TableOfContents]]\n\n= \ud0c1\uad6c\ub97c \uce60 \ub54c \uac00\uc7a5 \uc911\uc694\ud55c \uac83 =\n 1. \ubab8...\n\n== \uad00\ub828 \ub3d9\uc601\uc0c1 ==\n * [http:/pingpong/ \ud0c1\uad6c \uad00\ub828 \ub3d9\uc601\uc0c1 \ub9c1\ud06c]\n', format_args undefined, pi_formatargs = '', do_cache = 1

 /home/hosting_users/yoonforh/moin/lib/python2.3/site-packages/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI instance>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u'\n[[TableOfContents]]\n\n= \ud0c1\uad6c\ub97c \uce60 \ub54c \uac00\uc7a5 \uc911\uc694\ud55c \uac83 =\n 1. \ubab8...\n\n== \uad00\ub828 \ub3d9\uc601\uc0c1 ==\n * [http:/pingpong/ \ud0c1\uad6c \uad00\ub828 \ub3d9\uc601\uc0c1 \ub9c1\ud06c]\n', needsupdate=1, format_args='', do_cache=1)
 1035             code = compile(src.encode(config.charset),
 1036                            self.page_name.encode(config.charset), 'exec')
 1037             cache.update(marshal.dumps(code))
 1038             
 1039         # send page
cache = <MoinMoin.caching.CacheEntry instance>, cache.update = <bound method CacheEntry.update of <MoinMoin.caching.CacheEntry instance>>, marshal = <module 'marshal' (built-in)>, marshal.dumps = <built-in function dumps>, code = <code object ? at 0x7fd4d4636ce0, file "PingPong/BackfaceStroke", line 2>

 /home/hosting_users/yoonforh/moin/lib/python2.3/site-packages/MoinMoin/caching.py in update(self=<MoinMoin.caching.CacheEntry instance>, content='c\x00\x00\x00\x00\x00\x00\x00\x00\x08\x00\x00\x00@\x00\x00\x00s\x0e\x02\x00\x00e\x00\x00e\x01\x00i\x02\x00i\x03\x00e\x01\x00i\x02\x00i\x04\x00e\x05\x00\x83\x01...\x00\x00s*\x00\x00\x00$\x01\r\x00\n\x02\r\x01%\x01\r\x01%\x01\r\x01%\x01\r\x01%\x01\r\x01%\x01\r\x01%\x01\r\x01%\x01\r\x01%\x01\r\x01%\x01', encode=False)
   76         if encode:
   77             content = content.encode(config.charset)
   78         open(self._filename(), 'wb').write(content)
   79 
   80         try:
open undefined, self = <MoinMoin.caching.CacheEntry instance>, self._filename = <bound method CacheEntry._filename of <MoinMoin.caching.CacheEntry instance>>, ).write undefined, content = 'c\x00\x00\x00\x00\x00\x00\x00\x00\x08\x00\x00\x00@\x00\x00\x00s\x0e\x02\x00\x00e\x00\x00e\x01\x00i\x02\x00i\x03\x00e\x01\x00i\x02\x00i\x04\x00e\x05\x00\x83\x01...\x00\x00s*\x00\x00\x00$\x01\r\x00\n\x02\r\x01%\x01\r\x01%\x01\r\x01%\x01\r\x01%\x01\r\x01%\x01\r\x01%\x01\r\x01%\x01\r\x01%\x01\r\x01%\x01'

IOError: [Errno 122] Disk quota exceeded
      __doc__ = 'I/O operation failed.'
      __getitem__ = <bound method IOError.__getitem__ of <exceptions.IOError instance>>
      __init__ = <bound method IOError.__init__ of <exceptions.IOError instance>>
      __module__ = 'exceptions'
      __str__ = <bound method IOError.__str__ of <exceptions.IOError instance>>
      args = (122, 'Disk quota exceeded')
      errno = 122
      filename = None
      strerror = 'Disk quota exceeded'