function addLink() { let body_element = document.body; let selection = window.getSelection(); let locationHref = document.location.href; let appendLin ...
分类:
Web程序 时间:
2021-06-13 10:12:51
阅读次数:
0
查找当前目录下某个文件 find . –name [filename] -i 不区分大小写 find . –iname [filename] -type 按类型进行查找,d查找目录,f查找文件 find . –type d –name [document] find . type f –name [ ...
分类:
系统相关 时间:
2021-06-13 09:58:24
阅读次数:
0
我们用爬虫爬取页面时会出现因解码方式错误出现乱码。需要去查询页面的编码方式。直接F12中控制台输入document.charset ...
分类:
其他好文 时间:
2021-06-13 09:54:01
阅读次数:
0
'''js小知识 js注释 /*多行注释*/ //单行 引入方式 <script src="js路径"></script> <script> window.onload=function(){js} $(document).ready({js}) $(function(){js}) <script> ...
分类:
Web程序 时间:
2021-06-13 09:48:26
阅读次数:
0
使用selenium处理html的时候,遇到通过“iframe”标签实现的网页嵌套了,这个没有问题。但是,仔细再看,就发现,“iframe”标签下还有个#document==0,有点不讲武德。如图: 各种查资料,没有找到有价值的信息。 解决方案1: 最后我就直接在html中把 “#document” ...
分类:
其他好文 时间:
2021-06-13 09:37:32
阅读次数:
0
参考: 阿里云文档:https://help.aliyun.com/document_detail/85466.html?spm=a2c4g.11186623.6.550.43cb42d4Af4Tu0 CSDN博客:https://blog.csdn.net/donjan/article/detai ...
分类:
其他好文 时间:
2021-06-11 18:18:33
阅读次数:
0
冲刺任务:完成app首页、第二页面和特殊情况的页面布局 activity_main.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res ...
分类:
移动开发 时间:
2021-06-11 18:12:07
阅读次数:
0
冲刺任务:完成用户注册功能和数据库类 RegisterActivity.java package com.example.helloworld; import android.content.Intent; import android.os.Bundle; import android.text. ...
分类:
移动开发 时间:
2021-06-11 18:08:57
阅读次数:
0
前言 现在越来越多的人应聘工作时都得先刷个几十百来道题,不刷题感觉都过不了面试。 无论是前后端、移动开发,好像都得刷题,这么多人通过刷题过了面试,说明刷题对于找工作还是有帮助的。 不过这其中有一个问题:很多人虽然为了找工作刷了题,但是却不理解公司为何要采取这样的方式来考察求职者。还有很多人为此愤愤不 ...
分类:
移动开发 时间:
2021-06-11 18:02:26
阅读次数:
0
1、 JAVA环境 jdk1.8 Android Studio 下载地址:Android Studio官网 OR Android Studio中文社区 App离线SDK下载:请下载2.9.8+版本的android平台SDK grale下载完成,ndk下载完成 ...
分类:
移动开发 时间:
2021-06-10 18:17:39
阅读次数:
0