-
办公自动化系统设计与开发(包括数据库、前台程序、毕业论文word文档)
资源描述从SQL到前台和.net程序的开发,以及毕业论文原版材料应有尽有,想毕业的同学,想开发办公系统自动化的同学来下载吧!
- 2022-03-24 04:16:54下载
- 积分:1
-
oa
说明: 非常完整,SQL2000数据库,办公OA,功能实用。非常适合公司使用(Very complete, SQL2000 database, office OA, functional and practical. Very suitable for use)
- 2008-10-29 01:33:16下载
- 积分:1
-
LangGeTaiJavaJDK5.0StudyNote
作者:林信良(网络化名良葛格)
学历:台湾大学电机工程学系
经历:SUN教育训练中心讲师
著作:《JAVA 学习笔记》、《Spring 技术手册》,为SUN官方教材主要编写成员之一
博客: http://blog.csdn.net/caterpillar_here
本书详细信息:
http://www.china-pub.com/computers/common/info.asp?id=31664(Writer : Lin Hsin-liang (network pseudonym Liang Ge Ge) Education : National Taiwan University Department of Electrical Engineering experience : SUN lecturer in the education and training center works : "JAVA study notes", "Spring Technical Manual" SUN official materials for the preparation of the main member of the blog : http :// blog.csdn.net/caterpillar_here the book details : http :// www.china-pub.com/computers/common/inf o.asp id = 31664)
- 2007-03-18 16:31:33下载
- 积分:1
-
无忧网才
超文本标记语言(Hyper Text Markup Language),标准通用标记语言下的一个应用。HTML 不是一种编程语言,而是一种标记语言 (markup language),是网页制作所必备的。“超文本”就是指页面内可以包含图片、链接,甚至音乐、程序等非文字元素。超文本标记语言(或超文本标签语言)的结构包括“头”部分、和“主体”部分,其中“头”部提供关于网页的信息,“主体”部分提供网页的具体内容。(Hyper Text Markup Language (HTML), an application under the standard Universal Markup Language (GML). HTML is not a programming language, but a markup language, which is necessary for web page making. "Hypertext" means that the page can contain non-text elements such as pictures, links, even music, programs and so on. The structure of Hypertext Markup Language (or Hypertext Label Language) includes "Header" and "Subject", where "Header" provides information about web pages and "Subject" provides specific content of web pages.)
- 2020-06-25 10:40:01下载
- 积分:1
-
一个强大的PHP发信类【完美支持PHPMailer JMail】
一个强大的PHP发信类【完美支持PHPMailer JMail】
- 2022-08-18 10:06:59下载
- 积分:1
-
一个多学校OA办公系统(独有的)firewall
应用背景 一、发送文件:
首先选择接受文件的人,可以在部门前打勾,出可以在职务前打勾,以选择接受文件的一批人。如果选择了”所有人“,那么此文件发给每一个人,所以在职务和部门前的选择都失效。如果点击了“按部门排序显示详细名单”或“按姓名排序显示详细名单”,会显示数据库里所有人的姓名,可以选择分别选择要发给哪些人。
然后输入此文件的标题,此项是必填项目。
内容栏可以不填。
点击“上传附件”按钮,可以选择附带的文件,按提交就可上传,可以分别上传多个文件。
最后,按“发送”按钮,就可以把信息发出去了。注意,此步为必做的。
另外,如果不选任何人,则发出的信息只有自己能看到。
二、已发文件:
显示的是由本人发送给别人的信息。分别列出了文件的主题、部分内容以及附件信息。点击附件名会直接打开该附件,建议右击后保存到本地硬盘。
点击右边的删除,会把该信息(包括附件)删除,注意删除后别人无法看到也不能再恢复。
点击详细内容的链接会显示该信息的全部内容,还可以查看该信息已有哪些人已查收。
三、私人文件:
在发送信息时如果不选任何的接受人,则此信息只能被自己看到。相当于把自己的文件保存在系统里,使用方法与已发文件差不多。如果正文内容无,就不是出现“更多内容”的链接。
关键技术
四、已收文件
指别人发送的已接收的文件,操作时和已发文件相似。已收文件可点击“清除”,以后就不会再出现,不过不会删除此信息,其它没有清除的人仍能看到。管理员可设定哪些文件不能清除。
五、未收文件
指别人发送的自己还未接收的文件,操作时和已收文件相似。未收文件列表右边会出现“接收”链接,点击后此文件就会变成已收文件。
六、常用文件
- 2023-08-17 12:25:04下载
- 积分:1
-
ASP-ubb论坛程序
资源描述由梦想成真工作室提供的ASP-ubb论坛程序 Copy到任何目录下都行,只要支持asp+access的目录就行了 然后的设置是在set.asp中
- 2022-07-11 16:10:34下载
- 积分:1
-
chatData
说明: 一个非常非常简单的留言板程序,拷过去就可以用哦(a very simple message board procedures, residences can be used on the past, oh)
- 2006-04-03 21:29:06下载
- 积分:1
-
ueditor_v1.2.4.0_php
Ueditor基于BSD开源协议,除了具有代码精简、加载迅速的轻量级特质外,还采用了分层理念,使开发者可以根据实际应用和需求自由定制。
Ueditor编辑器划分为了三层架构。其中,核心层为开发者提供了诸如range、selection、domUtils类的底层API接口,中间的命令插件层不仅提供了大量的基础command,还允许开发者基于核心层进行command命令的开发,而面向用户端的界面层则可以提供自由定制的用户交互界面。Ueditor开源编辑器这种拥有可配性的模式,令开发者能够根据自身需要接入任何一层进行开发。(Outside Ueditor based on BSD open source license, in addition to streamlined code, load the rapid lightweight qualities, also uses a hierarchical concept, so that developers can be based on the actual application and needs the freedom to customize. Ueditor editor divided for three-tier architecture. The core layer provides developers such as the bottom of the range, selection, domUtils like API interface, the middle of the command plugin layer not only provides a lot of basic command also allows developers based on the development of the core layer command command and oriented The client interface layer can provide the freedom to customize the user interface. Ueditor open source editor this mode and can be equipped with the developers to develop according to their own need to access any layer.)
- 2012-12-22 09:37:50下载
- 积分:1
-
HTML
网业编程,常用代码,弹出窗口,程序设计,基础入门(Programming of network industry, common code, pop-up window, program design, the Basics)
- 2012-06-11 11:59:40下载
- 积分:1