當前位置:首頁 » 編程軟體 » 編程uit

編程uit

發布時間: 2022-08-23 08:51:38

『壹』 菱形字母 DEV——c++編程

循序漸進,先看這個程序:

由於要使用printf和abs函數,程序前面要加

#include<stdio.h>

#include<stdlib.h>

『貳』 電學包括什麼

電學基礎知識包括:電路原理、電機及其拖動控制、模擬電子技術、數字電子技術、微機原理(單片機原理)、電力電子技術、可編程式控制制器、自控原理等。

『叄』 用C++編程:實現一個簡單菜單程序,運行時顯示「Menu:A(dd) D(elete) S(ort) Q(uit),Select one: 」

char c;
while(1)
{printf("A.增加\nB.刪除\nC.排序\nD.退出\n");
c=getchar();
if(c=='A')printf("數據已增加");
else if(c==『B』)printf("數據已刪除");
else if(c=='C')printf("數據已排序");
else if(c=='D')break;
}

『肆』 C++編程怎麼實現輸入一個字元後程序結束

1 讀取字元;

2 判斷讀到的字元值,如果符合執行3,否則退出函數。

3 結束程序。

如果是任意字元,那麼2可以省略。

結束程序可以調用系統函數exit。

參考代碼如下:

#include<stdlib.h>//exit函數聲明於此文件中。
voidget_key_and_exit(void)
{
charc;
c=getchar();
if(c=='Y'||c=='y')//當輸入y時退出,不區分大小寫。
exit(0);//退出程序。
}

『伍』 存儲器中的一個位元組,可以存放多少個英文字母

一個位元組 (Byte) 只能存一個字母(ASC編碼)

有些編碼, 會需要2個位元組....漢字至少要2個位元組

『陸』 JAVA程序現在用什麼工具編寫啊

注意:不是JAVA程序編程,而是用編譯器,開發環境來編程

推薦使用JBuilder和Eclipse(比較流行,也很好用)
1。JBuilder2005和2006下載地址:http://search.verycd.com/query/JBuilder/
2。Eclipse.一個開放源代碼的、基於 Java 的可擴展開發平台,是免費的
http://www.eclipse.org/downloads/index.php 官方最新下載
3。NetBeans,我不是很熟悉!

以下是對14種開發工具的點評
JDK

簡 介 最古老也是最有效的Java開發工具,帶有明顯的DOS時代的特徵,能帶給那個時代程序員美好回憶......更多
製造商: Sun微系統公司
示例賞析: Windows 2000中如何配置JDK
強力指數: ★★★★☆

⊙ Borland 的JBuilder

簡 介 有人說Borland的開發工具都是里程碑式的產品,從Turbo C、Turbo Pascal到Delphi、C++ Builder都是經典,JBuilder是第一個可開發企業級應用的跨平台開發環境,支持最新的Java標准,它的可視化工具和向導使應用程序的快速開發變得以輕松實現......更多
製造商: Borland公司
示例賞析: 圖解Java開發工具JBuilder 9.0
強力指數: ★★★★★

⊙ Eclipse

簡 介 Eclipse是一種可擴展的開放源代碼IDE,由IBM出資組建。Eclipse框架靈活、擴展容易,因此很受開發人員的喜愛,目前它的支持者越來越多,大有成為Java第一開發工具之勢......更多
製造商: IBM
示例賞析: Eclipse+JBoss+MySQL開發環境設置
強力指數: ★★★★★

⊙ JDeveloper

簡 介 JDeveloper的第一個版本採用的是買的JBuilder的代碼設計的,不過已經完全沒有了JBuilder的影子了,現在JDeveloper 不僅僅是很好的 Java 編程工具,而且是 Oracle Web 服務的延伸......更多
製造商: Oracle
示例賞析: JDeveloper構建Struts應用程序
強力指數: ★★★★★

⊙ Visual Cafe for Java

簡 介 很多人都知道Symantec公司的安全產品,但很少人知道Symantec的另一項堪稱偉大的產品:Visual Cafe,有人認為Visual Cafe如同當年Delphi超越Visual Basic一樣,今天,它也超越了Borland 的Delphi......更多
製造商: Symantec公司
示例賞析: 開發Java的又一利器-Visual Cafe
強力指數: ★★★★☆

⊙ Visual Age for Java

簡 介 一款非常優秀的集成開發工具,用慣了微軟開發工具的朋友在開始時可能會感到非常不舒服,因為Visual Age for Java採取了與微軟截然不同的設計方式,為什麼會這樣呢?那是因為藍色巨人怎麼能跟著微軟的指揮棒轉呢......更多
製造商: IBM
示例賞析: 暫無
強力指數: ★★★★☆

