//输入框传值 <div> <input ref={c => this.keyWordElement = c} type="text" placeholder="输入关键词点击搜索"/> <button onClick={this.search}>搜索</button> </div> / ...
分类:
其他好文 时间:
2021-02-24 13:01:28
阅读次数:
0
这里一些环境安装例如node、watchman等不再复述。请移步我另外一篇关于RN-Android的文章,前几个步骤均有细讲: 地址:https://www.cnblogs.com/xiaozhu007/p/14419763.html 同样附带官方中文文档关于IOS的环境安装运行地址:https:/ ...
分类:
移动开发 时间:
2021-02-23 14:27:32
阅读次数:
0
真是恍然大悟啊!关于Android开发的面试经验总结,附面试题答案 ...
分类:
移动开发 时间:
2021-02-23 14:21:57
阅读次数:
0
Glide get,checkAndInitializeGlide,initializeGlide Glide glide = GlideBuilder.build(); new Engine(),new Glide()并在Glide构造函数注册功能模块 new GlideContext()管理并对 ...
分类:
移动开发 时间:
2021-02-23 14:10:08
阅读次数:
0
1、linux 服务器上安装python、jdk、appium、nodejs、Android SDK 、Jenkins、Allure、Allure Commandline等 AndroidSDK安装:https://blog.csdn.net/qq_40308101/article/details/ ...
分类:
移动开发 时间:
2021-02-23 14:07:27
阅读次数:
0
背景 开机首先加载bootloader,由bootloader启动kernel,然后运行init程序,有init启动Zygote,Zygote进程启动SystemServ进程,在SystemServer进程启动系统服务:PMS,AMS等,最后在AMS中启动Launcher ,此时整个Android系 ...
分类:
移动开发 时间:
2021-02-23 14:05:41
阅读次数:
0
首先了解一个造成不能立即生效的原因,setState异步的原因是因为react的监听事件为合成事件,state执行过程中会经历一个生命周期函数,执行多个setState会被合并,提升性能,下面几种方式可以避免我们的问题: shouleComponentUpdate componentWillUpda ...
分类:
其他好文 时间:
2021-02-23 13:57:35
阅读次数:
0
准备2张图片用于替换选中和未选中时的样式 drawable下准备两个对应的layer-list btn_radio_on.xml <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android ...
分类:
移动开发 时间:
2021-02-22 12:40:31
阅读次数:
0
Given a string s of lower and upper case English letters. A good string is a string which doesn't have two adjacent characters s[i] and s[i + 1] where ...
分类:
其他好文 时间:
2021-02-22 12:38:24
阅读次数:
0
今天无意中看到了一个新工具,看起来挺有意思,先记录一下。unidbg GitHub地址:github unidbg 作用:在pc端模拟执行so文件中的函数 参考自: https://www.52pojie.cn/thread-1322512-1-1.html https://blog.csdn.ne ...
分类:
移动开发 时间:
2021-02-22 12:30:36
阅读次数:
0