官方网址:http://search.cpan.org/~stbey/Date-Calc-6.3/lib/Date/Calc.pod#___top use Date::Calc qw( Days_in_Year Days_in_Month Weeks_in_Year ...
分类:
其他好文 时间:
2014-06-28 21:46:03
阅读次数:
506
ollbackset interfaceset routing-options static更改初始密码set system root-authentication plain-text-password 回车New password:retypenewpassword:set system log...
分类:
其他好文 时间:
2014-06-28 18:41:10
阅读次数:
1528
Install apache2To execute the install command in terminal:sudo apt-get install apache2Then, we can find that the apache2 has been installed in "/etc/"...
分类:
Web程序 时间:
2014-06-24 09:39:53
阅读次数:
363
The Java Authentication and Authorization Service (JAAS) is a standard extension to the security in the J2SE Development Kit 5.0. JAAS provides the ab...
分类:
Web程序 时间:
2014-06-21 13:45:27
阅读次数:
310
由于公司网络比较慢.所以需要建立一个代理服务器或镜象站点!考虑到创建和维护镜象的投入比较大!所以选择apt-proxy代理来做!可以缓解公司带宽不足的矛盾.而且只有在代理缓存,没有相应组件的情况下才去网络下载!好处多多!~下面先推荐几个国内比较好的镜象站点!以备后用.国内有好几个 Debian 包的...
分类:
其他好文 时间:
2014-06-21 11:59:48
阅读次数:
213
The following topics are covered in this section:JAAS and WebLogic ServerJAAS Authentication Development EnvironmentWriting a Client Application Using...
分类:
编程语言 时间:
2014-06-21 11:17:39
阅读次数:
198
import threadingfrom time import sleepfrom msalt_proxy.client import Clientdef f(t): print t cli=Client(t,'*',role='server') cli.sys.ping()from mul...
分类:
编程语言 时间:
2014-06-21 11:05:27
阅读次数:
251
报这个错,只有一个原因,就是转化的类型不对.接口过父类的子类,在强制转换的时候,一定要用接口父类来定义。代码示例:package com.luoluo.dao.impl;import java.sql.Connection;import java.sql.SQLException;import ja...
分类:
编程语言 时间:
2014-06-20 20:58:03
阅读次数:
900
问题:部署好项目,在IE地址栏输入http://localhost/myweb/index.aspx,回车后报错:解释: 试图访问的页面出现问题,无法显示此页面。 尝试下列:刷新页: 单击“刷新”按钮来再次搜索此页。超时可能是由于 Internet 拥塞造成的。 检查拼写: 请检查您是否正确键入了网...
分类:
其他好文 时间:
2014-06-20 18:39:25
阅读次数:
309
为还有一个对象提供一个替身或占位符以控制对这个对象的訪问。代理模式的组成:主题接口(Subject):提取真正主题与代理的公共方法,让使用真正主题的地方也能用代理取代。真正主题(RealSubject):真正处理请求的类。代理(Proxy):真正主题的代理类,请求方通过调用代理对象间接调用真正主题。...
分类:
其他好文 时间:
2014-06-20 16:59:45
阅读次数:
243