1.Appium自带的Inspector工具 2.Macaca的app-inspector工具,具体地址:https://macacajs.github.io/app-inspector/cn/ setp1.获取设备ID xcrun simctl list setp2:从命令行启动 app-insp ...
分类:
移动开发 时间:
2020-04-04 11:49:13
阅读次数:
201
UILabel *lab=[[UILabel alloc]initWithFrame:self.view.bounds]; //合并 lab.text=[NSString stringWithFormat:@"%@%@",@"coach: ","coache"]; //圆形 lab.layer.co... ...
分类:
移动开发 时间:
2019-05-15 19:15:44
阅读次数:
201
Core Animation是对OpenGL ES的Objective-C封装,具有与OpenGL ES几乎等价的高性能,却隐藏了OpenGL ES的复杂性。 https://www.cnblogs.com/feng9exe/p/6723056.html https://www.cnblogs.co ...
分类:
移动开发 时间:
2019-01-29 13:56:30
阅读次数:
171
/* Create constraints explicitly. Constraints are of the form "view1.attr1 = view2.attr2 * multiplier + constant" If your equation does not have a sec ...
分类:
移动开发 时间:
2018-12-07 13:04:44
阅读次数:
223
问题:公司用的腾讯问卷系统,内嵌在我们应用或游戏的自定义UIWebView里面展示,发现在iOS 10 以下系统,点击圆形勾选框 会大概率出现闪退。 通过联调发现:报了这样一个警告Application 'UIKitApplication:xxx.xxx.xxx' was killed by jet ...
分类:
移动开发 时间:
2018-02-07 20:00:28
阅读次数:
328
1.contexts contexts(self): 2. current_contextcurrent_context(self): 3. contextcontext(self): 4. find_element_by_ios_uiautomationfind_element_by_ios_ui ...
分类:
移动开发 时间:
2017-12-14 15:50:51
阅读次数:
222
1.为什么选择nativescript 本章介绍 什么是NativeScript nativescript对于移动开发世界意味着什么 NativeScript工作原理 在早期的移动应用程序(前iPhone)中,在一次编码多平台部署方法论上,没有过多笔墨。开发人员只是想尽快将应用程序发布到到苹果或谷歌 ...
分类:
其他好文 时间:
2017-09-20 00:41:20
阅读次数:
292
这是在国外一家网站看到的,分析得不错,原文如下: Why does the iPhone require less RAM than Android devices? There are people who always fight when it comes to comparing the A ...
分类:
移动开发 时间:
2017-08-13 16:54:59
阅读次数:
282
题目链接:http://poj.org/problem?id=2778 题解:像这种能够找到长度为m的不包含子串的串有几种可以考虑用邻接矩阵,就是考虑从每一点出发走一次能够到达的位置,那么走两次能到达的位置就是矩阵的2次幂以此类推。于是可以利用自动机来得到矩阵然后就是矩阵快速幂。 ...
分类:
其他好文 时间:
2017-08-11 13:27:50
阅读次数:
122
The end of the school year is near and Ms. Manana, the teacher, will soon have to say goodbye to a yet another class. She decided to prepare a goodbye ...
分类:
其他好文 时间:
2017-08-03 17:00:21
阅读次数:
163