码迷,mamicode.com
首页 >  
搜索关键字:unknown application    ( 16694个结果
Application的adnroid:name的作用
首先说一下android:name 指定的类就有点似于全局变量的作用吧 , 用来存储数据供给整个 Activity 使用。然后再讲一下我为什么记录一下这个,我是在今天完成一个功能(这个是单独创建项目写的)之后要将这个功能合并到专属空间(自己做的总项目)之中。这个功能是里有类继承了Applicatio ...
分类:移动开发   时间:2020-08-12 15:40:42    阅读次数:75
钉钉扫码登录
1.方式一 //登录 public function login(){ $config=config('ding'); $app = new Application($config); $response = $app->oauth->use('app-01')->withQrConnect()-> ...
分类:其他好文   时间:2020-08-11 09:22:31    阅读次数:71
钉钉发送工作通知消息
//发送工作通知消息 public function asyncsend(){ $config=config('ding'); $app = new Application($config); $params=[ 'agent_id'=>'849101807', 'userid_list'=>'31 ...
分类:其他好文   时间:2020-08-11 09:16:10    阅读次数:209
Feign form 表单提交的坑
1、背景 两个月前,刚入职新公司,需要 新启 一个工程 SDK, 做 三方接口 的转发,供多个部门使用。 三方的 接口 只能 接收 application/x-www-form-urlencoded ,不支持 json 参数 然而,接受的参数 有 下划线格式 (wan_id),很多接口的参数都 > ...
分类:其他好文   时间:2020-08-10 17:40:08    阅读次数:77
C++第三章理论题错题整理2
Because the cstdarg defines this header file to process the unknown number of arguments. va_list is provided by C++ to access manipulated arguments in ...
分类:编程语言   时间:2020-08-10 17:25:03    阅读次数:77
kotlin-----代替findViewById的方法
在安卓项目使用了Kotlin之后,发现Kotlin一个相当强大的地方,可以不用findViewById,引入布局,直接使用控件,使用kotlin插件自动生成 1、在 application.gradle 中引入kotlin扩展插件 classpath "org.jetbrains.kotlin:ko ...
分类:其他好文   时间:2020-08-10 10:54:17    阅读次数:85
遇到一个第三方后台cms安装失败的问题
tp5安装第三方的cms后台 总是遇到File not found的问题 在var/log/nginx/error.log中发现是这个错误 [error] 3926#0: *33481 FastCGI sent in stderr: "Primary script unknown" while re ...
分类:其他好文   时间:2020-08-09 14:22:45    阅读次数:82
Azure Application Gateway(一)对后端 Web App 进行负载均衡
一,引言 今天,我们学习一个新的知识点 Azure Application Gateway,通过Azure 应用程序网关为我么后端的服务提供负载均衡的功能。我们再文章头中大概先了解一下什么是应用程序网关。 Azure Application Gateway 是一种应用程序层(OSI 层 7)负载均衡 ...
分类:移动开发   时间:2020-08-09 14:22:12    阅读次数:93
vue中fetch 和axios理解
一、fetch请求参数fetch(‘/books‘,{method:‘post‘,body:‘uname=list&pwd=123‘,headrs:{‘Content-Type‘:"application/x-wwww-form-urlencode"}}).then(res=>{returnres.n
分类:移动开发   时间:2020-08-09 13:09:55    阅读次数:118
Api接口小知识
应用程序接口API(Application Programming Interface),是提供特定业务输出能力、连接不同系统的一种约定。这里包括外部系统与提供服务的系统(中控系统)或者后台不同的系统之间的交互点。包括外部接口、内部接口、内部接口有包括:上层服务与下层服务接口、同级接口。 常见的we ...
分类:Windows程序   时间:2020-08-07 09:45:03    阅读次数:84
16694条   上一页 1 ... 27 28 29 30 31 ... 1670 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!