⊙ NetBeans 與Sun Java Studio 5

簡 介 以前叫Forte for Java,現在Sun將其統一稱為Sun Java Studio 5,出於商業目的Sun將這兩工具合在一起推出,不過他們的側重點是不同的......更多
製造商: Sun公司
示例賞析: 用Sun ONE Studio構造Web服務
強力指數: ★★★☆☆

⊙ Java Workshop

簡 介 Java WorkShop完全用Java語言編寫,是當今市場上銷售的第一個完整的Java開發環境。目前Java WorkShop支持Solaris操作環境SPARC及Intel 版)、Windows95、WindowsNT、以及HP/UX......更多
製造商: Sun公司
示例賞析: 暫無
強力指數: ★★☆☆☆

⊙ WebLogic Workshop

簡 介 BEA WebLogic Workshop 8.1 是一個統一、簡化、可擴展的開發環境,除了提供便捷的Web服務之外,它能夠用於創建更多種類的應用。作為整個BEA WebLogic Platform的開發環境。不管是創建門戶應用、編寫工作流、還是創建Web應用,Workshop 8.1都可以幫助開發人員更快更好地完成。......更多
製造商: BEA公司
示例賞析: WebLogic的初步研究
強力指數: ★★★☆☆

⊙ JRUN

簡 介 提起Macromedia公司你肯定知道Flash、PhotoShop,但很少人知道他還有一款出色的Java開發工具JRUN,JRun是第一個完全支持JSP 1.0 規格書的商業化產品......更多
製造商: Macromedia公司
示例賞析: 暫無
強力指數: ★★★☆☆

⊙ JCreator

簡 介 JCreator的設計接近Windows界面風格,用戶對它的界面比較熟悉,但其最大特點卻是與JDK的完美結合,是其它任何一款IDE所不能比擬的......更多
製造商: Sun公司
示例賞析: 暫無
強力指數: ★★★★★

⊙ Microsoft Visual J++

簡 介 嚴格的說Visual J++已經不是真正的Java了,而是微軟版的Java,作為開發工具它保留了微軟開發工具一貫所具有的親和性......更多
製造商: Microsoft公司
示例賞析: 暫無
強力指數: ★☆☆☆☆

⊙ 雅加達螞蟻——ANT

簡 介 國內程序員中Ant的使用者很少,但卻很受矽谷程序員的歡迎。Ant在理論上有些類似於C中的make ,但沒有make的缺陷......更多
製造商: Apache開放源碼組織
示例賞析: 雅加達螞蟻:新一代Java產品生成器
強力指數: ★★★☆☆

⊙ IntelliJ IDEA

簡 介 IntelliJ IDEA的界面非常漂亮,堪稱Java開發工具中的第一「美女」,但用戶在一開始很難將它功能配置達到perfect境界,不過正是由於可自由配置功能這一特點讓不少程序員眷戀難舍......更多
製造商: IntelliJ公司
示例賞析: 暫無
強力指數: ★★★★☆

『柒』 1. 內容:學生成績管理程序 一班有20名學生,一學期有5門課程,編寫程序實現如下功能: (1) 錄入每名學生

#include<graphics.h>
#include<stdlib.h>
#include<dos.h>

#define TRUE 1
#define FALSE 0
#define KB_DOWN 80 /*......define key......*/
#define KB_UP 72
#define KB_HOME 71
#define KB_END 79
#define KB_ENTER 28
#define KB_I 23
#define KB_O 24
#define KB_V 47
#define KB_F 33
#define KB_Q 16

/*......DEFINE FUCTION......*/
int get_key();
int get_item(int,int);
void setmenuback();
void input();
void output();
void view();
void cartoon();
void form();
void *buf_curse;
static int num[4][2];

