- 使用 MSWC.PageCounter
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- Flash 特效打包下载
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- javascript 特效
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- [更新]一段黄河壶口瀑布视频
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- ASP 与 Flash 交换数据
|
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- VFP 读出word表格数据
SET TALK OFF
SET SAFETY OFF
*CLEAR ALL
CLOSE ALL tables
CREATE TABLE xsinfo (xh c(20),zy c(20), lxdh c(20), kh c(20),ksh c(20), sfzh c(20))
ole=createobject("Word.application")
ole.visible=.T.
bb=GETFILE('doc')
aa=ole.Documents.open(bb)
*!* input "输入表格的行数:" to iRow
*!* input "输入表格的列数:" to icol
dd=''
*dd=CHR(13)+CHR(10)
*dd=CHR(10)+CHR(13)
FOR i=2 TO aa.tables.item(1).Rows.count&&iRow
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 提取图标代码[YY]
作为一名程序员,会经常为制作、设计程序图标费尽心思,当我们看到许多应用软件的图标非常漂亮的时候,是多么的羡慕!我们可不可以借鉴一下他们的图标?完全可以!我们利用 ExtractIcon API函数就能够轻松地从ICO文件或可执行文件以及DLL文件中提取图标。
下面的代码示范了一个完整的提取图标、存储图标的程序:
unit UFormIconGrabber;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, ShellAPI, ExtDlgs;
type
TForm1 = class(TForm)
Image1: TImage;
btNextIcon: TButton;
Label1: TLabel;
EditFileName: TEdit;
btBowserFile: TButton;
OpenDialog1: TOpenDialog;
btSaveIco: TButton;
SavePict
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 先记下一个接口与继承
IOpenDoor = interface
function Open: boolean
end;
THome = class(IOpenDoor)
function Open
end;
TCar = class(IOpenDoor)
function Open;
end;
var
AOpen: IOpenDoor;
begin
if xxx then AOpen := THome.Create
else AOpen := TCar.Create;
AOpen.Open();
end;
这个很像:
var
a:Tstrings
begin
a:=Tstringlist.create
end;
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- java applet Example
*
* @author
* @version 1.00 2007/9/22
*/
import java.io.*;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class A1 extends Applet implements ActionListener{
Label xm;
TextField sxm,ssxm;
Button tj;
public void init(){
xm= new Label("");
sxm= new TextField(6);
ssxm= new TextField(20);
tj =new Button("Enter");
add(xm);
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- C++ console program
// test1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream.h"
//c++的基本类型你要记住 int bit long char strings float double
enum WeekDay {Sun,Mon,Th,We,Tus,Fri,Sat}; // 0...6
union Stuinfo { int Age;float Score; };
struct StuIn { char xm[20];
int age;
};
//自定义数据类型
typedef int INT;
typedef char Ch[80]; // char[80]
//内联函数
inline int rmax(int a,int b)
{
if (a>b)
return a;
else
return b;
}
//模板函
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 今天下了Delphi2009 [CodeGear RAD Studio 2009 ]
用了d6 ,d7 现直接用一下2009 ,哈哈
Webinar Replay: What's new in Delphi 2009
Abstract: Replay of the August 13, 2008 Webinar by David Intersimone "David I", CodeGear Chief Evangelist, with a preview of the next version of Delphi. David showcases new capabilities in the IDE, language, and VCL.
During this webinar, on Wednesday, August 13, David sho
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 紧急通知: 大家都检查一下自己的超级链接
紧急通知
我晕,我的blog的一个链接,今天打开一看变成其他用品主页啦!
我很晕,挂了这么长时间,换了内容不给我说一声!
所以提醒大家,也要检查一下自己的友情链接,不要像我就行了。
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- IIS常见问题和错误及其解决方案
我在CSDN论坛IIS版面中经常看到大家问一些相同的或者以前已经多次解答的问题。所以,我将这些问题整理了一些出来供大家参考。
Q:为什么我的ASP页面到windows2003后就不能执行了,执行ASPX正常。
A:windows2003中默认没有启用ASP支持,在IIS的Web Service Extensions里找到Active Server Pages,将ALLOW选上,就可以了。
Q:我的IIS只要asp文件有错,就显示HTTP500错误,但是却不显示出错的详细信息。以前能够显示究竟是那个文件的那一行出错,但现在却不显示。
A:在IE的Internet选项中选高级,选中“显示友好的HTTP错误”即可。
Q:在Windows XP家庭版如何安装IIS?
A:windows XP家庭版不能安装IIS,请升级到专业版。
Q:为何我访问本机地址要求输入用户和密码?
A:将IIS设置中匿名帐号权限打开。再则检查所在目录的NTFS权限。
Q:我的ASP文件包含文件的时候提示Active Server Pages 错误 'ASP 0131'不允许的父路径,如何解决?
A:在站点属性中选择主目录-配置-应用程序选项,将“启用父目录”选上。
Q:为何我的IIS老是当机?
A:1、检查你设置的脚本超时时间,不能过长。2、检查你的程序是否有对象和连接没有关闭。3、依次停止各个用户的服务,看看是不是有耗大资源的用户程序。
Q:win200 serve
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- CMD也被禁用啦
公用机房的机器就是不好用,老出毛病。
REGEDIT4
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
@=""
"DisplayName"="Internet"
"Des cription"="该区域中包含所有未放在其他区域中的 Web 站点"
"Icon"="inetcpl.cpl#001313"
"CurrentLevel"=dword:00011000
"MinLevel"=dword:00011000
"RecommendedLevel"=dword:00011000
"Flags"=dword:00000001
"1001"=dword:00000001
"1004"=dword:00000003
"1200"=dword:00000000
"1201"=dword:00000003
"1400"=dword:00000000
"1402"=dword:00000000
"1405"=dword:0000000