自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (17)
  • 收藏
  • 关注

原创 C++ Builder处理文件名大写、小写、编号的问题。

//---------------------------------------------------------------------------#define NO_WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料 #include #include #pragma hdrstop#include "Unit1.h"#include "id

2007-02-26 08:06:00 1723

原创 jsp+oracle 的两种分页实现程序

//*连接Oracle的Bean: 文件名为:conn_oracle.java//*--------------------------------------------------------------------------------------------------------------package conn_oracle;import java.sql.*;import jav

2005-06-12 00:17:00 2076

1.0-Android Studio开发环境-思维导图.png

本文档提供以下内容: 1.Android Studio的安装文件、SDK库文件的下载地址; 2.Android Studio的安装过程及注意事项; 3.Android Studio的环境配置:字体设置、主题设置、字体缩放处理、自动导库设置、编译选项设置、内存相关设置 4.使用国内阿里云作为库来源的方法 5.调试环境配置:Intel处理器如何安装模拟器、AMD处理器如何安装模拟器、无线连接手机调试程序的方法 6.在Android Studio中配置UML显示类图的方法 7.build.gradle常用设置

2020-04-03

[高清PDF]考研数据结构1800及答案

精选历年考研数据结构1800道试题。包括2个文件,一个为试题,一个为答案,都是高清晰度的pdf文件。

2011-12-10

快速排序源程序(C++实现)

参照Sartaj Sahni所著的<<Data Structures,Algorithms, and Applications in c++>>提供的代码,完成一个在VC++ 2010环境下调试通过的快速排序源程序。 代码非常简洁,十几行, 注释丰富,一看就懂,同时提供随机生成1000个整数为样例,并对其使用快速排序算法进行排序。

2011-11-29

UTF-8文件批量去除BOM标记

UTF-8文件批量去除BOM标记,不用再一个一个的删除bom标记了。

2011-08-13

Toad 10.6.1.3注册 机

经测试可用于Toad 10.6.13。 可以下载进行试用。

2011-07-29

计算机图形学习题与解答(中文版,[美] Zhigang Xiang、Roy Piastock 著)

计算机图形学习题与解答(中文版,[美] Zhigang Xiang、Roy Piastock 著)

2009-04-19

php完全生成pdf解决方案

php生成pdf的完全解决方案,不使用phplib插件,完全脚本化执行,完美解决中文乱码问题,支持以下功能: 1、完美支持中文,php生成的pdf不会出现乱码 2、把SQL查询结构生成为pdf中的表格 3、pdf页眉页脚支持中文及图片 4、自动生成pdf的页码 5、支持生成的表格隔行变色功能,更加清晰,一目了然。

2008-11-01

Learning Joomla! 1.5 Extension Development Creating Modules, Components, and Plugins with PHP

Joomla! is an award-winning content management system with a powerful extension <br>system. This makes it easy for third-party developers to build code extending <br>Joomla\'s core functionality without hacking or modifying the core code.<br>Once an extension is developed, it can be packaged into a ZIP fle for site <br>administrators to upload and use. The people who manage Joomla!-based websites <br>and want to use extensions need not know any programming at all. Once the ZIP fle <br>is uploaded, the extension is installed.<br>The name Joomla! comes from the Swahili word \'jumla\', meaning \"all together\" or \"as <br>a whole\". When you install an extension in Joomla!, it blends in with the rest of the <br>site; all the extensions truly appear \"all together, as a whole\".<br>What This Book Covers<br>Chapter 1 gives an overview of how Joomla! works. The example project <br>used throughout the book is also introduced. The three types of extensions <br>(components, modules, and plug-ins) are covered along with descriptions of how <br>they work together.<br>Chapter 2 begins the development of the component used in the project. Initial entries <br>are made in the database and toolbars for the back end are built. The general fle <br>structure of Joomla! is also introduced.<br>Chapter 3 walks through the creation of the back-end interface for creating, <br>editing, and deleting records in the project. Database table classes are introduced, <br>as well as common HTML elements used to make the project blend in with other <br>Joomla! extensions.<br>Chapter 4 builds a front-end interface for listing and viewing records. Additionally, <br>code to generate and interpret search-engine-friendly links is covered. The project is <br>also expanded slightly when a commenting feature is added.<br>Chapter 5 introduces a module used to list records on every page of the site. The <br>module takes advantage of layouts, where the same data can be formatted differently <br>depending on how the code is called. Some of the code is also separated out into a <br>helper class so that the main code generating the module stays simple.<br>Chapter 6 rewrites the component developed in Chapters 2, 3, and 4 so that it follows <br>the Model, View, Controller design pattern. Controls over the publishing of records <br>are introduced, in addition to an interface for removing offensive comments. More <br>toolbars are added and the search-engine-friendly URL code is redesigned.<br>Chapter 7 develops three plug-ins. The frst plug-in fnds the names of records in <br>the database and turns them in to links to those records. A second plug-in displays <br>a short summary of the record when certain code is added to content articles. <br>Finally, another plug-in is designed so that records are pulled up along with Joomla! <br>content searches.<br>Chapter 8 adds confguration parameters to the component, module, and plug-ins. <br>These are handled through XML and generate a predictable interface in the back <br>end for setting options. Retrieving the values of these parameters is standardized <br>through built-in functions.<br>Chapter 9 expands the XML fles used for parameters and adds a listing of all the <br>fles in each extension. Once this fle is compressed along with the rest of the code <br>into a ZIP archive, it is ready to be installed on another copy of Joomla! without any <br>programmer intervention. Custom installation scripts and SQL code are also added <br>to the component.