void cartoon()
{int height=0,width=0;
float i,j;
unsigned char *temp="THANKS.BYE!";
settextjustify(LEFT_TEXT,TOP_TEXT);
cleardevice();
for(i=1.0;i<11.0;i+=0.2)
{setvisualpage(0);
setactivepage(1);
cleardevice();
ellipse(320,240,130,50,160,30);
for(j=0;j<=13;j++)
{setcolor(j/2==0?LIGHTBLUE:BLACK);
ellipse(320,240,0,360,100-8*j,100);
setcolor(LIGHTBLUE);
ellipse(320,240,0,360,100-8*j,100);
}
setcolor(10);
setbkcolor(BLACK);
settextstyle(TRIPLEX_FONT,HORIZ_DIR,i);
outtextxy((639-width)/2,240-height/2,temp);
setvisualpage(1);
setactivepage(0);
cleardevice();
ellipse(320,240,130,50,160,30);
for(j=0;j<=13;j++)
{setcolor(j/2==0?LIGHTBLUE:BLACK);
ellipse(320,240,0,360,100,100-8*j);
setcolor(LIGHTBLUE);
ellipse(320,240,0,360,100-8*j,100);
}
setcolor(11);
settextstyle(TRIPLEX_FONT,HORIZ_DIR,i+=0.2);
width=textwidth(temp);
height=textheight(temp);
outtextxy((639-width)/2,240-height/2,temp);}
}

main()
{
int driver,mode,flag=0;
int ad[640];
int row,item_num,i,done;
float da;
unsigned size;
for(i=0;i<640;i++)
ad[i]=580/2;

/*......MENU......*/
while(!flag)
{
driver=VGA;
mode=VGAHI;
initgraph(&driver,&mode,"e:\\tc");
size=imagesize(0,0,90,22);
if(size!=1)
buf_curse=malloc(size);
setfillstyle(1,12);
bar(0,0,93,22);
getimage(0,0,93,22,buf_curse);
setfillstyle(1,BLACK);
bar(0,0,94,23);
setmenuback();
item_num=5;
putimage(11,91,buf_curse,XOR_PUT);
setcolor(WHITE);
row=0;
done=FALSE;
do
{row=get_item(row,item_num);
switch(row)
{
case 0: /*......INPUT......*/
input();
break;
case 1:
output(); /*......OUTPUT......*/
break;
case 2:
view(); /*......VIEW......*/
break;
case 3:
form(); /*......FORM......*/
break;
case 4:
done=TRUE;
cartoon();
closegraph();
exit(0);
}
if(flag)
{flag=0;
break;
}
}while(!done);
}
restorecrtmode();
}

void setmenuback()
{int k;
float l,m,n;
setcolor(YELLOW);
rectangle(0,0,639,479);
rectangle(0,457,639,479);
rectangle(0,0,116,479);
setfillstyle(1,LIGHTGRAY);
bar(1,458,638,478);
setcolor(BLACK);
outtextxy(150,466,"****** WELCOME TO USE THIS MENU ******");
setfillstyle(1,LIGHTBLUE);
setcolor(BLUE);
rectangle(10,35,104,69);
bar(11,36,104,68);
setcolor(YELLOW);
for(k=0;k<5;k++)
{rectangle(10,90+k*25,104,115+k*25);
floodfill(10,90+k*25,YELLOW);
}
settextstyle(1,HORIZ_DIR,4);
setcolor(WHITE);
outtextxy(16,30,"MENU");
settextstyle(0,HORIZ_DIR,1);
setcolor(WHITE);
outtextxy(16,100," nput");
outtextxy(16,125," utput");
outtextxy(16,150," iew");
outtextxy(16,175," orm");
outtextxy(16,200," uit");
/*......HOT KEY......*/
setcolor(LIGHTRED);
outtextxy(16,100,"I");
outtextxy(16,125,"O");
outtextxy(16,150,"V");
outtextxy(16,175,"F");
outtextxy(16,200,"Q");
/*......TABLE LIGHT......*/
setfillstyle(1,WHITE);
setcolor(WHITE);
bar(10,437,104,439);
setfillstyle(1,DARKGRAY);
setcolor(DARKGRAY);
bar(40,431,66,437);
setcolor(WHITE);
for(l=0.0;l<=7.0;l+=0.1) circle(93,309,l);
setcolor(LIGHTGRAY);
for(m=0.0,n=0.0;m<=4.0;m+=0.4,n+=0.08) line(16+n,365,51+m,431);
for(l=0.0;l<=9.0;l+=0.3) ellipse(16,364,0,360,l-4,l);
for(m=0.0,n=0.0;m<=3.0;m+=0.3,n+=0.1) line(16+m,361,62+n,295);
for(l=0.0;l<=2.0;l+=0.4) line(62,295+l,72,294);
for(m=0.0,n=0.0;m<=9.0;m+=0.5,n+=0.05) line(67+m,292+n,73+m,298+n);
for(l=0.0;l<=20.0;l+=0.1) ellipse(94,310,45,225,l,l);
}

