码迷,mamicode.com
首页 >  
搜索关键字:intent based    ( 6181个结果
[云计算] OpenStack 发展史
传统数据中心面临的问题 无法管理,资源利用率不高 资源分配不合理 初始成本高 发展阶段 IDC 托管/租用 VPS(虚拟专用主机/OpenVZ/XEN) 虚拟主机 云主机 虚拟化 服务器虚拟化 KVM(Kernel-based Virtual Machine) 把一台物理机虚拟化为多台虚拟机 VMw ...
分类:其他好文   时间:2020-07-22 01:54:35    阅读次数:124
Android PreferenceScreen
PreferenceScreen和fragment结合 一、监听事件 1.1、onPreferenceChange public boolean onPreferenceChange(Preference preference, Object objValue) { return false; } ...
分类:移动开发   时间:2020-07-20 22:27:20    阅读次数:102
LeNet-5实现MNIST分类
LeNet-5实现MNIST分类 本人水平有限,如有错误,欢迎指出! 1. LeNet-5 1.1 简介 ? LeNet-5是由“深度学习三巨头”之一、图灵奖得主Yann LeCun在一篇名为"Gradient-Based Learning Applied to Document Recogniti ...
分类:Web程序   时间:2020-07-19 23:32:03    阅读次数:95
django基于角色的权限控制
一、基于角色的权限控制RBAC:Role Based Access Control,一般用于公司的内部管理系统,如、OA,ERP,CRM。 二、django的auth体系内置了一套RBAC系统。 三、auth的六表关系 1、user表:用户表。 2、group表:群组表(角色表)。 3、permss ...
分类:其他好文   时间:2020-07-16 00:01:26    阅读次数:91
APP内跳转链接用INTENT,但是用系统浏览器,在内部还是要webview
public void clickKefu() { Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.baidu.com")); getActivity().startActivity(intent); } ...
分类:移动开发   时间:2020-07-14 18:09:16    阅读次数:94
jenkins权限管理
一,添加插件Role-based Authorization Strategy 二、系统管理->全局安全配置 应用,保存; 三、再次进去系统管理,出现以下提示,点击Dismiss; 四、点击系统管理->Manage and Assign Roles 五、创建角色 新添加的权限只选中Read即可; 六 ...
分类:其他好文   时间:2020-07-13 19:57:55    阅读次数:61
3.SpringBoot学习(一)——第一个Web应用
1.简介 1.1 概述 Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionate ...
分类:编程语言   时间:2020-07-10 23:50:19    阅读次数:71
neural network robustness verification
There have been several approaches available. One line of research I focused on is abstract interpretation based approaches. AI2: uses zonotope as the ...
分类:Web程序   时间:2020-07-10 00:37:13    阅读次数:81
Advances in Deep-learning-based Inverse Problems (DLB IP)
Announcements - This repository provides references to recent advances in deep-learning-based inverse problems (DLB IP), and will be updated once ever ...
分类:其他好文   时间:2020-07-09 01:15:07    阅读次数:101
含乘积项非线性转线性规划
Based on the above inequality, we compute \(w_0, w_1, ..., w_N\) as follows: \begin{align} x+\frac{7}{2}y+\frac{3}{2}z\leq25 \\ 3x - 5y + 7z \leq 45 \ ...
分类:其他好文   时间:2020-07-08 01:38:52    阅读次数:94
6181条   上一页 1 ... 7 8 9 10 11 ... 619 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!