liuyidi

Results 5 comments of liuyidi

学习了 思路好厉害 膜拜 题主团队还需要人吗?

@cssmagic https://github.com/liuyidi/cv 个人简历

代码很规范严谨,目录结构也很合理,对java不够熟悉,有PHP版的resty吗?

这个技能列表 现在有更新吗?

you can change `file.type` ,for example ``` function previewImage(file, callback) { if (!file || !/image\//.test(file.type)) return; if (file.type == ('image/bmp' || 'image/gif') ) {//gif使用FileReader进行预览,因为mOxie.Image只支持jpg和png var fr = new mOxie.FileReader(); fr.onload...