固有属性(property) 自定义属性(atrributes) <div id="ml" xx="xx" a="b"> 获取div的xx属性值 console.log(div.attributes.getNamedIteam('xx').nodeValue); console.log(div.at ...
分类:
Web程序 时间:
2020-01-22 16:09:06
阅读次数:
119
问题 查看AndroidSDK的adb版本 查看模拟器adb的版本号 安装路径/bin目录下的 nox_adb.exe 将AndroidSDK的adb复制出来,重命名为nox_adb.exe,覆盖模拟器的nox_adb.exe即可 最后重启模拟器 ...
分类:
数据库 时间:
2020-01-22 13:15:30
阅读次数:
128
完善博客 博客页面设计 页面概要 1.博客主页面 主页面内容 文章标题列表,超链接 发表博客按钮(超链接) 列表编写思路 取出数据库中所有文章对象 将文章对象们打包成列表,传递到前端 前端页面把文章以标题超链接的形式逐个列出 模板for循环 {% for XX in XXS %} HTML语句 {% ...
分类:
其他好文 时间:
2020-01-22 12:53:29
阅读次数:
70
1.每次重启树莓派都会改变mac地址,造成route设备不能绑定到IP。 解决方案:修改/etc/rc.local文件。 增加:ifconfig wlan0 down ifconfig wlan0 hw ether XX:XX:XX:XX:XX:XX ifconfig wlan0 up 重启后解决问 ...
分类:
其他好文 时间:
2020-01-21 16:05:47
阅读次数:
70
错误信息 错误原因 so文件损坏 或者ida换成32 解决办法 重新获得so文件,或者调整ida的位数 ...
分类:
其他好文 时间:
2020-01-20 16:19:53
阅读次数:
164
属于白盒测试: 1.定义一个测试类 Test+被测试的类名 包名:xxx.xxx.xx.test cn.itcast.test 2.定义测试方法,可以独立运行 test+方法名 返回值void 参数列表:空参 3.给方法加注解@Test 4.导入junit依赖环境 结果的判定 红色:失败 绿色:失败 ...
分类:
其他好文 时间:
2020-01-19 19:15:03
阅读次数:
71
B. Divisors of Two Integers Recently you have received two positive integer numbers xx and y. You forgot them, but you remembered a shuffled list cont ...
分类:
其他好文 时间:
2020-01-18 14:25:38
阅读次数:
98
A. Two distinct points You are given two segments l1;r1 and l2;r2 on the xx-axis. It is guaranteed that l1<r1l1<r1 and l2<r2l2<r2. Segments may inters ...
分类:
其他好文 时间:
2020-01-18 13:03:13
阅读次数:
98
I. Powers Of Two A positive integer xx is called a power of two if it can be represented as x=2yx=2y, where y is a non-negative integer. So, the power ...
分类:
其他好文 时间:
2020-01-18 12:25:52
阅读次数:
97
1 下载 bcprov-ext-jdk15on-1.54.jar bcprov-jdk15on-1.54.jar ssl-provider-jvm16 mchange-commons-java.0.2.3.4 .jar 拷贝到 to jdk1.6.0_XX\jre\lib\ext ssl-provi ...
分类:
数据库 时间:
2020-01-17 13:11:06
阅读次数:
108