移动开发 Android性能优化之APK瘦身详解(瘦身73%)
公司项目在不断的改版迭代中,代码在不断的累加,终于apk包不负重负了,已经到了八十多M了。可能要换种方式表达,到目前为止没有正真的往外推过,一直在内部执行7天讨论需求,……
移动开发 gj的交换机在升级了ios之后最新数据不刷新,
下午2点开始升级5点结束,之后监控项获取不到最新数据,显示网络接口一直是down的状态,但是登上设备之后显示的是正常up状态, 怀疑是自动发现规则的问题,但是查看之后都是1个小……
移动开发 一篇文章,带你玩转MVVM,Dapper,AutoMapper
一、背景 由于现在做的项目都是采用WPF来进行UI设计,开发过程中都是基于MVVM来进行开发,但是项目中的MVVM并不是真正的把实体和视图进行解耦,而是将实体和视图完全融合起来,V……
移动开发 4.1.Android的硬件加速官方文档
参考 https://developer.android.com/guide/topics/graphics/hardware-accel.html 硬件加速背景知识 在手机客户端尤其是Android应用的开发过程中,我们经常会接触到"硬件加速"这个词。由于操作系统对底层……
移动开发 4.2.Android 硬件加速补充
具体源码分析在之后上传,因为涉及的东西特别多 参考 https://hencoder.com/ui-1-8/ https://blog.csdn.net/OneDeveloper/article/details/79791302 https://www.jianshu.com/p/f1feafffc365 概念 在正式开始之前需要说明……
移动开发 D. Happy Tree Party CodeForces 593D【树链剖分,树边权转点权】
Codeforces Round #329 (Div. 2) D. Happy Tree Party time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output Bogdan has a birthday today and mom gave him a tree consisting of n vertecies.……
移动开发 待办事项App 评测
1. 敬业签 2. Microsoft To-Do(奇妙清单) 3. Evernote 4.one note 5.Google Keep 6.to-do-ist 7.365 日历 8.Any.Do 9. 嘀嗒清单 https://www.playpcesor.com/2017/03/20-todo-list-app.html 推荐,todo-ist 或者嘀嗒清单……
移动开发 web app
Plus0ne Project Requirements Overview: Plus0ne is an early stage startup based in San Francisco, California. The product of Plus0ne is a web app for creating events and allowing guest interactions in a way that doesn’t require sign-ups or……
移动开发 WebServerInitializedEvent &ApplicationRunner
application.properties app.name= yaoyuan2app.dept.id =1 MyConfig.java import lombok.AllArgsConstructor; import lombok.Data; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; impor……
移动开发 Fiddler手机抓包设置
一.设置步骤 打开Fiddler Toolsoptionshttps Decrypt... 以及 Ignore server 打钩 ToolsoptionsConnections Allow......... 打钩,并关闭options窗口 ToolsHosts点击Import Windows hosts files 勾选 Enable remapping ofrequests for………