示例#1
0
文件: error.py 项目: tiger8888/python
def notfound():
    mess = r"""
        \          SORRY            /
         \          404            /
          \    您是不是迷路了!     /
           ]   请返回首页哦亲.    [    ,'|
           ]                     [   /  |
           ]___               ___[ ,'   |
           ]  ]\             /[  [ |:   |
           ]  ] \           / [  [ |:   |
           ]  ]  ]         [  [  [ |:   |
           ]  ]  ]__     __[  [  [ |:   |
           ]  ]  ] ]\ _ /[ [  [  [ |:   |
           ]  ]  ] ] (#) [ [  [  [ :===='
           ]  ]  ]_].nHn.[_[  [  [
           ]  ]  ]  HHHHH. [  [  [
           ]  ] /   `HH("N  \ [  [
           ]__]/     HHH  "  \[__[
           ]         NNN         [
           ]         N/"         [
           ]         N H         [
          /          N            \
         /           q,            \
        /                           \
    """
    return web.notfound(render.notfound(mess))
示例#2
0
文件: error.py 项目: lujinda/python
def notfound():
    mess=r"""
        \          SORRY            /
         \          404            /
          \    您是不是迷路了!     /
           ]   请返回首页哦亲.    [    ,'|
           ]                     [   /  |
           ]___               ___[ ,'   |
           ]  ]\             /[  [ |:   |
           ]  ] \           / [  [ |:   |
           ]  ]  ]         [  [  [ |:   |
           ]  ]  ]__     __[  [  [ |:   |
           ]  ]  ] ]\ _ /[ [  [  [ |:   |
           ]  ]  ] ] (#) [ [  [  [ :===='
           ]  ]  ]_].nHn.[_[  [  [
           ]  ]  ]  HHHHH. [  [  [
           ]  ] /   `HH("N  \ [  [
           ]__]/     HHH  "  \[__[
           ]         NNN         [
           ]         N/"         [
           ]         N H         [
          /          N            \
         /           q,            \
        /                           \
    """
    return web.notfound(render.notfound(mess))
示例#3
0
def notfound():
    return web.notfound(render.notfound())
示例#4
0
def notfound():
    return web.notfound(render.notfound())