移动平台-日排行
方案一:(手机电脑在同一wifi下) 打开burp设置代理 这里的ip为电脑的ip 手机手动设置代理为电脑的ip+8080 导入证书 电脑上下载下证书(http://burp) 传到手机上 ...
分类:移动平台 时间:2020-04-28 19:10:56 收藏:0 阅读:93
初次使用mybatis时,下面红线上的地址报红。 解决方法是:将http://mybatis.org/dtd/mybatis-3-mapper.dtd拷贝、添加到下面标记处。 ...
分类:移动平台 时间:2020-04-28 20:47:14 收藏:0 阅读:768
ContextLoaderListener是一个ServletContextListener,它在你的web应用启动的时候初始化。缺省情况下,它会在WEB INF/applicationContext.xml文件找Spring的配置。你可以通过定义一个元素名字为”contextConfigLocat ...
分类:移动平台 时间:2020-04-29 14:32:45 收藏:0 阅读:85
package lianxi; import java.util.*; public class Main { public static void main(String args[]) { Scanner scan = new Scanner(System.in); String line; w ...
分类:移动平台 时间:2020-04-29 18:29:04 收藏:0 阅读:88
案例代码: activity_main.xml AndroidView.java MainActivity.java ...
分类:移动平台 时间:2020-04-29 21:01:17 收藏:0 阅读:87
在admin.py注册这个model时,报了个错: RuntimeError: Model class apps.goods.models.GoodsType doesn't declare an explicit app_label and isn't in an application in I ...
分类:移动平台 时间:2020-04-29 21:14:53 收藏:0 阅读:158
一、动态添加碎片 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_p ...
分类:移动平台 时间:2020-04-30 09:46:41 收藏:0 阅读:87
。。。。。。<foreach collection="list" item="item" open="(" close=")" separator="," index=""> #{item.studentId} </foreach> 。。。。。。 形成的结果: select * from test ...
分类:移动平台 时间:2020-04-30 17:32:39 收藏:0 阅读:1333
https://shapeshifter.design/ https://www.jianshu.com/p/6ded490b5961 ...
分类:移动平台 时间:2020-04-30 18:50:35 收藏:0 阅读:100
电脑端的缩小屏幕后有内容超出。 1,哪里超出就调整哪个模块。元素是不超出,但是右边还是留白。 2, 在调试的时候发现:width: fit-content;好像可以,但是在电脑端屏幕又不行了。 分析: 1,原因是什么导致的呢?网上说:Html页面在手机端出现右边空白是因为:body里有一个div把页 ...
分类:移动平台 时间:2020-05-01 12:54:15 收藏:0 阅读:128
先看一下效果图 首先在res->values下新建一个xml命名为attrs <?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="RoundImageView"> <attr name="type" ...
分类:移动平台 时间:2020-05-01 23:31:31 收藏:0 阅读:136
实现获取appPackage和appActivity的方法 基本介绍: appPackage:简单来说是App开发者提供的名称。 appActivity:简单来说是App提供的各种不同的功能。每个程序都有个MainActivity,就是打开程序时显示在屏幕的活动。 appPackage和appAct ...
分类:移动平台 时间:2020-05-02 11:32:23 收藏:0 阅读:63
安装adb工具 https://dl.google.com/android/repository/platform tools_r29.0.6 windows.zip 1. 从以上地址下载,然后解压到任意目录(例如C:\adb). 2. 将此目录添加到windows环境变量path中. 3. 在cm ...
分类:移动平台 时间:2020-05-02 12:49:25 收藏:0 阅读:669
1. win10 拨号连接设置移动热点 https://www.cnblogs.com/CheeseIce/p/10699266.html 2. win10 创建移动热点问题 https://www.cnblogs.com/tanrong/p/8184325.html 3. win10 拨号网络自动 ...
分类:移动平台 时间:2020-05-02 16:30:55 收藏:0 阅读:147
限制TextView的显示行数。 android:maxLines="2" //限制最大行数为2行 如果内容超出了最大行数那么就不会显示,然后我们想在行末添加省略号代替未被显示的内容可以使用: android:ellipsize=”end” //末尾省略号 还有一种方法就是使用lines,这样就算内 ...
分类:移动平台 时间:2020-05-02 22:12:35 收藏:0 阅读:143
Qt Designer 设计界面: 在高清屏未设置AA_EnableHighDpiScaling的预览界面:布局字体控件尺寸上明显存在偏差. 设置了AA_EnableHighDpiScaling的预览界面:运行后,与designer界面一致 from PyQt5.QtWidgets import Q ...
分类:移动平台 时间:2020-05-04 10:39:19 收藏:0 阅读:596
``` #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; #define ... ...
分类:移动平台 时间:2020-05-04 23:27:02 收藏:0 阅读:79
1、基于RK3288平台,基于Android7.1,kernel4.4的驱动移植、调试和开发,驱动框架分析,跟代码等; 2、讲解RK平台的常用模块驱动(例如LCD,TP,GPIO,wifi+BT,IR,camera和key等)的调试流程以及一些简单代码跟踪; 3、介绍一些Android/Linux底层驱动开发知识等;
分类:移动平台 时间:2020-05-05 20:59:25 收藏:0 阅读:106
方法1 IDEA 运行报错:Error running '***': Command line is too long 技术标签: IDEA Error running ‘Test’: Command line is too long. Shorten command line for Test o ...
分类:移动平台 时间:2020-05-06 12:17:57 收藏:0 阅读:445
Android Studio 使用悬浮按钮 FloatingActionButton 最近做毕业设计需要做一个悬浮的语音输入按钮,要固定在屏幕下方,使用的是 FloatingActionButton ,代码很简单,下面贴一下: 注意这个组件是Android5以上才可以用,而且他要被包含在 Relat ...
分类:移动平台 时间:2020-05-06 16:12:14 收藏:0 阅读:413
15185195205215228121
上一页162412下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!