自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

xiaotuni的专栏,每天进步一点点

互相学习,共同进步,https://github.com/xiaotuni

  • 博客(9)
  • 资源 (8)
  • 收藏
  • 关注

原创 排序 自己选择是从小到小还是从小到大排序。

#include "Head.c"void main()             /*排序*/{        int num[10];        int i,j;        void DESC();        void ASC();        printf("请输入十个数字。/n");        for( i = 0 ; i         {          

2008-01-31 17:36:00 1584

原创 排序 从小到大。

#include "Head.c"void main()             /*排序*/{        int num[10];        int i,j;        int temp;       /*中间存取变量*/        printf("请输入十个数字。/n");        for( i = 0 ; i         {                p

2008-01-31 15:28:00 573

原创 Unix-C 一个非常简单的文本编辑器

#include "Head.c"#define MAX 100#define LEN 10 char text[MAX][LEN];              /*一个非常简单的文本编辑器*/ void main(){        register int t,i,j;             /*声明为寄存器变量*/        for(t=0; t         {      

2008-01-31 11:30:00 916

转载 Linux 常用命令集合。

linux目录架构 /根目录 /bin        常用的命令   binary   file   的目錄 /boot       存放系统启动时必须读取的档案,包括核心   (kernel)   在内 /boot/grub/menu.lst     GRUB设置 /boot/vmlinuz        内核 /boot/initrd            核心解壓縮所需   RAM   Di

2008-01-29 14:36:00 560

原创 获取SQL Server 所有表及表中字段。

--获取所有表字段的值等信息。select * from syscolumns;--获取所有用户所创建表的表名等信息select * from sysobjects where xtype = u;   

2008-01-29 14:05:00 1563

原创 利用泛型搜索出不同数据类型所在位置.

