51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Cat
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
用法
免安装版Tomcat6.0启动方法
原文来源:tomcat下载地址才10M有点难以置信。免安装版Tomcat6.0启动方法1、下载Tomcat Zip压缩包,解压。2、修改startup.bat文件: 在第一行前面加入如下两行 &...
代码星球
·
2020-03-29
安装
Tomcat6.0
启动
方法
tomcat 启动服务器日志小结
1、tomcat 启动服务配置: 目前主要有 ①把编译好war或者项目直接扔到webapps 目录下,启动bin目录下的startup.bat 即可 ② 在conf目录下 修改 server.xml的<Hos...
IT猿
·
2020-03-28
tomcat
启动
服务器
日志
小结
利用Dockerfile构建一个基于centos 7,包括java 8, tomcat 7,php ,mysql+mycat的镜像
Dockerfile内容如下:FROMcentosMAINTAINERVictorivictor@foxmail.comWORKDIR/rootRUNrm-f/etc/yum.repos.d/*RUNecho'[BASE]'>/etc/yum.repos.d/base.repoRUNecho'name=base'...
IT猿
·
2020-03-28
利用
Dockerfile
构建
一个
基于
tomcat 相关
1.修改端口号,找到如下标签,port属性就是端口号,修改之后重启服务器即可,<ConnectorconnectionTimeout="20000"port="8080"protocol="HTTP/1.1"redirectPort="8443"/><ConnectorconnectionTimeou...
IT猿
·
2020-03-28
tomcat
相关
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
ocat 资源路径-时间控件
http://www.htmleaf.com/jQuery/Calendar-Date-Time-picker/201504251737.html ...
IT猿
·
2020-03-27
ocat
资源
路径
时间
控件
IDEA中解决Edit Configurations中没有tomcat Server选项的问题(附配置Tomcat)
1.点击File-->settings(Ctrl+Alt+S) 2.在弹出的窗口中的搜索框中输入appliation,然后选择下方的Plugins,再然后勾选左侧Installed中的如图所示的两个选项,先别忙重启再在搜索框中输入tomcat,勾选右边对应的内容,然后重启即可在E...
IT猿
·
2020-03-27
IDEA
解决
Edit
Configurations
没有
List of Mozilla-Based Applications
Thefollowingisalistofallknownactiveapplicationsthatarebuiltusing Mozillatechnologies.Thislistislikelytobeincompletesincewethinktherearemany darkmatter...
IT猿
·
2020-03-27
List
of
Mozilla-Based
Applications
无效类字符串:ProgID: Excel.Application
网上发现的方案是改注册表,其实用不着那么麻烦,找2种excel文件:xlsx和xls,把默认打开方式都换成你机器上有的程序就行,比如WPSOffice的WPS表格...
IT猿
·
2020-03-27
无效
字符串
ProgID
Excel.Application
How to create PDF files in a Python/Django application using ReportLab
https://assist-software.net/blog/how-create-pdf-files-python-django-application-using-reportlab CONTENTSIntroduction HowtoservethefilefordownloadHowto...
IT猿
·
2020-03-27
How
to
create
PDF
files
首页
上一页
...
159
160
161
162
163
...
下一页
尾页
按字母分类:
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
其他