We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
修改为 com.github.tobato 的 fastdfs 后 FastDFSAttachmentImpl 类会报错: import org.csource.common.fastdfs 可修改为: import com.github.tobato.fastdfs.* 但是,下面这两个无法修改,代码报错。 import org.csource.common.MyException; import org.csource.common.NameValuePair;
The text was updated successfully, but these errors were encountered:
<dependency> <groupId>cn.xiexianbin.fastdfs</groupId> <artifactId>fastdfs-client-java</artifactId> <version>1.25-SNAPSHOT</version> </dependency>
Sorry, something went wrong.
下载源码,然后编译下,本地就有fastdfs-client-java jar包了
No branches or pull requests
修改为 com.github.tobato 的 fastdfs 后 FastDFSAttachmentImpl 类会报错:
import org.csource.common.fastdfs
可修改为:
import com.github.tobato.fastdfs.*
但是,下面这两个无法修改,代码报错。
import org.csource.common.MyException;
import org.csource.common.NameValuePair;
The text was updated successfully, but these errors were encountered: