社区
ASP
帖子详情
修改文件名的问题
zangai
2004-04-09 11:12:27
怎样修改指定扩展名文件的文件名,例如:c:\temp 文件夹下有若干文件,只有一个是htm文件,我想取得它的文件名并改成另一个名字,请问怎么办,谢谢
...全文
133
回复
打赏
收藏
修改文件名的问题
怎样修改指定扩展名文件的文件名,例如:c:\temp 文件夹下有若干文件,只有一个是htm文件,我想取得它的文件名并改成另一个名字,请问怎么办,谢谢
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
HDOJ1001 Sum Problem
HDOJ1001 题目 Input The input will consist of a series of integers n, one integer per line. Output For each case, output SUM(n) in one line, followed by a blank line. You may assume the result will be i...
HDOJ1001
HDOJ1001
问题
Hey, welcome to HDOJ(Hangzhou Dianzi University Online Judge). In this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + … + n. 输入 The input will consist of a series of integers n...
hdoj1001-java
hdoj1001import java.util.*;public class Main { public static void main(String[] args) { Scanner ss=new Scanner(System.in); while(ss.hasNextInt()){ int n=ss.nextInt();
HDOJ 1001 Sum Problem 超详细
HDOJ 1001 Sum Problem Problem Description Hey, welcome to HDOJ(Hangzhou Dianzi University Online Judge). In this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + ... + n. Input The input will consist of a series of integers n, one integer per line.
HDOJ 1001
HDOJ 1001 Problem Description Hey, welcome to HDOJ(Hangzhou Dianzi University Online Judge). In this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + ... + n. Input The input will consist of ...
ASP
28,402
社区成员
356,940
社区内容
发帖
与我相关
我的任务
ASP
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
复制链接
扫一扫
分享
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章