ubuntu软件更新源问题解决 经验

receive any ## review or updates from the Ubuntu security team. deb ftp://mirrors.ustc.edu.cn/ubuntu/

littlefat 2016-01-23   32073   0
Ubuntu  
P53

  cxf学习笔记 文档

安全性 对SOAP报文进行身份认证的方式很多,不过都是通过在SOAP报文头中添加一些安全凭证(Security Token)信息来完成的。 1.1.3.6.1 准备工作 1.1.3.6.1.1 创建密钥对和数字证书

chenzenan 2013-01-29   3621   0

2014 年 50 个实用的 CSS 框架、库和工具集合 资讯

Vocabulary CSS Animations, A Pocket Guide A Complete Guide to Flexbox Shadow DOM, CSS Cheat

jopen 2014-08-14   15426   0
CSS库  

Spring Data Neo4j 2.0.0 发布 资讯

- High level documentation to help educate and guide you in non-relational data access landscape

jopen 2011-12-25   14615   0
Spring  

视频播放器:JRVideoPlayer 经验

Streaming视频流。播放器是根据苹果官方文档《AVFoundation Programming Guide》写的。 代码控制了默认只允许横屏播放。 上下滑动屏幕左1/3是调亮度,下下滑动屏幕右1

jopen 2015-08-08   14791   0

10 个必需拥有的JavaScript开发速查手册 资讯

quick reference guide for JavaScript, listing methods and functions, and including a guide to regular expressions

jopen 2012-02-02   9942   0

kubernetes 0.15.0 Candidate 发布,容器集群管理系统 资讯

version ( #6098 ) See the v1beta3 conversion guide Added multi-port Services ( #6182 ) New Getting

jopen 2015-04-15   7321   0

jade 模版引擎的 Java 实现:Jade4j 经验

ArrayList(); books.add(new Book("The Hitchhiker's Guide to the Galaxy", 5.70, true)); books.add(new Book("Life

jopen 2013-11-13   35417   0

OSGi 框架 JBoss OSGi-1.1.0 发布 资讯

Comprehensive coverage of AS7 / OSGi integration in user guide Add support for AS7 as remote testing target Replace

openkk 2012-03-08   11325   0
OSGi  

照片处理软件 Fotoxx 11.10 发布 资讯

here. Tarball with source code, make file, user guide: downloads DEB and RPM packages Ubuntu packages

openkk 2011-10-02   6475   0
Linux  

10本Linux免费电子书 资讯

a nutshell 6. Linux network administrator’s guide Linux 网络管理指导 7. Self-service Linux – Mastering

openkk 2012-04-13   16147   0
Linux  

前端开发者喜欢的20个学习文档和指南 资讯

7. Cheetyr 8. keyCod.es 9. AngularJS Style Guide 10. Poor Man’s Styleguide 11. Web Fundamentals

jopen 2014-11-26   20413   0
文档  

Spring Test HtmlUnit 1.0.0 RC1 发布,增加MockMVC和Webdriver支持 资讯

1.0.0 RC1 发布,这次发布的新亮点: Migration Guide A detailed migration guide from 1.0.0.M2 to 1.0.0.RC1 was added

jopen 2015-05-15   9038   0

Apache Directory LDAP API 1.0.0-M33 发布 资讯

org/api/downloads.html User's Guide : http://directory.apache.org/api/user-guide.html 更多内容请看 发行说明 。

jopen 2015-12-25   6589   0
P26

  JAVA经典算法收集整理 文档

Diffie-Hellman密钥一致协议和DES程序需要JCE工具库的支持,可以到 http://java.sun.com/security/index.html 下载JCE,并进行安装。简易安装把 jce1.2.1\lib 下的所有内容复制到

tianlin123 2011-01-15   7221   0

如何在 Apache 中抵御暴力破解和 DDos 攻击 经验

对于那些需要在因特网上提供服务或托管主机的人来说,保证您的系统在面对攻击时的安全是一个重要的事情。 mod_security(一个开源的用于Web应用入侵检测及防护的引擎,可以无缝地集成到Web服务器)和mod_ev

jopen 2015-06-16   26657   0

C#得到随机安全码(哈希加密)的封装类 代码段

using System; using System.Text; using System.Security.Cryptography; namespace DotNet.Utilities { ///

pdkie 2015-04-12   984   0
C#  

实例分析JVM安全体系:双亲委派、命名空间、保护域、策略 经验

行指定用户自定义的安全策略和访问控制。应用程序通过 System.setSecurityManager()/“-Djava.security.manager”来指定/启动安全管理器,每当 JavaAPI执行一些可能不安全的操作时,如

jopen 2015-11-13   15339   0
JVM   Java开发  
P4

  Java中的使用RSA算法进行公钥加密私钥解密 文档

generater() {   try {    java.security.KeyPairGenerator keygen = java.security.KeyPairGenerator      .getInstance("RSA");

newlyfei 2012-09-13   724   0

Java实现 数字签名 经验

 public void generater() {   try {    java.security.KeyPairGenerator keygen = java.security.KeyPairGenerator      .getInstance("RSA");

jopen 2014-11-11   36385   0
1 2 3 4 5 6 7 8 9 10