51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ICA
[UIApplication sharedApplication].keyWindow和[[UIApplication sharedApplication].delegate window]区别
这说明在执行didFinishLaunchingWithOptions:这个代理方法时,在执行[self.windowmakeKeyAndVisible];方法之前,通过[UIApplicationsharedApplication].keyWindow方法获取不到window,且在执行[UIApplicationsh...
代码星球
·
2020-04-03
UIApplication
sharedApplication
.keyWindow
.delegate
window
MAC电脑安装Mysql服务器和Navicat for mysql客户端
Navicatformysql客户端 链接: https://pan.baidu.com/s/1dGbzgbR 密码:i43gMysql服务器 链接: https://pan.baidu.com/s/1qYE01BI 密码:qz9sNavicatf...
代码星球
·
2020-04-03
MAC
电脑
安装
Mysql
服务器
Navicat 连接阿里云RDS
背景:Navicat是一个非常优秀与易用的数据库可视化管理软件,相信很多人都用过。这次服务器升级,数据库用了阿里云的RDS,阿里云自带的数据库管理面板功能有限,用不习惯。所以还是想着用Navicat来管理。为了安全RDS默认是不能用外网访问的,我们也不应该随便开启这个功能。这里可以使用Navicat的SSH功能。先通过...
代码星球
·
2020-04-02
Navicat
连接
阿里
RDS
ApplicationLoader登录失败
报错:Pleasesigninwithanapp-specificpassword.Youcancreateoneatappleid.apple.com是因为帐号开启了双重认证;解决办法:在Apple官网登陆你的账号https://appleid.apple.com/zh_CN 在管理密码的地方有一个Gene...
代码星球
·
2020-04-02
ApplicationLoader
登录
失败
Classical Inheritance in JavaScript
DouglasCrockford www.crockford.com 翻译:ThoughtScript 原文链接 http://javascript.crockford.com/inheritance.htmlAndyouthink...
代码星球
·
2020-04-02
Classical
Inheritance
in
Javascript
关于spring-boot中的@SpringBootApplication中的@ComponentScan的basePackages的路劲的设置。
最近在看spring-boot的东西,然后搭建了spring-boot的简单项目。但是在spring的入口处加载的时候一直加载不到。最后看了@SpringBootApplication的源码才知道@ComponentScan如果不设置basePackage的话默认会扫描包的所有类,所以最好还是写上basePackage...
代码星球
·
2020-04-02
中的
关于
spring-boot
@SpringBootApplication
@ComponentScan
MySQL(Navicat)运行.sql文件时报错[Err] 2006
在my.ini里加上 max_allowed_packet=16M...
代码星球
·
2020-04-01
MySQL
Navicat
运行
.sql
文件
如何用navicat连接阿里云内网的mysql数据库
1.首先用ssh连接阿里云服务器2.连接mysql数据库设置完这两项就可以连接阿里云内网mysql数据库 ...
代码星球
·
2020-04-01
何用
navicat
连接
阿里
内网
LightOj_1342 Aladdin and the Magical Sticks
题目链接题意: 地上有n种棍子,其中有两种类型,一种类型是可识别,一种类型是不可识别,每个棍子都有一个权值。 当你捡到可识别的,那么你以后就不会再捡这个棍子,如果是不可识别的,那么你有可能还会捡。 问将所有棍子收集完的权值的期望。 思路: 此题借鉴参考了此篇文章:AladdinandtheMagica...
代码星球
·
2020-04-01
LightOj
1342
Aladdin
and
the
Android activity之间数据传递和共享的方式之Application
1.基于消息的通信机制 Intent---bundle,extra 数据类型有限,比如遇到不可序列化的数据Bitmap,InputStream,或者LinkedList链表等等数据类型就不太好用。2.利用static静态数据, publicstatic成...
代码星球
·
2020-03-31
Android
activity
之间
数据
传递
Android中Application类用法
Application类Application和Activity,Service一样是Android框架的一个系统组件,当Android程序启动时系统会创建一个Application对象,用来存储系统的一些信息。Android系统自动会为每个程序运行时创建一个Application类的对象且只创建一个,所以Applic...
代码星球
·
2020-03-31
Android
Application
用法
SpringSecurity-UsernamePasswordAuthenticationFilter的作用
UsernamePasswordAuthenticationFilter应该是我们最关注的Filter,因为它实现了我们最常用的基于用户名和密码的认证逻辑。先看一下一个常用的form-login配置:1<form-loginlogin-page="/login"2username-parameter="ssoId...
IT猿
·
2020-03-28
SpringSecurity-UsernamePasswordAuthenticationFilter
作用
通过Application传递数据代码
使用Application传递数据步骤如下:创建新class,取名MyApp,继承android.app.Application父类,并在MyApp中定义需要保存的属性 在整个Android程序中,有时需要保存某些全局的数据(如:用户信息),方便在程序的任何地方调用。在Activity...
IT猿
·
2020-03-27
通过
Application
传递
数据
代码
HOW TO: Configure Internet Information Services Web Authentication in Windows Server 2003
HowtoConfigureIISWebSiteAuthenticationUseanadministrativeaccounttologontotheWebserver.StartIISManageroropentheIISsnap-in.ExpandServer_name,whereServer_nameisthe...
IT猿
·
2020-03-27
HOW
TO
Configure
Internet
Information
How can I manually create a authentication cookie instead of the default method?
Hereyougo.ASP.NETtakescareofthisforyouwhenyouusethehigherlevelmethodsbuiltintoFormsAuthentication,butatthelowlevelthisisrequiredtocreateanauthenticationcookie.&...
IT猿
·
2020-03-27
How
can
manually
create
authentication
首页
上一页
...
77
78
79
80
81
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他