/*......INPUT......*/
void input()
{int j;
setcolor(LIGHTRED);
setfillstyle(1,LIGHTBLUE);
bar(1,458,638,478);
outtextxy(5,467,"QING SHU RU NI DE 4 KE CHENG JI.");
setfillstyle(1,LIGHTBLUE);
setcolor(BLUE);
bar(190,160,530,230);
setfillstyle(1,LIGHTGREEN);
bar(190,178,530,212);
setcolor(BLACK);
outtextxy(192,195," QING SHU RU --YU WEN-- CHENG JI:");
for(j=0;j<2;j++)
{num[0][j]=getch();
setcolor(RED);
outtextxy(468+j*7,195,&num[0][j]);
}
getch();
setfillstyle(1,LIGHTGREEN);
bar(190,178,530,212);
delay(5000);
setcolor(BLACK);
outtextxy(192,195,"QING SHU RU --SHU XUE-- CHENG JI:");
for(j=0;j<2;j++)
{num[1][j]=getch();
setcolor(RED);
outtextxy(468+j*7,195,&num[1][j]);
}
getch();
setfillstyle(1,LIGHTGREEN);
bar(190,178,530,212);
delay(5000);
setcolor(BLACK);
outtextxy(192,195,"QING SHU RU --YING YU-- CHENG JI:");
for(j=0;j<2;j++)
{num[2][j]=getch();
setcolor(RED);
outtextxy(468+j*7,195,&num[2][j]);
}
getch();
setfillstyle(1,LIGHTGREEN);
bar(190,178,530,212);
delay(5000);
setcolor(BLACK);
outtextxy(192,195," QING SHU RU --WU LI-- CHENG JI:");
for(j=0;j<2;j++)
{num[3][j]=getch();
setcolor(RED);
outtextxy(468+j*7,195,&num[3][j]);
}
getch();
setcolor(LIGHTRED);
setfillstyle(1,LIGHTBLUE);
bar(1,458,638,478);
outtextxy(5,467,"OK. INPUT SUCCESS,PRESS ANY KEY TO QUIT...");
getch();
delay(2000);
setfillstyle(1,BLACK);
bar(190,160,530,230);
setfillstyle(1,LIGHTGRAY);
bar(1,458,643,478);
}

void output()
{int i;
float m,n;
setcolor(WHITE);
for(m=0.0,n=0.0;m<=100.0;m+=0.1,n+=0.3)
line(280-m,85+n,520-m,85+n);
for(m=0.0;m<=39.0;m+=0.1)
line(435+m,340,420,385);
setcolor(BLACK);
line(520,85,420,385);
outtextxy(318,110,"---CHENG JI DAN---");
outtextxy(305,146,"XING MING : YOU");
outtextxy(283,200,"--YU WEN-- : ");
setcolor(RED);
for(i=0;i<2;i++)
outtextxy(400+i*7,200,&num[0][i]);
setcolor(BLACK);
outtextxy(274,227,"--SHU XUE--: ");
setcolor(RED);
for(i=0;i<2;i++)
outtextxy(391+i*7,227,&num[1][i]);
setcolor(BLACK);
outtextxy(265,254,"--YING YU--: ");
setcolor(RED);
for(i=0;i<2;i++)
outtextxy(382+i*7,254,&num[2][i]);
setcolor(BLACK);
outtextxy(256,281,"--WU LI-- : ");
setcolor(RED);
for(i=0;i<2;i++)
outtextxy(373+i*7,281,&num[3][i]);
setcolor(BLACK);
outtextxy(330,352,"2000:7:11");
setcolor(YELLOW);
for(m=0.0,n=0.0;m<=20.0;m+=0.1,n+=0.07)
ellipse(240,348,0,360,m-1,n);
setcolor(BROWN);
for(m=0.0,n=0.0;m<=12.0;m+=0.1,n+=0.07)
ellipse(240,348,0,360,m-1,n);
setcolor(LIGHTMAGENTA);
for(n=0.0;n<=10.0;n+=0.03)
line(236+n,350,236+n,390);
setcolor(BLACK);
for(m=0.0;m<=10.0;m+=0.01)
line(241,383,236+m,390);
getch();
setcolor(LIGHTRED);
setfillstyle(1,LIGHTBLUE);
bar(1,458,638,478);
outtextxy(5,467," PRESS ANY KEY TO QUIT...");
getch();
delay(2000);
setfillstyle(1,BLACK);
bar(150,50,600,400);
setfillstyle(1,LIGHTGRAY);
bar(1,458,643,478);
}

