自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (62)
  • 问答 (2)
  • 收藏
  • 关注

原创 java中请不要出现aBcd类似的变量名

java.beans.Introspector中的一段代码可能导致出错:Error:java.lang.NoSuchMethodException: Unknown property 'aBcd' on class.很多开源框架中取属性值都用到了上面这个类,当使用类似命名时都会出错,所以:请不要使用第二个字母大写的字符串作变量名.

2010-10-07 17:08:00 597

原创 Eratosthenes筛选求质数

import java.util.*;public class Prime ...{       public static ArrayList findPrimes(final int max)     ...{        int[] prime = new int[max+1];          ArrayList list = new ArrayList();           

2008-02-28 18:47:00 501

原创 蒙地卡罗法求 PI

       class MathPi ...{    private static int N = 1e9;    private double pi;    public MathPi()    ...{        pi = (double)4*sum()/N;    }    public double getPi()    ...{        return pi;    }

2008-02-28 16:03:00 524

原创 打印自身文件

昨天做了个打印自身文件的程序,这个程序完成用了20多分钟,今天突然想到一个更简单的方法。第一个:#includeiostream>#includestring>using namespace std;char *buff[100];char conv[200];int flag=0;void p1(char *str).{    buff[flag++]=str;    coutstr

2007-12-04 22:07:00 497

原创 判断一个数是不是2的n次方

 关于判断一个数N是不是2的n 次幂我想了两个办法:方法一(即笨办法):思路:将N用2去循环试除,一直除到1为止,如果出现除不尽的情况,就不是2的n次方。代码:#includeiostream>using namespace std;void main().{    long n;    while(1)                              //循环输入.

2007-12-03 15:42:00 1575 2

w3school 5.0.CHM

很全的教程,包括:HTML ,XHTML ,CSS ,TCP/IP ,XML ,DTD ,XML DOM ,XSL ,XSLT ,XSL-FO ,XPath ,XQuery ,XLink ,XPointer ,Schema ,XForms ,SOAP ,WSDL ,RDF ,RSS ,WAP ,Web Services ,JavaScript ,HTML DOM ,DHTML ,VBScript ,AJAX ,E4X ,WMLScript ,SQL ,ASP ,ADO ,PHP ,.NET(dotnet),.NET Microsoft ,.NET ASP ,.NET Mobile ,多媒体,Media ,SMIL ,SVG ,建站手册,网站构建 ,万维网联盟 (W3C) ,浏览器信息 ,网站品质 ,语义网 ,职业规划 ,网站主机。

2010-09-13

Designing role-based access control policies with UML.pdf

RBAC UML实现。一个英文文章,想研究的可以看看。

2010-09-13

An Introduction to Role-Based Access Control.pdf

An Introduction to Role-Based Access Control

2010-09-13

Prototype 1.6.0.3中文参考手册.chm

Prototype API 参考手册。在左侧的区域中列出了主要的目录,当你点击其中任一目录时, 详细的内容将显示在右方区域中。

2010-07-09

unlocker1.8.7

当你重命名或删除一个文件/文件夹时,Windows 弹出对话框提示你“无法删除 xxx:它正在被其它用户/程序使用!”,怎么办? 使用 Unlocker ,你就可以轻松、方便、有效地解决这个虽小但很烦人的问题!同类的工具中,综合易用性、功能强度,此款是目前最好的! * 新增系统右键菜单快捷键; * 安装程序的细节改进; * 新增“删除文件”、“终止进程”功能

2010-07-09

PesterCat-windows-2_7_0.exe

<img title="PesterCat Main Window Screenshot" src="http://www.pestercat.com/images/screen-shots/main-small.gif" alt="PesterCat Main Windows Screenshot"/>

2010-07-09

jcifs-1.3.12.zip

通过jcifs实现java访问网络共享文件 jcifs 是 cifs(common internet file system) java的实现 smb (service message block) to be cifs jcifs 是一个开源项目 可从http://jcifs.samba.org/下载 SmbFileInputStream,SmbFileOutputStream,SmbFile这里对应着io里的FileInputStream FileOutputStream,File,如果对io比较熟悉那么jcifs比较容易应用 下面一个最简单的例子说明jcifs的用法 import jcifs.smb.SmbFileInputStream; import jcifs.smb.SmbFile; public class ReadShareFile { public static void main(String[] args) { try{ SmbFile smbFile=new SmbFile("smb://test:[email protected]/share2/aa.txt"); //通过 smbFile.isDirectory();isFile()可以判断smbFile是文件还是文件夹 int length=smbFile.getContentLength();//得到文件的大小 byte buffer[] = new byte[length] ; SmbFileInputStream in = new SmbFileInputStream(smbFile) ; //建立smb文件输入流 while((in.read(buffer)) != -1){ System.out.write(buffer); System.out.println(buffer.length); } in.close(); }catch(Exception e){ e.printStackTrace(); }

2010-07-09

acegisecurity-1.0.7.zip

acegisecurity-1.0.7.zip

2010-07-09

javaMail API基础

javaMail API基础教程。 IBM网站下载后编译为chm格式。

2009-12-04

VC++ 暴风影音(Media Player Classic)源码.rar

VC++ 暴风影音(Media Player Classic)源码

2009-10-23

Spring-API

Spring API zip格式。 两个文件,分别用jd2chm,javadoc2chm编译。

2009-09-28

javascript_debug(venkman_guide+example)

venkman_guide+example venkman详细说明+11个example

2009-09-25

spring-2.5.6-API.chm

注意:请不要下载!!!不知道什么原因,不能正常使用。新的下载地址:http://download.csdn.net/source/1704364 spring-2.5.6-API.chm 英文 自己编译的,share给需要的朋友。

2009-09-24

kaixin_20090907.zip

C#代码,修改过的最新。 备份在CSDN上。 个人使用。

2009-09-07

The Java Virtual Machine Specification

The Java Virtual Machine Specification html download!

2009-08-31

HttpClient畅游开心网.zip

前不久自己写了一个关于开心网的小程序,在这里与大家share。

2009-08-21

Eclipse RCP入门.pdf

Eclipse RCP入门.pdf 入门简单介绍。

2009-08-11

EclipsePluginDevelopement.doc

EclipsePluginDevelopement.doc

2009-08-11

网络商店实例编程.pdf

网络商店实例编程,Struts2 讲解.

2009-08-07

C/C++学习集锦.rar

C语言函数速查.chm C语言图形函数介绍.doc C语言学习和精华文摘.chm C语言常见问题集.pdf effective c++.chm

2009-07-29

深入浅出 Struts2 +Starting Struts 2

深入浅出 Struts2(中文) Starting Struts 2 (English)

2009-07-29

数据库加密--最后的防线_代码

数据库加密--最后的防线 随书代码 在那本书上有下载链接,但下来的代码有一些问题,我做了改正,测试过可以用的。

2009-06-29

局域网查看工具(LanSee) 1.67.rar

局域网查看工具 在学校一直用这个,可以搜到好多资源的。

2009-06-29

校园二手交易平台设计与论文.rar

因为这是我自己完成的毕业设计,所有分有点高,大家看着办吧…… 设计用jsp完成,用到struts,hibernate这些框架技术,具体安装方法在readme中。

2009-06-29

JD GUI 0.2.5 英文版.zip

1. Installation. No installation and no setup are required. 2. Description JD-GUI is a standalone graphical utility that displays Java source codes of ".class" files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields. JD-GUI is free for non-commercial use. This means that JD-GUI shall not be included or embedded into commercial software products. Nevertheless, JD-GUI may be freely used for personal needs in a commercial or non-commercial environments. 3. How to use JD-GUI For example, to decompile "Object.class", you can : - execute the following command line : "jd-gui.exe Object.class". - select "Open File ..." in "File" menu and browse to "Object.class". - drag and drop "Object.class" onto "jd-gui". 4. Changes http://java.decompiler.free.fr/jd-gui/changes/ 5. Uninstallation 5.1 Windows: Delete "jd-gui.exe" and "jd-gui.cfg". 5.2 Linux: Delete "jd-gui" application file and "jd-gui.cfg". 5.3 OSX: Drag and drop "JD-GUI" application to the trash. 6. Network & Security JD-GUI includes a feature to inform you of the availability of new versions. It executes the HTTP GET request "http://java.decompiler.free.fr/jd-gui/ update/" without any parameters neither cookies to download update data. No personal information is transmitted. You can check network activities of JD-GUI with "tcpdump" for example ... If you decide to block network acces of JD-GUI, all its features remains operational, except the auto-update checking feature, of course. 7. Disclaimer Copyright 2008 Emmanuel Dupuy.

2009-06-29

display-tag

displaytag-1.2-bin.zip displaytag-1.2-src.zip display-tag.rar

2009-05-28

CSS设计彻底研究.ppt

CSS——崭新的“老技术” CSS带来的好处: CSS使页面载入更快; CSS可以降低网站的流量费用; CSS使设计师在修改设计时更有效率,而代价更低; CSS使整个站点保持视觉的一致性; CSS使站点可以更好地被搜索引擎找到; CSS使站点对浏览者和浏览器更具亲和力; 在世界上越来越多人采用 Web 标准时,掌握CSS可以提高设计师的职场竞争实力。

2009-05-05

北京-数字证书应用集成教程(指导版)-C#.ppt

北京数字证书应用集成教程,指导处方签名的集成开发。 为什么要使用数字签名、时间戳? 1、证书注册绑定 2、证书登陆 3、签名、加盖时间戳 4、验证签名、时间戳 5、集成功能测试

2020-03-30

Java Reflection in Action_PDF+sample source

Java Reflection in Action 英文书 pdf和文中源代码

2015-04-10

Git安装包(windwos)和使用文档

Git-1.9.4-preview20140929.exe Git_Help_doc.zh.pdf

2014-10-27

辛苦找了一晚的KEYB9

oracle develop tool 辛苦找了一晚的KEY,不知道为甚怎么难找,估计被封,所以加密。

2013-01-09

Android2.0游戏开发实战宝典(PDF+源码)

《Android 2.0游戏开发实战宝典》从游戏开发的基础知识到开发大型游戏,结构清晰、语言简洁,非常适合Android游戏初学者和Android游戏进阶开发者阅读参考。

2011-11-07

Android基础教程

基础入门 环境搭建与解析 Dalvik ADB 模拟器、应用 基础UI编程 可视化UI设计DroidDraw 文件存取、数据库编程 permission、资源

2011-10-23

《校园二手交易平台设计》原代码

最近总有人要代码,sharing。。。。 ========================== 两年前做的课程设计,share 给需要的朋友 。

2011-10-14

复制大文件工具.rar

SuperCopier 复制大文件开源工具 复制,移动大文件速度很快。

2010-11-19

web开发常用手册.chm

web开发常用手册 hibernate csdn_sql apache css php

2010-11-17

HDWiki_Help

开源Wiki 的使用说明文档。 安装文件在另一个资源里:HDWiki-v4.1UTF8-20100324.zip

2010-11-15

HDWiki-v4.1UTF8-20100324.zip

HDWiki-v4.1UTF8-20100324.zip 开源Wiki,用php做的,感觉很好

2010-11-15

官方WRF播放器[atrecply.msi].zip

在官网上找的,绝对能用。 没分的也可在官网上自己下载 http://baike.baidu.com/view/2713715.htm?fr=ala0_1_1 http://www.webex.com.cn/

2010-09-15

UML和模式应用.pdf

面向对象分析与设计导论。 UML概念、UML建模。

2010-09-13

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除