2008-08-01

fckeditor2.6.2在PHP环境下的配置

以fckeditor2.6.2最新版为基础,通过对网上资源的整合,整理出的一个完全版本。包括以下几个内容:<br>1.程序瘦身<br>2.修改 fckeditor/fckconfig.js<br>3.配置文件上传及文件浏览功能<br>4.修改回车另起一段问题<br>5.自由设定文件上传目录<br>6.自定义工具栏, 修改fck菜单样式设置<br>7.附送媒体(avi,rm,rmvb,mp3...)上传所见即所得组件<br>8.附送youtube组件<br><br>品质保证:通过此指南,100%保证你满意完成php环境下的fck配置。你可不买,但是你所付出的每一分都会得到回报。

2008-07-25

flex第一部 源代码(1-17章) 第III部分

本光盘包含了本书各章中出现的所有程序的源代码。<br>存放源代码的文件夹名为“源代码”。每一章用“Chapter_N”来区分,其中,N代表章的序号,比如Chapter_2/HelloWorld表示的是第二章的示例程序HelloWorld,程序的主程序文件与程序名相同,HelloWorld文件夹下的HelloWorld.mxml即为主程序文件。<br> 使用源代码时,请直接将程序目录中的MXML文件、CSS文件拷贝到自己新建立的程序中,如果程序中使用了图片和外部的库文件,也请一并拷贝。如果含有服务器端脚本程序,例如PHP程序,则要放在相应的服务器环境下才能正常运行。对于使用了数据库功能的程序,目录中会有database.txt文件,其中列出了数据库的表结构,方便读者重新创建数据库。第13、14、15章各自包括了一个完整的程序,这些程序的服务端脚本和Flex程序代码是分开存放的。其中Flex程序代码放在FlexSource文件夹中,服务端Remoting程序代码放在JavaSource或phpSource文件夹中。其它章的服务端脚本直接位于程序目录下。<br> 第16章的安装方法:<br> SQL端的配置:使用MySQL-Front工具将Chapter_16\db_vote.sql导入到MySQL当中。<br> Flex端的配置:新建一个叫做FlexVoteSystemV1的Flex Project,将Chapter_16\FlexVoteSystemV1的全部内容拷贝到您新建立的FlexVoteSystemV1当中即可。<br> JSP端的配置:新建一个叫做JspVoteSystemV1的JSP Project,然后把Chapter_16文件夹里面的JavaSource和WebContent两个文件夹拷贝到您新建立的JspVoteSystemV1文件夹中即可。<br>第17章的安装方法:将QQWeather.mxml放到新建的Flex Project里面。使用VS2005新建一个WebService(C#),然后将QQWeatherSrv\App_Code\Service.cs覆盖到{新建的Project}\App_Code\里面即可。<br>

2008-06-26

flex第一部 源代码(1-17章) 第II部分

本光盘包含了本书各章中出现的所有程序的源代码。<br>存放源代码的文件夹名为“源代码”。每一章用“Chapter_N”来区分,其中,N代表章的序号,比如Chapter_2/HelloWorld表示的是第二章的示例程序HelloWorld,程序的主程序文件与程序名相同,HelloWorld文件夹下的HelloWorld.mxml即为主程序文件。<br> 使用源代码时,请直接将程序目录中的MXML文件、CSS文件拷贝到自己新建立的程序中,如果程序中使用了图片和外部的库文件,也请一并拷贝。如果含有服务器端脚本程序,例如PHP程序,则要放在相应的服务器环境下才能正常运行。对于使用了数据库功能的程序,目录中会有database.txt文件,其中列出了数据库的表结构,方便读者重新创建数据库。第13、14、15章各自包括了一个完整的程序,这些程序的服务端脚本和Flex程序代码是分开存放的。其中Flex程序代码放在FlexSource文件夹中,服务端Remoting程序代码放在JavaSource或phpSource文件夹中。其它章的服务端脚本直接位于程序目录下。<br> 第16章的安装方法:<br> SQL端的配置:使用MySQL-Front工具将Chapter_16\db_vote.sql导入到MySQL当中。<br> Flex端的配置:新建一个叫做FlexVoteSystemV1的Flex Project,将Chapter_16\FlexVoteSystemV1的全部内容拷贝到您新建立的FlexVoteSystemV1当中即可。<br> JSP端的配置:新建一个叫做JspVoteSystemV1的JSP Project,然后把Chapter_16文件夹里面的JavaSource和WebContent两个文件夹拷贝到您新建立的JspVoteSystemV1文件夹中即可。<br>第17章的安装方法:将QQWeather.mxml放到新建的Flex Project里面。使用VS2005新建一个WebService(C#),然后将QQWeatherSrv\App_Code\Service.cs覆盖到{新建的Project}\App_Code\里面即可。<br>

2008-06-26

flex第一部 源代码(1-17章) 第I部分

本光盘包含了本书各章中出现的所有程序的源代码。<br>存放源代码的文件夹名为“源代码”。每一章用“Chapter_N”来区分,其中,N代表章的序号,比如Chapter_2/HelloWorld表示的是第二章的示例程序HelloWorld,程序的主程序文件与程序名相同,HelloWorld文件夹下的HelloWorld.mxml即为主程序文件。<br> 使用源代码时,请直接将程序目录中的MXML文件、CSS文件拷贝到自己新建立的程序中,如果程序中使用了图片和外部的库文件,也请一并拷贝。如果含有服务器端脚本程序,例如PHP程序,则要放在相应的服务器环境下才能正常运行。对于使用了数据库功能的程序,目录中会有database.txt文件,其中列出了数据库的表结构,方便读者重新创建数据库。第13、14、15章各自包括了一个完整的程序,这些程序的服务端脚本和Flex程序代码是分开存放的。其中Flex程序代码放在FlexSource文件夹中,服务端Remoting程序代码放在JavaSource或phpSource文件夹中。其它章的服务端脚本直接位于程序目录下。<br> 第16章的安装方法:<br> SQL端的配置:使用MySQL-Front工具将Chapter_16\db_vote.sql导入到MySQL当中。<br> Flex端的配置:新建一个叫做FlexVoteSystemV1的Flex Project,将Chapter_16\FlexVoteSystemV1的全部内容拷贝到您新建立的FlexVoteSystemV1当中即可。<br> JSP端的配置:新建一个叫做JspVoteSystemV1的JSP Project,然后把Chapter_16文件夹里面的JavaSource和WebContent两个文件夹拷贝到您新建立的JspVoteSystemV1文件夹中即可。<br>第17章的安装方法:将QQWeather.mxml放到新建的Flex Project里面。使用VS2005新建一个WebService(C#),然后将QQWeatherSrv\App_Code\Service.cs覆盖到{新建的Project}\App_Code\里面即可。<br>

2008-06-26

数字信号的载波传输

详细介绍载波传输的各种方式,100页的PPT,内容详尽。

2008-05-20

区位码查询系统

适用于各级考试报名区位码的查询

2008-02-18

文件名多功能处理器,功能多,方便好用

本程序可以批量完成以下功能: 1.大写字母转小写 2.小写字母转大写 3.按文件名顺序进行阿拉伯编号 4.只对jpg类型文件进行编号 5.清除文件名中的空格 6.删除文件名的选定字符 7.文件名加前辍 8.文件名加后辍 9.对文件名中的指定字符进行批量替换 本程序涵盖了CSDN共享下载中关于文件名处理的所有操作,只需下载一次,便可解决所有关于批量文件名的操作。 本程序由聊城大学教育传播技术学院多媒体实验室开发。

2007-03-07

文件名大写、小写、编号处理器

本软件可实现下面的功能:1.文件名批量改为小写 2.文件名批量改为大写 3.阿拉伯编号后重新输出 4.只对jpg格式进行重新文件名编号

2007-02-26

空空如也

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

TA关注的人

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