移动平台-月排行
说明 这节教给大家用Android写一个TCP客户端程序 官方文档 https://www.android-doc.com/reference/java/net/Socket.html 页面 编写连接程序 1.获取控件 EditText editTextIPAddress,editTextPort; ...
分类:移动平台 时间:2020-03-22 11:32:11 收藏:0 阅读:607
(admin.E403) A ‘django.template.backends.django.DjangoTemplates’ instance must be configured in TEMPLATES in order to use the admin application.| 使用ji... ...
分类:移动平台 时间:2020-03-26 18:07:54 收藏:0 阅读:455
常用功能的简单封装 public class Dapper { public string ConnectionString { get; set; } public Dapper() { var Configuration = new ConfigurationBuilder() .Add(new ...
分类:移动平台 时间:2020-05-26 01:10:31 收藏:0 阅读:649
在methods中加入, onShareAppMessage: function(e) { let title = 'xxx小程序' return { title: title, path: 'pages/index/index' } } ...
分类:移动平台 时间:2020-06-03 10:12:12 收藏:0 阅读:522
1.手机按电源键 + 音量- 进入到fastboot 2.usb线 链接到电脑 3. 打开cmd.exe,fastboot boot twrp.img 4,等待重启 进入 twrp 操作界面 5,选择mount,挂载 data sdcard 6,在我的电脑里 显示 手机的存储器盘,打开,复制刷机包到 ...
分类:移动平台 时间:2020-06-23 09:38:33 收藏:0 阅读:504
最近夏天天气炎热,偶然间摸了下小米路由器R1D 外壳,觉得有点烫,故进行稍微的散热改造,以下是改造过程。 一、刷开发版固件2.19.32 Rom改名为miwifi_ssh.bin,放U盘里,插路由器屁股,按住Reset键插电重启。 固件下载链接:https://pan.baidu.com/s/1Yp ...
分类:移动平台 时间:2020-07-01 21:48:28 收藏:0 阅读:519
一、环境搭建准备 安装homebrew:https://www.jianshu.com/p/2af8d44d7230 安装crathage:brew install carthage 安装node:brew install node 安装python3.7 安装xcode 安装xcode comma ...
分类:移动平台 时间:2020-08-03 23:19:44 收藏:0 阅读:503
踩坑实践1.下载hbuilder或者hbuilderX中创建一个默认模版的项目2.在项目中创建一个文件叫wxcomponents,注意这个文件和page文件平级3.打开https://github.com/youzan/vant-weapp,找到4.下载以后,解压,找到文件中的dist文件,把它复制 ...
分类:移动平台 时间:2020-10-10 09:43:49 收藏:0 阅读:756
<template> <view> <!-- 自定义导航栏 --> <uni-nav-bar :statusBar="true" rightText="发布" left-icon="back" @click-left="back" @click-right="submit"> <view class ...
分类:移动平台 时间:2020-10-14 19:08:50 收藏:0 阅读:605
1、第一种封装方法 - (NSString *)hidePartWithStr:(NSString *)Str holderSingleStr:(NSString *)holderSingleStr location:(NSInteger)location length:(NSInteger)len ...
分类:移动平台 时间:2020-10-17 11:43:04 收藏:0 阅读:266
场景 在Android中访问某接口会返回json数据,怎样根据json数据生成对应的JavaBean。 博客: https://blog.csdn.net/badao_liumang_qizhi 关注公众号 霸道的程序猿 获取编程相关电子书、教程推送与免费下载。 实现 首先下载GsonFormat的 ...
分类:移动平台 时间:2020-12-01 12:30:24 收藏:0 阅读:187
Qt 设置Qt::FramelessWindowHint后界面无法移动问题的一种解决方案 从别人代码中摘出来的 思路 1. 写一个单例 2. 重写事件过滤器 3. qApp 注册过滤器 代码 .h #ifndef APPINIT_H #define APPINIT_H #include <QObje ...
分类:移动平台 时间:2020-12-13 20:43:22 收藏:0 阅读:169
<template> <view class="login"> <view class="content-wrapper"> <view class="title"> <h1>欢迎使用考试系统</h1> </view> <view class="login-form"> <view class="l ...
分类:移动平台 时间:2021-01-09 00:37:39 收藏:0 阅读:416
@input事件 ,当键盘输入时,触发input事件,event.detail = 场景 @input事件想要传递一个参数到方法中 但是同时还要保留原来返回的event 解决方法:$event @input="onKeyInput($event,123)" 运用 <view class="item" ...
分类:移动平台 时间:2021-02-23 16:43:23 收藏:0 阅读:437
文件描述 application.c 主函数起始 camera.c 提供hicamera摄像头对象,负责hiuvc,hiuac控制 hiuvc.c 提供hiuvc对象,负责视频控制 uvc_gadget.c 实现uvc设备操作功能 histream.c 实现视频流操作功能 frame_cache.c ...
分类:移动平台 时间:2021-03-12 08:33:35 收藏:0 阅读:315
<template> <view class=""> <HeadBar title="标题" background_b="#f3212a" color="black" leftbtnclass="gc-000"></HeadBar> <web-view src="外部链接"></web-view> ...
分类:移动平台 时间:2021-03-28 11:41:31 收藏:0 阅读:293
高通android QMI机制 原文(有删改):https://blog.csdn.net/u012439416/category_7004974 概论 Qualcomm MSM Interface,作用用于AP和BP侧的交互,通俗说法就是让设备终端TE(可以是手机,PDA,计算机) 对高通BP侧的 ...
分类:移动平台 时间:2021-04-06 14:57:43 收藏:0 阅读:245
1、如图,应用名称为{iot-manage-system} 2、此图是nacos(红色的配置文件名称和上图的应用名称不一致,程序运行读取不到配置)(绿色的配置文件名称和应用名称是一致的,程序运行能够读取到) ...
分类:移动平台 时间:2021-07-08 18:25:01 收藏:0 阅读:229
比如在某个表中使用 select xxx from xxx with(nolock) where xxxx 查询。提示出错:由于数据移动,未能继续以NOLOCK方式扫描。 它有可能某些条件出错,某些条件不出错。原因是有可能该表在物理文件存储中某一块数据损坏了。或者该表中的索引和表的数据不一致了。解决...
分类:移动平台 时间:2014-05-17 18:26:29 收藏:0 阅读:6735
=> build/tools/zipalign: out/host/linux-x86/bin/zipalign (host)=> build/tools/atree: out/host/linux-x86/bin/atree (host)=> build/tools:=> build/to...
分类:移动平台 时间:2014-05-22 00:26:08 收藏:0 阅读:1240
130313233348121
上一页162412下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!