#Cat

Android activity之间数据传递和共享的方式之Application

1.基于消息的通信机制 Intent---bundle,extra    数据类型有限,比如遇到不可序列化的数据Bitmap,InputStream,或者LinkedList链表等等数据类型就不太好用。2.利用static静态数据, publicstatic成...

Android中Application类用法

Application类Application和Activity,Service一样是Android框架的一个系统组件,当Android程序启动时系统会创建一个Application对象,用来存储系统的一些信息。Android系统自动会为每个程序运行时创建一个Application类的对象且只创建一个,所以Applic...
代码星球 ·2020-03-31

免安装版Tomcat6.0启动方法

原文来源:tomcat下载地址才10M有点难以置信。免安装版Tomcat6.0启动方法1、下载Tomcat Zip压缩包,解压。2、修改startup.bat文件:       在第一行前面加入如下两行   &...

tomcat 启动服务器日志小结

1、tomcat 启动服务配置:  目前主要有 ①把编译好war或者项目直接扔到webapps 目录下,启动bin目录下的startup.bat 即可  ② 在conf目录下  修改 server.xml的<Hos...

利用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'...

tomcat 相关

1.修改端口号,找到如下标签,port属性就是端口号,修改之后重启服务器即可,<ConnectorconnectionTimeout="20000"port="8080"protocol="HTTP/1.1"redirectPort="8443"/><ConnectorconnectionTimeou...
IT猿 ·2020-03-28

SpringSecurity-UsernamePasswordAuthenticationFilter的作用

UsernamePasswordAuthenticationFilter应该是我们最关注的Filter,因为它实现了我们最常用的基于用户名和密码的认证逻辑。先看一下一个常用的form-login配置:1<form-loginlogin-page="/login"2username-parameter="ssoId...

通过Application传递数据代码

 使用Application传递数据步骤如下:创建新class,取名MyApp,继承android.app.Application父类,并在MyApp中定义需要保存的属性  在整个Android程序中,有时需要保存某些全局的数据(如:用户信息),方便在程序的任何地方调用。在Activity...

HOW TO: Configure Internet Information Services Web Authentication in Windows Server 2003

HowtoConfigureIISWebSiteAuthenticationUseanadministrativeaccounttologontotheWebserver.StartIISManageroropentheIISsnap-in.ExpandServer_name,whereServer_nameisthe...

How can I manually create a authentication cookie instead of the default method?

Hereyougo.ASP.NETtakescareofthisforyouwhenyouusethehigherlevelmethodsbuiltintoFormsAuthentication,butatthelowlevelthisisrequiredtocreateanauthenticationcookie.&...

ocat 资源路径-时间控件

http://www.htmleaf.com/jQuery/Calendar-Date-Time-picker/201504251737.html ...

IDEA中解决Edit Configurations中没有tomcat Server选项的问题(附配置Tomcat)

 1.点击File-->settings(Ctrl+Alt+S)  2.在弹出的窗口中的搜索框中输入appliation,然后选择下方的Plugins,再然后勾选左侧Installed中的如图所示的两个选项,先别忙重启再在搜索框中输入tomcat,勾选右边对应的内容,然后重启即可在E...

List of Mozilla-Based Applications

Thefollowingisalistofallknownactiveapplicationsthatarebuiltusing Mozillatechnologies.Thislistislikelytobeincompletesincewethinktherearemany darkmatter...

无效类字符串:ProgID: Excel.Application

  网上发现的方案是改注册表,其实用不着那么麻烦,找2种excel文件:xlsx和xls,把默认打开方式都换成你机器上有的程序就行,比如WPSOffice的WPS表格...

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...
首页上一页...159160161162163...下一页尾页