Skip to content

Instantly share code, notes, and snippets.

@slayzzzzz
slayzzzzz / trace stack
Last active September 19, 2019 19:02
MethodProxy.class source not found
I'm experiencing the same problem recently as every time an OSS object is requested from Aliyun and passed back by a "return", an error will pop up saying "source not found", see line 11, and the error message above this line is indicating the third-party storage(YouZan) is full and is not accepting any uploads, which is not the true since we haven't used any storage in there yet.
02:43:37.150 [http-nio-8080-exec-4] DEBUG com.haierp.mapper.ItemSkuMapper.queryItemSkusById - ==> Parameters: 14986(Long)
02:43:37.201 [http-nio-8080-exec-4] DEBUG com.haierp.mapper.ItemSkuMapper.queryItemSkusById - <== Total: 1
04:33:37.051 [http-nio-8080-exec-4] ERROR com.haierp.controller.youzan.YouzanSynController - ͬ²½Òì³££¬ÉÌÆ·ID£º14986
com.youzan.open.sdk.exception.KDTException: ErrorResponse{code='160400204', msg='ÄúµÄ¿Õ¼äÓÃÁ¿²»Äܳ¬¹ý0KB£¬Çëɾ³ýÎÞÓÃËØ²Ä»òÉý¼¶¶©¹º°æ±¾'}
at com.youzan.open.sdk.client.core.DefaultYZClient.handleError(DefaultYZClient.java:147) ~[open-sdk-java-2.0.4-SNAPSHOT.jar:?]
at com.youzan.open.sdk
@slayzzzzz
slayzzzzz / readme.md
Created December 13, 2017 21:18 — forked from baraldilorenzo/readme.md
VGG-16 pre-trained model for Keras

##VGG16 model for Keras

This is the Keras model of the 16-layer network used by the VGG team in the ILSVRC-2014 competition.

It has been obtained by directly converting the Caffe model provived by the authors.

Details about the network architecture can be found in the following arXiv paper:

Very Deep Convolutional Networks for Large-Scale Image Recognition

K. Simonyan, A. Zisserman