Your Address

赞助商

MOST RECENT NEWS - WE MOMENTARILY RENEW

21
早上到公司,开机,试试彩虹qq看,发现qq马上启动了自动查毒,查了好久,然后总算是启动了,没有想到上面竟然出现这样的一行字:请不要使用非法qq外挂。

Highslide JS

链接跳向了http://im.qq.com/safe/affiche/2008/20081119.shtml
看来,腾讯还在努力啊。

BTW:什么时候有合法的qq外挂呢?

Tags: , ,
7
首先声明,本资源来自互联网!



安装好ESS以后,直接安装这个小补丁即可。

Tags: ,
5
      SSO英文全称Single Sign On,单点登录。SSO是在多个应用系统中,用户只需要登录一次就可以访问所有相互信任的应用系统(相对于产生一个Passport,在所有有相同约定的系统中畅通无阻)。它包括可以将这次主要的登录映射到其他应用中用于同一个用户的登录的机制。它是目前比较流行的企业业务整合的解决方案之一。
      这里,我简单的总结了下SSO的实现方式。

web 浏览器的共通认证
2
      本人一直是用ess,主要是因为它节省时间和查毒速度快,所以也推荐公司买了个正版的NOD32,但是只有一个Lisence,但是nod有这个好处:就是可以自己搭建“私服”。。。呵呵。。不要B我啊,也是没有办法的事情,本人还是支持正版的。
      网上的大部分都是用IIS作的服务器,但是我这里有现成的apache,就用了他了,至于怎么去取更新的文件,还是用了NodViewer,一个俄罗斯的人写的,还不错。。。但是缺点是只能用在windowNT的服务器上面。本来想架设在外网的,但是外网的都是linux的服务器。。没有办法了,在公司的内网做了个。
      也曾想过在linux下面用shell脚本取获取,但是还要装rar的支持,因为下载下来的压缩包是rar的格式的。也没有这个时间,就用傻瓜点的方法了。
      有兴趣的可以一起研究研究啊。。。哈哈。。。
Tags: ,
16
      Conky是一个建设在X-window之上的系统监视工具,它占用系统资源非常小而功能却非常强大,如果你想实时的监控你的是系统使用情况,他将是非常好的选择。

1、获得
可以从rpmfind.net上获得,如果觉得麻烦,可以直接直接:yum -y install conky

2、配置
配置很简单,主要注意以下的属性就ok了。
Tags: ,
14
      linux下,要下载东西,我首先考虑的是驴子和BT,其他的下载太慢了,直到我遇上了Axel。。。。
      看看介绍:
引用
About:
Axel tries to accelerate downloads by using multiple connections (possibly to multiple servers) for one download. Because of its size, it might be very useful on bootdisks or other small systems as a wget replacement.

      好的,赶快下载安装把,
     在后面有下载的地址,可以从本站下载。
      至于安装,很简单:
Tags: ,
21
      对于不熟悉java api的惩罚,就是他的代码非常的繁琐,例如java numberFormat 百分数转换,api提供了完全的方法支持。
30
      最近在使用JIRA,因为一个开发团队,如果没有一个issue tracker,将不可估计的会混乱到什么程度。以前使用的是TD,还有其他的一些小的软件也使用过,但是不是有平台的局限性,就是速度慢的让我受不了,所以,现在改用JIRA了。

      JIRA可以添加很多的plugs不过,唯一让我感到有点不完美的是,报表的分析不够丰富。

官方介绍:
引用
Manage bugs, features, tasks, improvements or any issue
A clean and powerful user interface that is easy to understand for both business and technical users
Map your business processes to custom workflows
Track attachments, changes, components and versions
Full text searching and powerful filtering (customisable, saveable, shareable and subscribeable!)
Customisable dashboards and real-time statistics
Enterprise permissioning and security
Easily extended to and integrated with other systems (including email, RSS, Excel, XML and source control)
Highly configurable notification options
Runs on almost any hardware, OS and database platform
Web service enabled for programmatic control (SOAP, XML-RPC and REST interfaces)
22
官方介绍:
引用
Welcome to pdf2all - the all-in-one converter! The pdf2all application software is a powerful tool to convert files from and to the Portable Document Format (PDF). The pdf2all is a combination of many converters - for more details see functions. Its easy-to-use interface helps you to create PDF files (or other) by simply selecting the "convert" function, the source file and maybe some options. Create documents which can be viewed on any computer with a PDF viewer.
You do NOT need additional commercial software !
You do NOT need Adobe Acrobat !
You only need "GPL Ghostscript 8.61" and "Adobe Free PostScript Driver", FREE software (see download). The evaluation version is free for testing. 9 full functional conversions are included !

下面是免费下载(破解版的,由于本人要的比较急,所以用了,还是请大家支持正版哦):
请注意按照下面的安装顺序!
Adobe Universal PostScript Driver 1.06e
GPL GhostScript 8.51
FUELER pdf2all
Tags: ,
1
      今天下午,有个朋友问我,下面的代码执行的结果:
  Integer k1 =5 ,k2 =5;
  Integer j1 =177 ,j2 =177;  
  System.out.println(k1==k2);
  System.out.println(j1==j2);

      你认为呢?既然这么问,肯定是有问题的。看了一下,然后打开java 的source(必须是later jdk1.5的版本,在jdk1.5以前 Integer j1 = 1;这样写会报错,这是因为1.5的自动装箱特性。),得出下面的结论:
      console输出的应该是true  和false 。
      那么下面的程序呢?
Tags: , ,
分页: 1/2 第一页 1 2 下页 最后页 [ 显示模式: 摘要 | 列表 ]

©2007-2012 IcNote.COM Theme by Youth work room