cekong

导航

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页

2019年3月27日 #

android 测试

摘要: Android Monkey压力测试 monkey测试结果详细分析 Android自动化测试工具 UiAutomator使用详解 在Android Sudio中使用Uiautomator 六款Android 应用的自动化测试工具 Cts框架解析1-24(兼容性测试) Android性能优化之工具篇 阅读全文

posted @ 2019-03-27 11:51 cekong 阅读(143) 评论(0) 推荐(0) 编辑

save to project-level dictionary? save to application-level dictionary?

摘要: 通过静态代码分析工具lint在Spelling typo得到save to project-level dictionary? save to application-level dictionary? 应用application级字典是IDE级字典(您可以说IDE的全局字典)。如果您将一个单词保存 阅读全文

posted @ 2019-03-27 11:45 cekong 阅读(593) 评论(0) 推荐(1) 编辑

2019年3月26日 #

未完

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2019-03-26 14:23 cekong 阅读(9) 评论(0) 推荐(0) 编辑

Android 各种常见activity

摘要: 引用:Activity初学乍练//1.拨打电话 // 给移动客服10086拨打电话 Uri uri = Uri.parse("tel:10086"); Intent intent = new Intent(Intent.ACTION_DIAL, uri); startActivity(intent); //2.发送短信 // 给10086发送内容为“Hello”的短信 Uri uri = Ur... 阅读全文

posted @ 2019-03-26 11:38 cekong 阅读(289) 评论(0) 推荐(0) 编辑

android 学习网站

摘要: 菜鸟教程 http://www.runoob.com/android/android-tutorial.html Android基础入门教程 http://www.runoob.com/w3cnote/android-tutorial-intro.html android官网 https://dev 阅读全文

posted @ 2019-03-26 10:52 cekong 阅读(157) 评论(0) 推荐(0) 编辑

2019年3月21日 #

android activity之间用广播传输数据

摘要: 发送者: 接收者 BroadcastReceiver介绍 阅读全文

posted @ 2019-03-21 10:20 cekong 阅读(376) 评论(0) 推荐(0) 编辑

2019年3月19日 #

APP测试

摘要: 测试要点: UI测试 功能测试 安装卸载测试 兼容测试 性能压力测试 交叉事件测试 回归测试 安全测试 APP测试流程和测试点 Android手机App测试常用功能测试点 Android APP测试流程 阅读全文

posted @ 2019-03-19 17:31 cekong 阅读(96) 评论(0) 推荐(0) 编辑

Android笔记

摘要: AndroidStudio将程序运行在手机上 Android 动画浅谈 Android ImageView图片自适应 Android 设定竖屏,禁止屏幕旋转,Activity重置 在AndroidManifest.xml的activity中加入: 横屏: android:screenOrientat 阅读全文

posted @ 2019-03-19 11:37 cekong 阅读(127) 评论(0) 推荐(0) 编辑

2019年3月18日 #

谷歌学术镜像

摘要: http://ac.scmor.com/ http://www.ndtsg.com/ 阅读全文

posted @ 2019-03-18 13:39 cekong 阅读(832) 评论(0) 推荐(0) 编辑

2019年2月20日 #

RBF文章总结

摘要: 参考: 径向基函数_RBF_网络的研究及实现 介绍RBF原理 径向基函数RBF神经网络及其应用 介绍RBF原理 机器学习技法笔记(6)-RBF Network(径向基函数网络) 内有RBF代码 径向基函数(Radical Basis Function,RBF) 通常定义为空间中任一点x到某一中心c之 阅读全文

posted @ 2019-02-20 17:29 cekong 阅读(385) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页