您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. ext-2.2 来完成一些JavaScript常见的任务

  2. 我们将讲讲怎么使用Ext,来完成一些Javascr ipt常见的任务。如果你想自己试试,就应该先下IntroToExt2.zip,用来构建已下面的Ext代码。 Zip包里有三个文件:ExtStart.html,ExtStart.js和ExtStart.css。解包这三个文件到Ext的安装目录中(例如,Ext是在“C:\code\Ext\v2.0”中,那应该在"v2.0"里面新建目录“tutorial”。双击ExtStart.htm,接着你的浏览器打开启动页面,应该会有一条消息告诉你配置已完毕。
  3. 所属分类:Web开发

    • 发布日期:2009-05-07
    • 文件大小:6291456
    • 提供者:leosoft
  1. USACO 1-5 题目解答

  2. Introduction Who We Are The USA Computing Olympiad fosters pre-college computing through training, contests, and international competitions. A handful of coaches organizes these features and also chaperone students who represent the USA in internati
  3. 所属分类:Web开发

    • 发布日期:2009-05-10
    • 文件大小:718848
    • 提供者:FantasyNES
  1. c#制作PDF示例代码

  2. try { // step 2: // we create a writer that listens to the document // and directs a PDF-stream to a file PdfWriter.getInstance(document, new FileStream("Chap0101.pdf", FileMode.Create)); // step 3: we open the document document.Open(); // step 4: w
  3. 所属分类:C#

    • 发布日期:2009-05-11
    • 文件大小:631808
    • 提供者:diligence0708
  1. 近十年(99~09)考研英语阅读

  2. 最近十年的真题 2008 Text 1 While still catching-up to men in some spheres of modern life, women appear to be way ahead in at least one undesirable category. “Women are particularly susceptible to developing depression and anxiety disorders in response to s
  3. 所属分类:C

    • 发布日期:2009-06-15
    • 文件大小:494592
    • 提供者:xiongjun0325
  1. c++ standard library practical tips

  2. For the last 10 or so years, I’ve been programming in C++. I really enjoy the language for its power, brevity, and accommodation of three major programming styles—structured programming, object-oriented programming, and generic programming. In addit
  3. 所属分类:C++

    • 发布日期:2009-06-23
    • 文件大小:5242880
    • 提供者:blue_thinhorse
  1. Professional.MFC.with.VC6

  2. Contents Chapter 1: The Microsoft Developer Studio The Microsoft Developer Studio The Project Workspace Project Workspace Window Project Configurations Managing Complex Projects Project Settings Converting Projects Source Code Files Resource scr ipt
  3. 所属分类:C++

    • 发布日期:2009-06-28
    • 文件大小:2097152
    • 提供者:hang313
  1. html教程 html教程

  2.  HTML(HyperText Mark-up Language)即超文本标记语言或超文本链接标示语言,是目前网络上应用最为广泛的语言,也是构成网页文档的主要语言。 HTML是网络的通用语言,一种简单、通用的全置标记语言。它允许网页制作人建立文本与图片相结合的复杂页面,这些页面可以被网上任何其他人浏览到,无论使用的是什么类型的电脑或浏览器。神奇吗?一点都不神奇,因为现在你看到的就是这种语言写的页面!  HTML标签通常是英文词汇的全称(如块引用:blockquote)或缩略语(如“p”代表Pa
  3. 所属分类:Web开发

    • 发布日期:2009-07-10
    • 文件大小:60416
    • 提供者:xiandaixiaotu2
  1. 信息检索研究室论文集第一卷

  2. 信息检索相关论文 集合一 1. 车万翔 刘挺 秦兵 李生 面向依存分析的搭配抽取方法研究 1 全国第六届计算语言学联合学术会议, 2001, 7 Collocation Extraction Oriented to Dependency Parsing 2. 秦兵 郑实福 刘挺 张刚 李生 基于改进的贝叶斯模型的中文网页分类器 8 全国第六届计算语言学联合学术会议, 2001, 7 An Improved Bayes Classifier for Chinese Web Pages 3. 张刚
  3. 所属分类:Web开发

    • 发布日期:2009-08-04
    • 文件大小:1048576
    • 提供者:chenls
  1. word表格格式

  2. 表格格式:http://hi.baidu.com/metaza/blog/item/b277ccc4183b73ab8226ac8b.htmlhttp://www.cnblogs.com/cryf/articles/718605.html转载自 微软MSDNprivate void button1_Click(object sender, System.EventArgs e){& lt;br>object oMissing = System.Reflection.Missing.Val
  3. 所属分类:C

    • 发布日期:2007-09-25
    • 文件大小:6144
    • 提供者:Jrac
  1. 插入分页符

  2. 先定位到要分页的位置,再调用 ActiveWindow.Selection.InsertBreak(wdPageBreak)分页app.Selection.ParagraphFormat.Alignment=Word.WdParagraphAlignment.wdAlignParagraphCenter;//(对齐)object insertBreak=null;insertBreak=0;app.Selection.InsertBreak(ref insertBreak);//插入分页符/
  3. 所属分类:其它

    • 发布日期:2007-09-29
    • 文件大小:538
    • 提供者:Jrac
  1. Struts2DesignAndProgramming

  2. "Struts 2 Design and Programming" is a tutorial for Struts 2 by Budi Kurniawan. When it comes to the web application parts of Struts, it's very good and surprisingly thorough, but when it comes to other things, it's a little less well-informed. The
  3. 所属分类:Java

    • 发布日期:2009-09-16
    • 文件大小:10485760
    • 提供者:pinnacle909
  1. C#创建PDF文件一例

  2. using System; using System.IO; using iTextSharp.text; using iTextSharp.text.pdf; public class Chap0101 { public static void Main() { Console.WriteLine("Chapter 1 example 1: Hello World"); // step 1: creation of a document-object Do cument document =
  3. 所属分类:C#

    • 发布日期:2009-10-14
    • 文件大小:297984
    • 提供者:fjfh_mtdh
  1. 5日精通CSS层叠样式表.chm

  2. 我们已经学习了所有的样式表基本语法。下面我将给你讲几个你肯定会非常感兴趣的技巧和快捷方式. 分类 我先前已经讲过所有的HTML标签都可以用作选择,并附加样式表说明.但是如果你想达到的目的比这还要复杂该如何处理呢?比如,你想让主体文字的1段用绿色显示,第2段用紫色显示,而第3段用灰色显示,你能做到吗? 这种情况下分类将发挥作用。你可以将段落P分成3种不同的类别,每一类应用不同的样式表说明。这些规则(不论是植入的还是外部样式表文件)将以以下方式显示: P.first { color: green
  3. 所属分类:Web开发

    • 发布日期:2009-12-21
    • 文件大小:51200
    • 提供者:yxstars
  1. pgrep [Win]

  2. Paragraph grep tool. 进行段搜索的grep工具。默认以空行为段分隔符,并可以自己通过-p参数指定。使用方法与经典grep相同,只是从grep的行搜索变为段搜索。 此版本为Windows下的安装版本,安装后即可从命令行窗口中通过pgrep命令调用。附带源代码。 使用帮助 ------------------------------------ pgrep v1.00.x071127 by Programus (programus@gmail.com) ------------
  3. 所属分类:Python

    • 发布日期:2007-11-27
    • 文件大小:1048576
    • 提供者:King_Play
  1. Pro LINQ: Language Integrated Query in C# 2008

  2. LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next must-have skill for .NET developer
  3. 所属分类:C#

    • 发布日期:2010-02-11
    • 文件大小:11534336
    • 提供者:whzhyh
  1. C++ Hackers Guide

  2. Table of Contents Real World Hacks................................................................................................9 Hack 1: Make Code Disappear..........................................................................10 Hack 2: Let S
  3. 所属分类:C++

    • 发布日期:2010-03-15
    • 文件大小:2097152
    • 提供者:zltension1
  1. IEC 62304-2006 Medical device software Software life cycle processes

  2. This publication has been drafted in accordance with the ISO/IEC Directives, Part 2. In this standard the following print types are used: • requirements and definitions: in roman type; • informative material appearing outside of tables, such as note
  3. 所属分类:Web开发

    • 发布日期:2010-08-09
    • 文件大小:1048576
    • 提供者:yewei980101
  1. iText中文教程 iText中文实例

  2. 第一部分 iText的简单应用 第一章 创建一个Document 利用iText五步创建一个PDF文件:helloword。 第一步,创建一个 iTextSharp.text.Document对象的实例: Document document = new Document(); 第二步,为该Document创建一个Writer实例: PdfWriter.getInstance(document, new FileStream("Chap0101.pdf", FileMode.Create));
  3. 所属分类:专业指导

    • 发布日期:2010-08-20
    • 文件大小:365568
    • 提供者:lijunding
  1. paragraph:参数表面图-源码

  2. paragraph:参数表面图
  3. 所属分类:其它

    • 发布日期:2021-03-05
    • 文件大小:1024
    • 提供者:weixin_42099087
  1. mmo-paragraph-chopper:将段落切成<500个带有前缀的字符行-源码

  2. mmo-paragraph-chopper:将段落切成<500个带有前缀的字符行
  3. 所属分类:其它

    • 发布日期:2021-02-13
    • 文件大小:5120
    • 提供者:weixin_42104181
« 12 3 4 5 6 7 8 9 10 »