摘要: clean rebuild。仍然报错的话。尝试Sync Project with Gradle Files解决 阅读全文
posted @ 2024-11-22 18:19 hjy11593219 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 检查AndroidManifest.xml中的主题的属性 <application android:name=".BaseApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label= 阅读全文
posted @ 2024-11-22 17:09 hjy11593219 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 临时搞QT的东西,这方面网上的资料比较散,比较少。任务又比较急。在这里记录自己用到的东西。方便查阅。随时增加。 QT的官方文档 https://doc.qt.io/qt-5/qmltypes.html 1.横向布局Row,纵向布局Column。常用属性:width,height,x, y 2.Rec 阅读全文
posted @ 2020-11-19 11:05 hjy11593219 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 广告机用到了这个软件,要求可以从安卓端进行一键任务切换。说下大概的思路。 iDSV6是PC端的服务,网页操作建立任务后,可以在网页上操作切换任务。 进行切换任务操作时,wireshark抓包分析。 都是明文的,数据意义是客户端的id,分组,任务类型,轮播任务id,互动任务id,插播任务id 自己写代 阅读全文
posted @ 2020-11-12 15:20 hjy11593219 阅读(818) 评论(0) 推荐(0) 编辑
摘要: PC平台 windows 从官网下载,安装vlc播放器。 命令行进入vlc的安装目录,执行这个命令。“.\vlc.exe -I rc --rc-host=192.168.1.217:8082” 。ip是本机地址,端口自定。 会看到vlc的命令行启动起来。这个命令行无法收到当前pc输入数据,只能接受远 阅读全文
posted @ 2020-11-12 15:09 hjy11593219 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: 发送 private DatagramSocket sendSocket = null; private int sendPort = 8856; private String ip = "192.168.1.100"; private void sendMsg(final String msg) 阅读全文
posted @ 2020-11-12 14:59 hjy11593219 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 安装curl时,如果报类似的错误。curl : Depends: libcurl3-gnutls (= 7.47.0-1ubuntu2.16) but 7.58.0-2ubuntu3.8 is to be installed。 提示安装curl依赖的libcurl版本不一致,这个时候用purge命令 阅读全文
posted @ 2020-11-10 10:34 hjy11593219 阅读(804) 评论(0) 推荐(0) 编辑
摘要: 关于这个网上已经有了很多可以参考 https://source.android.google.cn/setup/build/downloading https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ 这个人写的也非常赞 https://kswapd.cn/ 阅读全文
posted @ 2020-08-11 12:39 hjy11593219 阅读(740) 评论(0) 推荐(0) 编辑