LXF

Results 10 comments of LXF

重用有问题, 已经在使用 cell 会被强制回收, Reuse has a problem, has been in the use of the cell will be compulsory recycling,

pod 'ImageViewer', :git => 'https://github.com/Rdxer/ImageViewer.git' Use this

pod 'ImageViewer', :git => 'https://github.com/Rdxer/ImageViewer.git' Use this

俺也一样 😂

"Call to a member function usePassword() on null"

$zipper = new Zipper(); $zipper->usePassword('pwd'); $zipper->make('zf/test.zip')->add(Storage::path('files/LCZbGYgqOW2xFFMouh4VkVUEMEUFjQJgKgN9HC2Q.pdf')); $zipper->close();

批量处理如果其中一个失败,那么之前成功的如何处理,回滚? 还是