码迷,mamicode.com
首页 >  
搜索关键字:bundle intent    ( 7220个结果
ios 获取app版本号
let infoDictionary = Bundle.main.infoDictionary!let appversion = infoDictionary["CFBundleShortVersionString"] as! String //获取app的版本号 let deviceId = UI ...
分类:移动开发   时间:2019-10-25 20:02:46    阅读次数:108
MPAndroid 的学习
1.MPAndroid 的github的地址: https://github.com/PhilJay/MPAndroidChart#documentation 2.使用步骤: 在build.gradle中引入 在build.gradle(app)上引入模块依赖 实现条形图线图 布局,在布局里面引入L ...
分类:移动开发   时间:2019-10-18 19:26:28    阅读次数:183
Aquameta 基于postgresql的web 开发平台
Aquameta 是一个完全基于pg 开发的web平台 ,目前还在开发中。 当前支持的功能 meta 写入系统信息到pg bundle 基于pg 类似git 的文件系统 filesystem 双向文件系统 event 分布订阅更改api endpoint 将pg 的权限以及数据映射到weeb,并允许 ...
分类:数据库   时间:2019-10-17 23:41:25    阅读次数:128
egret 发布ios记录
根据官方文档http://developer.egret.com/cn/github/egret-docs/Native/native/hybrid/hybrid/index.html 将现有的项目发布成Hybird。 发布成功之后,使用xcode打开xcworkspace工程。 然后点击运行按钮。 ...
分类:移动开发   时间:2019-10-16 13:09:02    阅读次数:227
【Hadoop】linux安装mysql
官网下载地址 ? https://dev.mysql.com/downloads/file/?id=471503 ? 本文所用MySQL版本为5.7.19; 上传包 ? 将mysql 5.7.19 1.el7.x86_64.rpm bundle.tar 安装包上传到/opt/soft目录(此目录可以 ...
分类:数据库   时间:2019-10-13 23:42:20    阅读次数:138
【推荐算法工程师技术栈系列】机器学习深度学习--强化学习
强化学习基本要素 马尔科夫决策过程 策略学习(Policy Learning) 时序差分方法(TD method) Q-Learning算法 Actor-Critic方法 DQN DDPG 推荐系统强化学习建模 附录 ...
分类:编程语言   时间:2019-10-13 12:45:44    阅读次数:105
CheatEngine查看PE header
先打开进程,炉石传说。 然后选择MemoryViewer 在MemoryViewer界面,Tools菜单,然后选择Dissect PE headers 然后查看mono.dll的信息 0x357A0是新版本的 这个页面还可以打开本地另外备份的mono.dll,然后查看 发现0x3535C ...
分类:其他好文   时间:2019-10-12 11:05:59    阅读次数:130
android之android.intent.category.DEFAULT
1、首先需要弄明白什么是implicit(隐藏) intent什么是explicit(明确) intent。 Explicit Intent明确的指定了要启动的Acitivity ,比如以下Java代码: Intent intent= new Intent(this, SecondActivity. ...
分类:移动开发   时间:2019-10-11 10:31:57    阅读次数:118
在C#中使用Sqlite的方法
【安装Sqlite】 第一步: 引用三个文件 sqlite-netFx40-binary-bundle-x64-2010-1.0.111.0.zip (或者sqlite-netFx40-binary-bundle-Win32-2010-1.0.94.0.zip) //注意要用带bundle的包,要不 ...
分类:数据库   时间:2019-10-11 09:11:21    阅读次数:105
android开发startActivityForResult从系统自带的文件管理器文件选择兼容各个版本
val isKitKat = Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT val intent = Intent(if (isKitKat) Intent.ACTION_OPEN_DOCUMENT else Intent.ACTION_GE ...
分类:移动开发   时间:2019-10-10 20:24:28    阅读次数:148
7220条   上一页 1 ... 28 29 30 31 32 ... 722 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!