using System;using System.Collections;using System.Collections.Generic;using System.Text;namespace XiaoTuNi.test.Study...{    public class test_FindElement    ...{        private static test_FindEle

2008-01-19 16:57:00 585

原创 批量设置窗体控件上的属性

       ///         /// 清空控件上的TextBox文本中的值,ComboBox、Button设置为灰色,        ///         /// 是否显示所有控件        /// 状态信息        /// 控件集合        public void ClearControlsTextValue(ref bool IsEnabled,DeviceStatu

2008-01-19 10:24:00 1015

转载 c#获取本机电脑相关信息

类HardInfoClass代码如下using System; using System.Net;using System.Runtime.InteropServices; using System.Management; //需要在解决方案中引用System.Management.DLL文件namespace FileTransLate.PCStatus{ ///  /// HardIn

2008-01-05 21:43:00 2134

原创 今天去中华世纪坛玩啦

昨天晚上说好了十点在去中华世纪坛玩的,我起来的较早九点二十分钟左右就到公司里来了。 等到了十点的时候白杰及聂小明还没有来,我还以为他们俩明天说话不算数不去了呢。 等到了十点十六的时候他们俩个来了,然后在公司里坐了一会儿说去中华世纪坛。 先从坐三九二到朝凤俺村然后换做三四五到积水潭下再坐地铁二号线进站到一号线的军事博物馆出来往西走一点,就能看到了。 听程志勇说去中华世纪坛不用花可是不

2008-01-05 21:38:00 975

DB2 Universal Database v8 Handbook

Publisher : Prentice Hall PTR Pub Date : August 04, 2003 ISBN : 0-13-066111-2 Pages : 496 IBM DB2 Universal Database V8 offers breakthrough availability, manageability, performance, and scalability. Now, straight from IBM, there's a start-to-finish guide to DB2 Universal Database V8 administration and development for UNIX, Linux, and Windows. This definitive reference covers every aspect of deploying and managing DB2 Universal Database V8, including database design for optimal performance, availability, and recoverability; day-to-day administration and backup; comparing, selecting, and using appropriate DB2 programming techniques; deploying networked and Internet-centered database applications; migrating to DB2 UDB from other databases or earlier versions of DB2; and much more. Using real-world examples, this book shows how to take full advantage of DB2 V8's most powerful enhancements. Philip K. Gunning brings together IBM's best tips and techniques for saving time and money in every facet of database design, development, deployment, and administration. Coverage includes: Leveraging DB2 V8's new Wizards, Advisors, and other automation/self-management features Using the enhanced DB2 XML Extender to build next-generation B2B applications Quickly creating Stored Procedures and UDFs with the new Development Center Exploiting multidimensional clustering, prefetching, materialized query tables, Java threading, and other performance improvements Using the DB2 improved monitoring and logging facilities Maximizing availability via online table and index reorganization and dynamic configuration Understanding the latest changes in the DB2 product family

2009-03-26

Oracle to DB2 UDB Conversion Guide

< Day Day Up > -------------------------------------------------------------------------------- Oracle to DB2 UDB Conversion Guide by Whei-Jen Chen et al. ISBN:0738499455 IBM Redbooks © 2003 (448 pages) This informative guide describes how to migrate the database system from Oracle to DB2 UDB Version 8.1 on AIX, Linux, and the Microsoft Windows platform. It presents the best practices in migration strategy and planning, migration tools, and more. Table of Contents Oracle to DB2 UDB Conversion Guide Notices Preface Chapter 1 - Introduction Chapter 2 - Oracle Migration Project Planning Chapter 3 - MTK Chapter 4 - Porting with MTK Chapter 5 - Conversion Reference Chapter 6 - Data Conversion Chapter 7 - Application Conversion Chapter 8 - Script Conversion Chapter 9 - Testing Appendix A - DB2 UDB Product Overview Appendix B - Data Types Appendix C - Oracle Call Interface (OCI) Mapping Appendix D - Converter for SQL*Loader Appendix E - Terminology Mapping Appendix F - Example Oracle Database Appendix G - Additional Material Related Publications Index List of Figures List of Tables List of Examples -------------------------------------------------------------------------------- < Day Day Up >

2009-03-26

PL/SQL Developer 7.0 User’s Guide

英文版<br>PL/SQL Developer is an Integrated Development Environment (IDE) for developing stored program<br>units in an Oracle Database. Using PL/SQL Developer you can conveniently create the server-part of<br>your client/server applications.

2007-09-12

Using NetBeansTM IDE 5.5

Your Guide to Getting Work Done in NetBeans IDE<br/>Welcome to the Using NetBeans™ IDE 5.5 guide. This guide is designed to give you<br/>a more detailed introduction to the IDE than is available in the Quick Start guide by<br/>exploring the main aspects of the IDE. This guide is geared mostly to newcomers to<br/>NetBeans IDE 5.5, whether you are new to using IDEs or an experienced IDE user<br/>that is switching over from a different development environment. However, readers<br/>of this guide are assumed to have at least a basic understanding of the Java<br/>programming language and related technologies.

2007-04-28

Microsoft.NET.框架程序设计,中文版

大家可以下载看看--李建忠译

2007-04-28

IBM Lotus Domino 7 邮件服务器配置全程攻略

IBM Lotus Domino 7 邮件服务器配置全程攻略

2007-04-05

MySQL/PHP Database Applications 英文版

MySQL/PHP Database Applications Welcome to the world of IDG Books Worldwide. IDG Books Worldwide, Inc., is a subsidiary of International Data Group, the world’s largest publisher of computer-related information and the leading global provider of information services on information technology. IDG was founded more than 30 years ago by Patrick J. McGovern and now employs more than 9,000 people worldwide. IDG publishes more than 290 computer publications in over 75 countries. More than 90 million people read one or more IDG publications each month. Launched in 1990, IDG Books Worldwide is today the #1 publisher of best-selling computer books in the United States. We are proud to have received eight awards from the Computer Press Association in recognition of editorial excellence and three from Computer Currents’ First Annual Readers’ Choice Awards. Our bestselling ...For Dummies® series has more than 50 million copies in print with translations in 31 languages. IDG Books Worldwide, through a joint venture with IDG’s Hi-Tech Beijing, became the first U.S. publisher to publish a computer book in the People’s Republic of China. In record time, IDG Books Worldwide has become the first choice for millions of readers around the world who want to learn how to better manage their businesses. Our mission is simple: Every one of our books is designed to bring extra value and skill-building instructions to the reader. Our books are written by experts who understand and care about our readers. The knowledge base of our editorial staff comes from years of experience in publishing, education, and journalism — experience we use to produce books to carry us into the new millennium. In short, we care about books, so we attract the best people. We devote special attention to details such as audience, interior design, use of icons, and illustrations. And because we use an efficient process of authoring, editing, and desktop publishing our books electronically, we can spend more time ensuring superior content and less time on the technicalities of making books. You can count on our commitment to deliver high-quality books at competitive prices on topics you want to read about. At IDG Books Worldwide, we continue in the IDG tradition of delivering quality for more than 30 years. You’ll find no better book on a subject than one from IDG Books Worldwide.

2007-04-05

Linux的高级路由和流量控制HOWTO中文版

这个文档依着对公众有利用价值的目的而发布,但不提供任何担保,即使是在经销或者使用在特定场合时的潜在担保。

2007-04-05

空空如也

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

TA关注的人

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