摘要:做一个.rc的文件,里面是文本格式,内容如下:
资源名 类型 资源在windows中的文件件 mycur1 cursor 28.cur //加入光标mycur2 cursor 29.cur //加入光标mycur3 cursor 30.cur //加入光标myico1 icon ico.ico //加入图标bmp1 bitmap 1.bmpbmp2 bitmap 2.bmp
注意要把那些......
摘要:也是很简单的小程序,用到了一些目录操作
#include <unistd.h>#include <stdio.h>#include <errno.h>#include <sys/types.h>#include <sys/stat.h>#include <dirent.h>#include <time.h>
s......
命令行参数,程序参数
begin 【程序编程相关:
struts学习笔记(1)】
if system.paramcount > 0 then 【推荐阅读:JBuilder9开发实用技巧】
openfile(filename); 【扩展信息:
Swing设计JOptionPane】 filename := system.paramstr(1); end;
摘要:过滤器文件:package filter;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;import java.net.*;
public class characterencoding??? implements filter {? protected filterconfig filterconfig ......