资源简介
一,我的工作
1.代办公文 2.已办公文 3.流程跟踪 4.代办事项 5.督办文件
二公文管理
1.发文管理 2.收文管理 3.简报管理 4.公文传阅
三,个人事务
1.个人日程 2.工作授权 3.工作移交 4.个人通讯录 5.个人群组 6.常用意见
7.密码修改 8.个人信息 9.个人信息设置 10.储存空间查看
四,公共事务
1.短信管理 2.公共通讯录 3.行内通讯录
五,经营管理
1.学习培训 2.内部制度 3.外部规章 4.法律法规 5.报表统计
六,内部信息交流
1.公告通知 2.会议通知 3.文档共享
七,在线填报
1.发起填报 2.填报发送
代码片段和文件信息
/*
* Created on 2004-9-24
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package com.affice;
import oa.sys.*;
import oa.sys.Time;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.*;
import javax.servlet.*;
import javax.servlet.http.*;
/**
****************************************************
*类名称: Add
*类功能: 增加公告信息
*创建: 白伟明 2004年10月5日
****************************************************
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
public class Add extends HttpServlet{
private HttpSession session=null;
private ResultSet rs=null;
private Statement stmt=null;
private String titlecontentsqlisqls;
private int temp=0id;
public void doPost(HttpServletRequest requestHttpServletResponse response) throws ServletException IOException{
request.setCharacterEncoding(“gb2312“);
response.setContentType(“text/html; charset=gb2312“);
Str str=new Str();
Db db=new Db();
Time time=new Time();
PrintWriter out=response.getWriter();
session=request.getSession();
id=Integer.parseInt((String)session.getAttribute(“id“));
title=request.getParameter(“title“);
content=request.getParameter(“content“);
title=str.inStr(title);
content=str.inStr(content);
sqli=“INSERT INTO affice(titletimeemployeeidcontent) VALUES(‘“+title+“‘‘“+time.getYMD()+“‘“+id+“‘“+content+“‘)“;
sqls=“SELECT * FROM affice WHERE time=‘“+time.getYMD()+“‘“;
try {
stmt=db.getStmtread();
rs=stmt.executeQuery(sqls);
if(!rs.next()){
db.close();
stmt=db.getStmt();
temp=stmt.executeUpdate(sqli);
if(temp>0){
request.setAttribute(“msg““发布成功“);
}else{
request.setAttribute(“msg““发布失败“);
}
}else{
request.setAttribute(“msg““今日已经发布公告,不能再发布“);
}
} catch (SQLException e) {
e.printStackTrace();
}finally{
db.close();
RequestDispatcher dispatcher=request.getRequestDispatcher(“add.jsp“);
dispatcher.forward(requestresponse);
}
}
public void doGet(HttpServletRequest requestHttpServletResponse response) throws ServletException IOException{
doPost(requestresponse);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2009-02-11 16:38 MF000291-JAVA协同办公OA管理系统源码\
目录 0 2009-02-11 16:37 MF000291-JAVA协同办公OA管理系统源码\affice\
文件 1752 2004-10-12 17:17 MF000291-JAVA协同办公OA管理系统源码\affice\add.jsp
文件 686 2004-10-06 09:14 MF000291-JAVA协同办公OA管理系统源码\affice\affice.htm
文件 1953 2004-11-06 15:58 MF000291-JAVA协同办公OA管理系统源码\affice\view.jsp
文件 3621836 2015-04-27 11:29 MF000291-JAVA协同办公OA管理系统源码\affice\国内最大的免费商业源码下载平台.mht
文件 262 2015-07-17 16:10 MF000291-JAVA协同办公OA管理系统源码\affice\源码说明.txt
文件 14108 2015-07-21 10:13 MF000291-JAVA协同办公OA管理系统源码\affice\百纳科技源码.png
文件 576 2004-09-22 13:03 MF000291-JAVA协同办公OA管理系统源码\black.htm
目录 0 2009-02-11 16:37 MF000291-JAVA协同办公OA管理系统源码\bumf\
文件 2512 2005-01-21 13:45 MF000291-JAVA协同办公OA管理系统源码\bumf\accept.jsp
文件 963 2004-10-11 09:33 MF000291-JAVA协同办公OA管理系统源码\bumf\bumf.htm
文件 1616 2005-01-21 17:11 MF000291-JAVA协同办公OA管理系统源码\bumf\see.jsp
文件 2352 2004-10-15 16:03 MF000291-JAVA协同办公OA管理系统源码\bumf\send.jsp
文件 267 2004-11-15 08:09 MF000291-JAVA协同办公OA管理系统源码\bumf\upload.jsp
文件 3621836 2015-04-27 11:29 MF000291-JAVA协同办公OA管理系统源码\bumf\国内最大的免费商业源码下载平台.mht
文件 262 2015-07-17 16:10 MF000291-JAVA协同办公OA管理系统源码\bumf\源码说明.txt
文件 14108 2015-07-21 10:13 MF000291-JAVA协同办公OA管理系统源码\bumf\百纳科技源码.png
目录 0 2009-02-11 16:37 MF000291-JAVA协同办公OA管理系统源码\css\
文件 611 2004-10-12 15:28 MF000291-JAVA协同办公OA管理系统源码\css\word.css
文件 627 2004-09-25 13:51 MF000291-JAVA协同办公OA管理系统源码\css\work.css
文件 3621836 2015-04-27 11:29 MF000291-JAVA协同办公OA管理系统源码\css\国内最大的免费商业源码下载平台.mht
文件 262 2015-07-17 16:10 MF000291-JAVA协同办公OA管理系统源码\css\源码说明.txt
文件 14108 2015-07-21 10:13 MF000291-JAVA协同办公OA管理系统源码\css\百纳科技源码.png
目录 0 2009-02-11 16:37 MF000291-JAVA协同办公OA管理系统源码\department\
文件 1776 2004-10-12 17:17 MF000291-JAVA协同办公OA管理系统源码\department\add.jsp
文件 3315 2004-10-15 16:06 MF000291-JAVA协同办公OA管理系统源码\department\change.jsp
文件 2491 2005-01-21 20:23 MF000291-JAVA协同办公OA管理系统源码\department\del.jsp
文件 842 2004-10-04 09:28 MF000291-JAVA协同办公OA管理系统源码\department\department.htm
文件 718 2005-01-20 13:03 MF000291-JAVA协同办公OA管理系统源码\department\departmentinfo.htm
文件 1684 2004-10-15 16:05 MF000291-JAVA协同办公OA管理系统源码\department\view.jsp
............此处省略337个文件信息
评论
共有 条评论