main.js import Axios from 'axios' Vue.prototype.$axios = Axios; Axios.defaults.baseURL = '/api'; Axios.defaults.headers.post['Content-Type'] = 'applic ...
分类:
移动平台 时间:
2021-04-15 09:26:39
收藏:
0 评论:
0 赞:
0 阅读:
36
package main import ( "fmt" "net" ) func main() { // 创建连接 socket, err := net.DialUDP("udp4", nil, &net.UDPAddr{ IP: net.IPv4(192, 168, 125, 68), Port: ...
分类:
移动平台 时间:
2021-04-15 09:13:08
收藏:
0 评论:
0 赞:
0 阅读:
30
只能用指定字符,实现函数功能 /* * CS:APP Data Lab * * <Please put your name and userid here> * * bits.c - Source file with your solutions to the Lab. * This is the ...
分类:
移动平台 时间:
2021-04-15 09:07:32
收藏:
0 评论:
0 赞:
0 阅读:
27
100%好用 第一步 npm install postcss-pxtorem --save npm install postcss-px-to-viewport --save 第二部 package.json 中添加 "postcss": { "plugins": { "autoprefixer": ...
分类:
移动平台 时间:
2021-04-14 23:37:58
收藏:
0 评论:
0 赞:
0 阅读:
32
版权参考地址:http://blog.csdn.net/qq_30379689/article/details/72550701#面向对象和面向过程的区别http://blog.csdn.net/csdn_aiyang/article/details/65442540http://blog.csdn ...
分类:
移动平台 时间:
2021-04-14 23:35:57
收藏:
0 评论:
0 赞:
0 阅读:
23
包括了三个注解 @SpringBootConfiguration @EnableAutoConfiguration @ComponentScan ##@SpringBootConfiguration读取配置文件,配置文件的路径是当前根目录(src/main/resources/application ...
分类:
移动平台 时间:
2021-04-14 16:09:20
收藏:
0 评论:
0 赞:
0 阅读:
33
//判断安卓和ios appSource() { const u = navigator.userAgent; const isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); if (isiOS) { return "ios"; } else { ...
分类:
移动平台 时间:
2021-04-14 16:00:06
收藏:
0 评论:
0 赞:
0 阅读:
22
//手机 checkTelPone(phone){ var isPhone = /^(\(\d{3,4}\)|\d{3,4}-|\s)?\d{7,8}$/; var isMob=/(^1\d{2,3}-?\d{7,8}$)|(^1\d{10}$)/; if(isMob.test(phone)||is ...
分类:
移动平台 时间:
2021-04-14 15:33:50
收藏:
0 评论:
0 赞:
0 阅读:
32
ADB ADB全程Android Debug Bridge,是android sdk里的一个工具,用这个工具可以直接操作管理android模拟器或者真实的android设备 它的主要功能: 运行设备的shell(命令行) 管理模拟器或设备的端口映射 计算机和设备之间上传/下载文件 将本地apk软件安 ...
分类:
移动平台 时间:
2021-04-14 15:07:28
收藏:
0 评论:
0 赞:
0 阅读:
28
鼠标光标定在sql语句中,alt+回车, 进来后选mysql 完事! 你再写库名或者属性名的时候,就会自动补全辣! ...
分类:
移动平台 时间:
2021-04-14 00:01:50
收藏:
0 评论:
0 赞:
0 阅读:
30
1 CF1066F 二维移动 题目链接:https://codeforces.com/problemset/problem/1066/f 2 题目描述 时间限制 \(4s\) | 空间限制 \(256M\) Maksim walks on a Cartesian plane. Initially, ...
分类:
移动平台 时间:
2021-04-13 23:48:07
收藏:
0 评论:
0 赞:
0 阅读:
21
手机上无法直接查看网络请求数据,需要使用抓包工具。Fiddler是一个免费的web调试代理,可以用它实现记录、查看和调试手机终端和远程服务器之间的http/https通信。 一、Fiddler的工作原理 Fiddler在浏览器与服务器之间建立一个代理服务器。Fiddler 是以代理web服务器的形式 ...
分类:
移动平台 时间:
2021-04-13 23:18:59
收藏:
0 评论:
0 赞:
0 阅读:
38
//将文件移动到指定目录 try { File startFile = new File("D:\\studyPlat2020\\"+tblQuestionEnglish.getUploadPath().substring(0,tblQuestionEnglish.getUploadPath().l ...
分类:
移动平台 时间:
2021-04-13 23:14:52
收藏:
0 评论:
0 赞:
0 阅读:
22
一.Android5.1 默认主launcher 1.1.默认launcher属性 diff --git a/frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java b/framewor ...
分类:
移动平台 时间:
2021-04-13 17:37:02
收藏:
0 评论:
0 赞:
0 阅读:
30
前几天由于需要卸载一些win10自带应用,导致onenote2016无法启动(根本原因:当时可能remove-appxpackage导致某些微软原生应用出现问题),同时今天使用power shell出现下面的问题: Get-AppxPackage : 无法启动服务,原因可能是已被禁用或与其相关联的设 ...
分类:
移动平台 时间:
2021-04-13 17:34:08
收藏:
0 评论:
0 赞:
0 阅读:
461
目录 1. 脚本内启动其他app 2. 关闭当前app 3. 关闭所有app 4. 获取app 端界面元素的自带工具uiautomatorviewer 4.1 工具简介 4.2 如何使用 4.2.1 通过id 抓取搜索元素 4.2.2 通过class 抓取元素 4.2.3 通过xpath 抓取元素 ...
分类:
移动平台 时间:
2021-04-13 17:30:29
收藏:
0 评论:
0 赞:
0 阅读:
28
--数据准备--表值函数 dbo.SplitString:按照分隔符将文本转换为表 declare @str1 varchar(max) set @str1 = '7,8,9' SELECT * FROM dbo.SplitString(@str1,',',1) --示例:某表有Col1,Col2两 ...
分类:
移动平台 时间:
2021-04-13 17:25:04
收藏:
0 评论:
0 赞:
0 阅读:
19
快速高效的Android 图片加载库 Glide Glide 是一个 快速高效的 图片加载器类,可以自动加载网络,本地文件,app资源中的图片,注重于平滑的滚动 可以减少 因为 图片导致 的 oom可能,因为Glide 会绑定activity,会随着activity的周期进行调整 绑定 this a ...
分类:
移动平台 时间:
2021-04-13 17:20:07
收藏:
0 评论:
0 赞:
0 阅读:
21
Android Intent基本类型 MainActivity 1 到 MainActivity2 通过 Intent 传输 携带基本数据类型。 Intent 传递 Bundle 自动拆开Bundle对象 传递对象 传递Serialization接口 传递的对象必须为实现Serializable接口 ...
分类:
移动平台 时间:
2021-04-13 17:10:50
收藏:
0 评论:
0 赞:
0 阅读:
24
上一篇内容:如何快速搭建自己的ERP系统,4步源码快速安装odoo教程 了解什么是odoo的插件模块 odoo在基础的框架代码之下,可以安装自己的应用程序或者业务逻辑,也可以对原有的模块进行二次修改 注意的是odoo在自己的模块代码写好之后需要在应用中进行安装,如果有修改则需要进行对模块的升级操作 ...
分类:
移动平台 时间:
2021-04-13 17:08:59
收藏:
0 评论:
0 赞:
0 阅读:
34