以armv5为例: 1.下载编译链: apt install arm-linux-gnueabi-gcc 2. 配置 配置文件路径:~/.crago/config [target.armv5te-unknown-linux-gnueabi]linker="arm-linux-gnueabi-gcc" ...
分类:
其他好文 时间:
2020-06-06 12:44:57
阅读次数:
121
报错:👇👇 Attempted to add application window with unknown token XXXUnable to add window——token android.os.BinderProxy@196e65b8 is not valid;is your act ...
分类:
移动开发 时间:
2020-06-05 11:40:11
阅读次数:
83
在Python程序中嵌入SQL语句时,想动态传入参数,即 sql = "insert into course VALUES({}, {}, {})" 可惜出现大规模报错。。。 pymysql.err.InternalError: (1054, "Unknown column '物理' in 'fie ...
分类:
数据库 时间:
2020-06-03 20:42:14
阅读次数:
75
git reset --hard HEAD^后显示more?的解决方案 在windows的cmd控制台下操作git,想要回滚到上一次提交,但是输入git reset --hard HEAD^后就显示more?,多按几次回车后就报错如下,如何解决呢? 1 fatal: ambiguous argume ...
分类:
其他好文 时间:
2020-06-03 00:39:45
阅读次数:
104
Java网络应用程序中,使用java.net包中的InetAddress类表示IP地址,这个类被大多数的网络类所引用,可同时支持IPV4和IPV6。该类用两个字段表示一个IP地址,hostName和address,hostName包含了主机名,address包含了32位的IP地址。 InetAddr ...
分类:
Web程序 时间:
2020-06-02 09:24:38
阅读次数:
59
一级标题 域名系统 DNS 二级标题 1 名字解析介绍和DNS 当前TCP/IP网络中的设备之间进行通信,是利用和依赖于IP地址实现的。但数字形式的IP地址是很难记忆的。当网络设备众多,想要记住每个设备的IP地址,可以说是“不可能完成的任务”。那么如何解决这一难题呢?我们可以给每个网络设备起一个友好 ...
分类:
其他好文 时间:
2020-05-31 21:21:57
阅读次数:
94
php获取客户端IP,国家,省份,地区,ISP等信息,首先获取获取客户端的公网ip,开始本地搭建的环境,本地访问获取到的是127.0.0.1,然后用138的接口可以实现curl模拟客户端访问http://city.ip138.com/ip2city.asp可看到真实客户端的ip。<?phpheader(‘Content-Type:text/html;Charset=utf-8‘);</
分类:
Web程序 时间:
2020-05-31 09:30:23
阅读次数:
186
树莓派版本: Raspberry Pi 4B 操作系统 : Ubuntu Server 20.04_x64 使用 ip a 查看无线网卡名称: ubuntu@ubuntu:~$ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue st ...
分类:
其他好文 时间:
2020-05-30 01:01:28
阅读次数:
92
adb命令使用 adb shell input keyevent XX(EventCode) #输入对应的键值 adb shell input text "www.baidu.com" #向浏览器发送文本 EventCodeKeyEventEventName 0 KEYCODE_UNKNOWN 未知 ...
分类:
移动开发 时间:
2020-05-29 23:04:03
阅读次数:
84