void view()
{int j;
setfillstyle(1,LIGHTBLUE);
setcolor(LIGHTRED);
bar(190,160,530,230);
bar(1,458,638,478);
setfillstyle(1,LIGHTGREEN);
bar(190,178,530,212);
outtextxy(5,467,"NOW, NI ZHENG ZAI AN SHUN XU GUAN KAN GE KE CHENG JI.");
setcolor(BLACK);
outtextxy(195,195," *PRESS ANY KEY TO START...");
getch();
bar(190,178,530,212);
setcolor(BLACK);
outtextxy(195,195,"*NI DE --YU WEN-- CHENG JI WEI:");
setcolor(RED);
for(j=0;j<2;j++)
outtextxy(470+j*7,195,&num[0][j]);
delay(100000);
bar(190,178,530,212);
setcolor(BLACK);
outtextxy(195,195,"*NI DE --SHU XUE-- CHENG JI WEI:");
setcolor(RED);
for(j=0;j<2;j++)
outtextxy(470+j*7,195,&num[1][j]);
delay(100000);
bar(190,178,530,212);
setcolor(BLACK);
outtextxy(195,195,"*NI DE --YING YU-- CHENG JI WEI:");
setcolor(RED);
for(j=0;j<2;j++)
outtextxy(470+j*7,195,&num[2][j]);
delay(100000);
bar(190,178,530,212);
setcolor(BLACK);
outtextxy(195,195,"*NI DE --WU LI-- CHENG JI WEI:");
setcolor(RED);
for(j=0;j<2;j++)
outtextxy(470+j*7,195,&num[3][j]);
delay(100000);
bar(190,178,530,212);
outtextxy(192,195,"PRESS ANY KEY TO QUIT");
getch();
setfillstyle(1,BLACK);
bar(150,30,550,400);
}

void form()
{int i;
setfillstyle(1,BLUE);
bar(1,458,638,478);
setcolor(YELLOW);
line(170,420,540,420);
line(170,60,170,420);
setcolor(WHITE);
settextstyle(1,0,1);
outtextxy(560,415,"KE MU");
settextstyle(0,0,1);
outtextxy(200,422,"YU WEN");
outtextxy(285,422,"SHU XUE");
outtextxy(370,422,"YING YU");
outtextxy(455,422," WU LI");
settextstyle(1,1,1);
outtextxy(150,80,"CHENG JI");
setfillstyle(1,LIGHTRED);
bar(210,420-num[0][0]*4,240,420);
setfillstyle(1,CYAN);
bar(295,420-num[1][0]*4,325,420);
setfillstyle(1,BLUE);
bar(380,420-num[2][0]*4,410,420);
setfillstyle(1,GREEN);
bar(465,420-num[3][0]*4,495,420);
settextstyle(0,0,1);
for(i=0;i<2;i++)
outtextxy(215+i*7,420-num[0][0]*4-10,&num[0][i]);
for(i=0;i<2;i++)
outtextxy(300+i*7,420-num[1][0]*4-10,&num[1][i]);
for(i=0;i<2;i++)
outtextxy(385+i*7,420-num[2][0]*4-10,&num[2][i]);
for(i=0;i<2;i++)
outtextxy(470+i*7,420-num[3][0]*4-10,&num[3][i]);
setfillstyle(1,BLUE);
getch();
setcolor(LIGHTRED);
outtextxy(15,466,"PRESS ANY KEY TO QUIT...");
getch();
bar(1,458,638,478);
setfillstyle(1,BLACK);
bar(150,50,635,450);
}

