luyao

Results 8 issues of luyao

可以监测到Plugin App退出行为吗

Thanks for you project very much. I find an error when I create pptx. ```java XMLSlideShow ppt = new XMLSlideShow(); XSLFSlide slide = ppt.createSlide(); XSLFTextBox shape = slide.createTextBox(); XSLFTextParagraph p...

Thank you. Is it only for Telegram Bot? Can I use this API make a android app just like Telegram?

这样做强度很低吧。 AES流加密应该会好一些 *************************** demo里的另一个小项目同样有DES算法的加密,因为AES要经过多轮的迭代与置换,所以加密起来不如单纯的一个固定长度的口令亦或来得快

使用 annotationProcessor 可以直接依赖 注解module,而不用每次手动去生成jar包了 ``` annotationProcessor project(':lib') implementation project(':lib') ``` 这个lib就是注解处理的module

混淆之后的relaease包,点击日期就没有背景了,应该如何添加混淆规则

android 8.1.0 权限判断 导致首次打开是不显示悬浮窗

感谢作者开源。 我的主站点 [http://sunluyao.com](http://sunluyao.com) clone 的是 Hux 的主题作为日常的博客记录。 想把您的这个主题作为我的学习笔记,另外建立了一个 Github Page Project,访问链接是 [http://sunluyao.com/leet-code](http://sunluyao.com/leet-code),发布之后主页面可以访问,内部文章无法访问,访问链接是错误的。 我的 url 和 baseurl 应该分别怎么设置,尝试了很多次都不行。