最新文章列表

ipa 包怎么加密成md5格式的字符串

在mac电脑终端 输入md5 ipa包的路径  然后回车 即可得到一个ipa包加密的 md5字符串 **xx ~ % md5 **xx/**xx/**xx/**xx.ipa  
 
wy_19921005 评论(0) 有123人浏览 2023-12-18 15:52

icoding go 环境

  launch.json { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft. ...
 
jickcai 评论(0) 有90人浏览 2023-11-30 17:02

spark 抽样

 use sessiondb;  set NUM_SAMPLE = 30; CREATE EXTERNAL TABLE task_samples ( date_str string, task_id string, review_type string, task_type string, score string, user_name string ) ROW F ...
jickcai 评论(0) 有100人浏览 2023-11-29 09:58

awk 输出单引号

 echo aaa | awk '{print "select * from A where name='\''TOM'\''"}'     /home/work/text.txt | awk -F "\t" '{ id=$1 sql="update table set review_status=2,sub_ ...
awk 
jickcai 评论(0) 有106人浏览 2023-11-29 09:55

iOS 最新的xcode真机调试包

iOS 17.0 链接:https://pan.baidu.com/s/1JP4k5qkJ6Z5KqCEykaZddg提取码:722iiOS 17.1链接:https://pan.baidu.com/s/1-iD2rx0h1RGr0UK80bdbbg 提取码:bpo5iOS 17.2链接:https://pan.baidu.com/s/1nctG_uaTholqhx7NV-SChQ 提取码 ...
 
wy_19921005 评论(0) 有298人浏览 2023-11-24 16:30

IPagerIndicator 实现自定义图标

import android.content.Context; import android.graphics.drawable.Drawable; import android.support.v4.view.ViewPager; import android.view.ViewGroup; import android.widget.ImageView; import android ...
 
龙哥IT 评论(0) 有232人浏览 2023-10-23 20:50

iOS veracode出现Improper administration of the permissions to the users of提示时的解决方案

  iOS安全扫描的时候有个问题一直不通过CWE 284 Improper Access Control Flaw Category: Other Effort to Fix: 0 - Effort to fix is unknown. Description: Improper administration of the permissions to the users ...
 
wy_19921005 评论(0) 有377人浏览 2023-10-20 14:21

teset1

teset
cpongo1 评论(0) 有1666人浏览 2023-06-05 15:22

常用adb命令备份

----hidden api adb shell settings put global hidden_api_policy 1   ----自定义设备属性 adb shell settings put global xxx adb shell settings get global xxx   ----分辨率 adb shell wm size 960x1920 ; ad ...
 
dongya1987 评论(0) 有215人浏览 2023-03-21 09:20

将博客搬至CSDN

https://www.iteye.com/blog/user/qinya/blog/2528781 https://www.iteye.com/blog/user/qinya/blog/2527632 https://www.iteye.com/blog/user/qinya/blog/2520729 https://www.iteye.com/blog/user/qinya/blog/25174 ...
qinya06 评论(0) 有104人浏览 2023-02-06 16:57

混合式APP开发框架

在企业移动战略布局中,app已成为连接业务与用户最主要的载体,同样其开发技术目前也处于十分成熟的阶段。随着软件技术的日新月异的更新换代, ...
 
大家都说我很棒 评论(0) 有164人浏览 2023-01-31 16:50

iOS. 学习网站精华汇总

https://www.cnblogs.com/oc-bowen/     ------博客园
 
wy_19921005 评论(0) 有421人浏览 2023-01-31 11:54

BOMStream BOMStreamWithFileAndSys(int, off_t, size_t, int, char *, BomSys *): r

BOMStream BOMStreamWithFileAndSys(int, off_t, size_t, int, char , BomSys ): read: No such file or directory    最近运行 iOS app 的时候发现日志里面有这些信息,搜索工程也没发现出处。网上的说明几乎没有。    这个是 UIImage调用方法[UIImage imageWit ...
 
wy_19921005 评论(0) 有195人浏览 2023-01-28 14:22

test

test  
 
cpongo1 评论(0) 有121人浏览 2023-01-06 18:21

INSTALL_PARSE_FAILED_NO_CERTIFICATES

  安装 android 包的时候,遇到以下问题:   Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl1519593705.tmp/base.apk using APK Signature Scheme v2: integer overflow] ...
AVI 评论(0) 有1960人浏览 2022-11-18 09:40

chromedriver

https://dl.lancdn.com/landian/software/chrome/
 
endual 评论(0) 有151人浏览 2022-11-17 20:28

移动应用开发推荐这个三方组件,时间选择即刻拥有全新体验

Telerik UI for Xamarin是一个构建跨平台移动应用程序的原生UI。Telerik UI for Xamarin使用Xamarin.Forms技术,它可以让开发人员从一个单一的共享C#代码库中创建原生的iOS、Android和Windows Phone应用程序。不仅如此,UI for Xamarin建立在iOS和Android的原生控件之上的,为Xamarin用户的应用程序提供真 ...
AABBbaby 评论(0) 有88人浏览 2022-10-31 13:53

C++界面开发框架Qt新手入门教程 - 如何创建移动应用程序(三)

Qt是目前最先进、最完整的跨平台C++开发工具。它不仅完全实现了一次编写,所有平台无差别运行,更提供了几乎所有开发过程中需要用到的工具。如今,Qt已被运用于超过70个行业、数千家企业,支持数百万设备及应用。 点击获取Qt组件下载 本教程介绍了在使用Qt 6作为最低Qt版本并使用CMake作为构建系统时,如何使用Qt Creator开发适用于Android和iOS设备的Qt Quick应用程序 ...
AABBbaby 评论(0) 有125人浏览 2022-10-14 09:29

vue 调试工具 vue devtools 谷歌插件 安装

vue 调试工具 vue devtools 谷歌插件 安装   1、通过官方地址下载:​​​​GitHub - vuejs/devtools: ⚙️ Browser devtools extension for debugging Vue.js applications.   2、选择版本 v5.1.1   :好多次才测验出来这个版本简单快捷易操作。    
 
andinker 评论(0) 有145人浏览 2022-10-12 23:01

Unity Package Android Error: Starting a Gradle Daemon, 1 incompatible and 2 stop

  Unity 2020 及以上在打包 Android 应用的时候,出现以下错误:     Starting a Gradle Daemon, 1 incompatible and 2 stopped Daemons could not be reused, use --status for details > Configure project :launcher WAR ...
AVI 评论(0) 有2949人浏览 2022-10-12 14:13

最近博客热门TAG

Android(32038) Mobile(4157) iOS(3163) Apple(2605) Qt(1757) Nokia(1660) WAP(1650) Windows Mobile(1313) Objective-C(1245) 三星(1121) Symbian(1089) HTC(837) Windows Phone(696) OPhone(587) WinCE(547) BREW(502) Cocoa(437) 黑莓(427) BlackBerry(423) Palm(418)

移动开发博客电子书下载排行

    >>浏览更多下载

    移动开发最新博客评论

    Global site tag (gtag.js) - Google Analytics