设为首页  加入收藏   |  首页  动画  儿童  育儿  教学  手机/平板  
IAG 
=International Administrative Data Processing Geodesy 国际管理数据处理组(IFIP)
 今日热词:proposed - 建议own - 自己的name - 名称basis - 基础evidence - 证据compliance - 遵守knew - 知道James - 詹姆斯
单词搜索:
背单词 iag
单词认知/跟读练习/词义回想/单词回想/字母填空/听写练习/选择练习/默写练习/单词测试(初中高)
单词 iag 网络释义
缩写词 abbr.
1.=International Association of Gerontology 国际老年病学学会
单词解释
单词 iag 其它例句
/home/beeblio/envs/product/lib/python2.6/site-packages/django/core/handlers/base.py in get_response # Apply view middleware for middleware_method in self._view_middleware: response = middleware_method(request, callback, callback_args, callback_kwargs) if response: return response try: response = callback(request, *callback_args, **callback_kwargs) ... except Exception, e: # If the view raised an exception, run it through exception # middleware, and if the exception middleware returns a # response, use that. Otherwise, reraise the exception. for middleware_method in self._exception_middleware: response = middleware_method(request, e)
▶ Local vars
VariableValuecallback
<function get_vocabulary at 0x3061a28>
callback_args
()
callback_kwargs
{'word': u'IAG'}
e
DoesNotExist('Vocabulary matching query does not exist.',)
exceptions
<module 'django.core.exceptions' from '/home/beeblio/envs/product/lib/python2.6/site-packages/django/core/exceptions.pyc'>
middleware_method
<bound method ProfilerMiddleware.process_view of <bdc.utils.profile.ProfilerMiddleware object at 0x2108590>>
receivers
[(<function _rollback_on_exception at 0x2127e60>, None)]
request
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{},
META:{'CONTENT_LENGTH': '','CONTENT_TYPE': '','CSRF_COOKIE': '070d570b7fb42aba9216d57fffc27156','DOCUMENT_ROOT': '/home/beeblio/www/17bdc.com/public','HTTP_ACCEPT': 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*','HTTP_HOST': 'www.shanbay.com:80','HTTP_REFERER': 'http://www.17bdc.com/vocabulary/IAG/','HTTP_USER_AGENT': 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','PATH_INFO': u'/vocabulary/IAG/','QUERY_STRING': '','REMOTE_ADDR': '113.31.18.42','REMOTE_PORT': '19109','REQUEST_METHOD': 'GET','REQUEST_URI': '/vocabulary/IAG/','SCRIPT_NAME': u'','SERVER_NAME': 'shanbay.com','SERVER_PORT': '80','SERVER_PROTOCOL': 'HTTP/1.0','uwsgi.core': 7,'uwsgi.version': '0.9.7.1','wsgi.errors': <open file 'wsgi_input', mode 'w' at 0x4130d20>,'wsgi.file_wrapper': <built-in function uwsgi_sendfile>,'wsgi.input': <open file 'wsgi_input', mode 'r' at 0x37829c0>,'wsgi.multiprocess': False,'wsgi.multithread': True,'wsgi.run_once': False,'wsgi.url_scheme': 'http','wsgi.version': (1, 0)}>
resolver
<RegexURLResolver urls (None:None) ^/>
response
None
self
<django_wsgi.ForcePostHandler object at 0x2011c50>
settings
<django.conf.LazySettings object at 0x1a23d10>
urlconf
'urls'
urlresolvers
<module 'django.core.urlresolvers' from '/home/beeblio/envs/product/lib/python2.6/site-packages/django/core/urlresolvers.pyc'>
/home/beeblio/envs/product/src/bdc/main/views.py in get_vocabulary response=render('bdc/review/review.html', c) response=dbc.set_bdc_cookie(response, user) return response def get_vocabulary(request, word): user = request.user voc = Vocabulary.objects.get(word=word) ... (learning,voc.examples)=voc.get_learning_examples(user) return render(TMPL_VOC, {'voc':voc, 'learning':learning,'user':user})def get_learning_exnt(request, learning_id): user = request.user learning_id = int(learning_id)
▶ Local vars
VariableValuerequest
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{},
META:{'CONTENT_LENGTH': '','CONTENT_TYPE': '','CSRF_COOKIE': '070d570b7fb42aba9216d57fffc27156','DOCUMENT_ROOT': '/home/beeblio/www/17bdc.com/public','HTTP_ACCEPT': 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*','HTTP_HOST': 'www.shanbay.com:80','HTTP_REFERER': 'http://www.17bdc.com/vocabulary/IAG/','HTTP_USER_AGENT': 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','PATH_INFO': u'/vocabulary/IAG/','QUERY_STRING': '','REMOTE_ADDR': '113.31.18.42','REMOTE_PORT': '19109','REQUEST_METHOD': 'GET','REQUEST_URI': '/vocabulary/IAG/','SCRIPT_NAME': u'','SERVER_NAME': 'shanbay.com','SERVER_PORT': '80','SERVER_PROTOCOL': 'HTTP/1.0','uwsgi.core': 7,'uwsgi.version': '0.9.7.1','wsgi.errors': <open file 'wsgi_input', mode 'w' at 0x4130d20>,'wsgi.file_wrapper': <built-in function uwsgi_sendfile>,'wsgi.input': <open file 'wsgi_input', mode 'r' at 0x37829c0>,'wsgi.multiprocess': False,'wsgi.multithread': True,'wsgi.run_once': False,'wsgi.url_scheme': 'http','wsgi.version': (1, 0)}>
user
<django.contrib.auth.models.AnonymousUser object at 0x3601490>
word
u'IAG'
/home/beeblio/envs/product/lib/python2.6/site-packages/django/db/models/manager.py in get def distinct(self, *args, **kwargs): return self.get_query_set().distinct(*args, **kwargs) def extra(self, *args, **kwargs): return self.get_query_set().extra(*args, **kwargs) def get(self, *args, **kwargs): return self.get_query_set().get(*args, **kwargs) ... def get_or_create(self, **kwargs): return self.get_query_set().get_or_create(**kwargs) def create(self, **kwargs): return self.get_query_set().create(**kwargs)
▶ Local vars
VariableValueargs
()
kwargs
{'word': u'IAG'}
self
<django.db.models.manager.Manager object at 0x2657450>
/home/beeblio/envs/product/lib/python2.6/site-packages/django/db/models/query.py in get if self.query.can_filter(): clone = clone.order_by() num = len(clone) if num == 1: return clone._result_cache[0] if not num: raise self.model.DoesNotExist("%s matching query does not exist." % self.model._meta.object_name) ... raise self.model.MultipleObjectsReturned("get() returned more than one %s -- it returned %s! Lookup parameters were %s" % (self.model._meta.object_name, num, kwargs)) def create(self, **kwargs): """ Creates a new object with the given kwargs, saving it to the database
▶ Local vars
VariableValueargs
()
clone
[]
kwargs
{'word': u'IAG'}
num
0
self
[<Vocabulary: stagnant>, <Vocabulary: puddle>, <Vocabulary: paddle>, <Vocabulary: seep>, <Vocabulary: embryo>, <Vocabulary: mansion>, <Vocabulary: tomorrow>, <Vocabulary: ankle>, <Vocabulary: grammer>, <Vocabulary: evaporate>, <Vocabulary: refrigerator>, <Vocabulary: mammalian>, <Vocabulary: maneuver>, <Vocabulary: strikingly>, <Vocabulary: abuse>, <Vocabulary: address>, <Vocabulary: algae>, <Vocabulary: antagonize>, <Vocabulary: armor>, <Vocabulary: attach>, '...(remaining elements truncated)...']
Environment:Request Method: GET
Request URL: http://www.shanbay.com:80/vocabulary/IAG/
Django Version: 1.2.3
Python Version: 2.6.5
Installed Applications:
['django.contrib.auth','django.contrib.contenttypes','django.contrib.sessions','django.contrib.sites','django.contrib.admin','bdc','together','archive','registration','tagging','stats','forum','avatar','compress','messages','djcelery','coins','pay','cram','renren','referral','ssi']
Installed Middleware:
('django.middleware.common.CommonMiddleware','django.contrib.sessions.middleware.SessionMiddleware','django.contrib.auth.middleware.AuthenticationMiddleware','django.middleware.doc.XViewMiddleware','django.middleware.csrf.CsrfViewMiddleware','bdc.utils.profile.ProfilerMiddleware','bdc.utils.profile.DatabaseProfilerMiddleware','pyxn.djangoxn.XiaoneiMiddleware','staticgenerator.middleware.StaticGeneratorMiddleware','ssi.middleware.NginxSSIMiddleware')Traceback:
File "/home/beeblio/envs/product/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response100. response = callback(request, *callback_args, **callback_kwargs)
File "/home/beeblio/envs/product/src/bdc/main/views.py" in get_vocabulary250. voc = Vocabulary.objects.get(word=word)
File "/home/beeblio/envs/product/lib/python2.6/site-packages/django/db/models/manager.py" in get132. return self.get_query_set().get(*args, **kwargs)
File "/home/beeblio/envs/product/lib/python2.6/site-packages/django/db/models/query.py" in get341. % self.model._meta.object_name)Exception Type: DoesNotExist at /vocabulary/IAG/
Exception Value: Vocabulary matching query does not exist.
 
 
在线背单词
小学数学
电子课本
在线识字