int get_item(int row,int item_num)
{
int key,done;
done=FALSE;
do
{
key=get_key();
switch(key)
{ case KB_DOWN:
putimage(11,91+row*25,buf_curse,XOR_PUT);
if(row==item_num-1)
row=0;
else
row+=1;
putimage(11,91+row*25,buf_curse,XOR_PUT);
break;
case KB_UP:
putimage(11,91+row*25,buf_curse,XOR_PUT);
if(row==0)
row=item_num-1;
else
row-=1;
putimage(11,91+row*25,buf_curse,XOR_PUT);
break;
case KB_ENTER:
done=TRUE;
break;
case KB_HOME:
if(row!=0);
{ putimage(11,91+row*25,buf_curse,XOR_PUT);
row=0;
putimage(11,91+row*25,buf_curse,XOR_PUT);
}
case KB_END:
if(row!=item_num-1)
{ putimage(11,91+row*25,buf_curse,XOR_PUT);
row=item_num-1;
putimage(11,91+row*25,buf_curse,XOR_PUT);
}
break;
case KB_I:
if(row!=0)
{ putimage(11,91+row*25,buf_curse,XOR_PUT);
row=0;
putimage(11,91+row*25,buf_curse,XOR_PUT);
}
done=TRUE;
break;
case KB_O:
if(row!=1)
{ putimage(11,91+row*25,buf_curse,XOR_PUT);
row=1;
putimage(11,91+row*25,buf_curse,XOR_PUT);
}
done=TRUE;
break;
case KB_V:
if(row!=2)
{ putimage(11,91+row*25,buf_curse,XOR_PUT);
row=2;
putimage(11,91+row*25,buf_curse,XOR_PUT);
}
done=TRUE;
break;
case KB_F:
if(row!=3)
{ putimage(11,91+row*25,buf_curse,XOR_PUT);
row=3;
putimage(11,91+row*25,buf_curse,XOR_PUT);
}
done=TRUE;
break;
case KB_Q:
if(row!=4)
{ putimage(11,91+row*25,buf_curse,XOR_PUT);
row=4;
putimage(11,91+row*25,buf_curse,XOR_PUT);
}
done=TRUE;
break;
defaule:break;
}
}while(!done);
return row;
}

int get_key()
{
union REGS rg;
rg.h.ah=0;
int86(0x16,&rg,&rg);
return rg.h.ah;
}
int show(int ch,int n)
{ int a;
a=(int)(10*(ch/2+1)*sin(2*3.14*n*(ch/2+2)/630));
return a;
}

『捌』 C#編程中如何上傳文件

>>C#上傳文件
using System;
using System.Data;
using System.Data.SqlClient;

public class General
{
private string FilePath; //文件路徑

//定義一個枚舉用來存放文件的信息
public enum File
{
FILE_SIZE , //大小
FILE_POSTNAME, //
FILE_SYSNAME ,
FILE_ORGINNAME,
FILE_PATH
};
//構造函數
public general()
{
//在WEB.CONFIG中設定AppSettings["filepath"],用於存放文件的路徑。
FilePath = System.Configuration.ConfigurationSettings.AppSettings["filepath"];
}

public static string[] UploadFile(HtmlInputFile file)
{
string[] arr = new String[5];
//通過系統時間生成文件名,此功能可以封閉掉,不過中文長文件名支持的不好。
string FileName = DateTime.Now.ToString().Replace(" ","").Replace(":","").Replace("-","");
string FileOrginName = file.PostedFile.FileName.Substring(file.PostedFile.FileName.LastIndexOf("\\")+1);
if(file.PostedFile.ContentLength<=0)
return null;
string postFileName;
string path = new general().FilePath+"\\";
try
{
int pos = file.PostedFile.FileName.LastIndexOf(".")+1;
postFileName = file.PostedFile.FileName.Substring(pos,file.PostedFile.FileName.Length-pos);
file.PostedFile.SaveAs(path+FileName+"."+postFileName);
}
catch(Exception exec)
{
throw(exec);
}

double unit = 1024;
double size = Math.Round(file.PostedFile.ContentLength/unit,2);
arr[(int)File.FILE_SIZE] = size.ToString();//文件大小
arr[(int)File.FILE_POSTNAME] = postFileName;//文件類型(文件後綴名)
arr[(int)File.FILE_SYSNAME] = FileName;//文件系統名
arr[(int)File.FILE_ORGINNAME] = FileOrginName;//文件原來的名字
arr[(int)File.FILE_PATH]=path+FileName+"."+postFileName;//文件路徑
return arr;
//throw(new Exception(HtmlUtility.HtmlEncode(IDNO.PostedFile.FileName)));
}
}

熱點內容
社會腳本法定義 發布:2025-03-18 03:59:00 瀏覽:325
安卓擴展存儲空間 發布:2025-03-18 03:57:34 瀏覽:8
linuxat沒反應 發布:2025-03-18 03:56:51 瀏覽:580
怎麼看是多少位編譯器 發布:2025-03-18 03:47:32 瀏覽:659
solr索引存儲 發布:2025-03-18 03:46:52 瀏覽:329
縫合演算法 發布:2025-03-18 03:46:06 瀏覽:362
java遍歷二維數組 發布:2025-03-18 03:36:01 瀏覽:410
銳捷源碼 發布:2025-03-18 03:26:55 瀏覽:436
訴訟中止裁定後可否解壓 發布:2025-03-18 03:24:51 瀏覽:128
sqlserver全文搜索 發布:2025-03-18 03:23:58 瀏覽:715