- 博客(0)
- 资源 (14)
- 收藏
- 关注
RedisDesktopManager 2020.0.193 x64
Redis Desktop Manager Windows是一款来自国外的Redis桌面管理工具。它也是一个简单,快速和跨平台的Redis可视化工具。 该软件支持SSH隧道连接,支持多种平台。
版本:2020.0.193
安装包MD5:d17c854a3b77d6e0ff7cb9726cf1e37f
主程序MD5:76badc7e46de469a27f3dc9f48064f09
2020-05-08
J2EE4 Java Servlet2.4 API帮助文档chm英文版
Servlet 2.4 API帮助文档 chm英文版 是本人根据sun官方j2eeri-1_4-doc-api制作而成!欢迎各位下载使用.如有任何意见和建议请联系我...
Java Servlet Development Kit 2.4 DocumenTation by Cn.zwj186.chm
2008-02-01
CA证书检查安装示例程序更新版
该示例代码为CA证书自动检查和安装解决方案程序更新版!其基于更可靠的Windows系统自身控件运行。主要解决https协议证书的认证签名问题,不需要你办理任何手续、支付任何费用即可以使https协议地址“无障碍访问”。注意该页面程序放置于http协议地址下,然后跳转到目标https协议地址即可。(许多浏览器针对未签名证书会提示或者阻碍正常访问,如IE7+等)
2009-02-05
ViewPage1.21 for 360se 通用版
ViewPage1.21 for 360se 通用版,可以通过调整配置文件使插件图标显示在工具栏,也可以显示在状态栏,调整参数“Type=TOOLBAR_BUTTON;在工具栏显示”“Type=STATUSBUTTON;在状态栏显示”,使用注释符号“;”来开启显示位置,该版本默认显示在工具栏。注意,如果你显示在状态栏时可能会因其他状态栏插件使其无法显示。比如显示系统信息插件等可能引起在360se状态栏无法显示ViewPage插件。
2009-03-24
ViewPage1.31 for 360se2.0+
ViewPage1.31 for 360se 2.0+版,可以通过调整配置文件使插件图标显示在工具栏,也可以显示在状态栏,调整参数“Type=TOOLBAR_BUTTON;在工具栏显示”“Type=STATUSBUTTON;在状态栏显示”,使用注释符号“;”来开启显示位置,该版本默认显示在工具栏。
注意:
1. 如果你显示在状态栏时可能会因其他状态栏插件使其无法显示。比如显示系统信息插件等可能引起在360se状态栏无法显示ViewPage插件。
2. 如果该插件用于低于360se2.0版本的将不能在超强安全模式下工作!
ViewPage1.31 相对1.21版本的功能分析能力更强,同时增加了表单分析功能,更多的选项支持功能
2009-03-24
J2EE5 API Java Servlet2.5 DocumenTation chm英文版(5.04)
该文档根据sun官方java_ee_sdk-5_04-windows-nojdk包中的docs制作而成。<br>该文档剔除了其中的Sun Java System Application Server v 9.0相关API!<br>转载请保持该文档完整,谢谢~~~<br><br>目前开发J2EE大都使用1.4版本,J2EE4 Java Servlet2.4 DocumenTation已经发布。本次发布是官方1.5update4的chm版,各位如有需要官网5.0的API的chm版,请在后面留言,根据使用情况我再制作。<br><br>J2EE 5-API Java Servlet2.5 DocumenTation(5.04).chm
2008-02-04
CA证书检查安装示例程序
(特别注意:该示例程序引用了一个未签名的控件!建议你参看该示例程序的更新版,其基于更可靠的Windows系统自身控件。)
该示例代码为CA证书自动检查和安装解决方案程序!其基于Active X控件运行。主要解决https协议证书的认证签名问题,不需要你办理任何手续、支付任何费用即可以使https协议地址无障碍访问。注意该页面程序放置于http协议地址下,然后跳转到目标https协议地址即可。(许多浏览器针对未签名证书会提示或者阻碍正常访问,如IE7+等)
2009-02-04
RedisDesktopManager 2019.5.0 x64
Redis Desktop Manager Windows是一款来自国外的Redis桌面管理工具。它也是一个简单,快速和跨平台的Redis可视化工具。 该软件支持SSH隧道连接,支持多种平台。
版本:2019.5.0
安装包MD5:c497f57bdb8712cfe6e1723134b4bf35
主程序MD5:bf67a649d716722d613543a695862a99
2019-11-27
urlrewritefilter2.6
1.Download the zip (or tar.gz) and extract it into your context's directory ie, so that urlrewrite.xml goes into the WEB-INF directory.
2.Add the following to your WEB-INF/web.xml (add it near the top above your servlet mappings (if you have any)): (see filter parameters for more options)
<filter>
<filter-name>UrlRewriteFilter</filter-name>
<filter-class>org.tuckey.web.filters.urlrewrite.UrlRewriteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>UrlRewriteFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
3.Add your own configuration to the WEB-INF/urlrewrite.xml that was created.
4.Restart the context.
2009-11-02
urlrewritefilter3.2.
1.Download the zip (or tar.gz) and extract it into your context's directory ie, so that urlrewrite.xml goes into the WEB-INF directory.
2.Add the following to your WEB-INF/web.xml (add it near the top above your servlet mappings (if you have any)): (see filter parameters for more options)
<filter>
<filter-name>UrlRewriteFilter</filter-name>
<filter-class>org.tuckey.web.filters.urlrewrite.UrlRewriteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>UrlRewriteFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
3.Add your own configuration to the WEB-INF/urlrewrite.xml that was created.
4.Restart the context.
2009-11-02
J2EE4 Java Servlet 2.4 API帮助文档 chm英文版 update2
Servlet 2.4 API帮助文档 chm英文版 是本人依据sun官方j2eeri-1_4-doc-api制作而成!欢迎各位下载使用.如有任何意见和建议请联系我...
Java Servlet Development Kit 2.4 DocumenTation.chm update2版
2008-02-01
Compass 2.0M2 DocumenTation(API) chm英文版
Compass是第一个实现java搜索引擎的开源框架,它是基于Lucene之上的,提供更简单的搜索引擎API,事务支持,对象到搜索引擎映射(Annotations
2008-02-03
Compass 2.0M2 DocumenTation(API)-with-UsesIndex chm英文版
Compass是第一个实现java搜索引擎的开源框架,它是基于Lucene之上的,提供更简单的搜索引擎API,事务支持,对象到搜索引擎映射(Annotations
2008-02-03
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