oa系统改版基本完成,都是些简单的功能,主要用到了些插件一、项目常用插件列表1、日历插件My97DatePicker ,只需引用js文件,在使用的input表单中加上onclick事件即可2、统计用图http://www.hcharts.cn/index.php功能强大好用,注意jquery中使用不...
分类:
其他好文 时间:
2015-01-09 12:10:06
阅读次数:
166
关于流程最开始想学习OA的流程,老大说目前需求不需要那么麻烦。目前需求是请假人在发起工作时候,自己选择流程(同一级可选择多人),后期让管理员配置流程。所以目前采用的方式是利用字符串拼接。userid&userid(同级)userid-userid(不同级)userid#0/1表示并/或。采用这样的处...
分类:
其他好文 时间:
2015-01-08 09:28:47
阅读次数:
128
asp.net 开发信息系统,无论是OA或者是其它业务系统中,都会用到新信息提醒功能,特此将方案跟大家分享一下。先上一图给大家看一看:优点:1)、该新消息弹出提示框样式算是比较不错的,个人认为。 2)、弹出框内的信息内容、提醒的个数、点击链接页面都封装在PopMessage.js中,你无须修改。 3)、使用简单,你只要根据你的需要修改PopMessageHa...
分类:
Web程序 时间:
2015-01-07 22:14:20
阅读次数:
285
题意:如图,有n个正方形和一个角(均在第一象限中),使这些正方形与这个角构成封闭的阴影区域,求阴影区域面积的最大值。分析:直观上来看,当这n个正方形的对角线在一条直线上时,封闭区域的面积最大。(虽然我不太会证明,=_=||)设所有正方形边长之和为L,OA、OB两直线方程分别为:y = k1x y =...
分类:
其他好文 时间:
2015-01-06 13:43:18
阅读次数:
118
In mathematics, a rational number is any number that can be expressed in the form of a fraction p/q , where p & q are two integers, and the denominato...
分类:
其他好文 时间:
2015-01-04 08:40:57
阅读次数:
238
A zero-indexed array A consisting of N integers is viven. We visit the indexs of the array in the following way. In the first step we visit the index ...
分类:
其他好文 时间:
2015-01-04 06:23:47
阅读次数:
206
A string is a palindrome if it has exactly the same sequence of characters when traversed left-to-right as right-to-left. For example, the following s...
分类:
其他好文 时间:
2015-01-04 06:23:36
阅读次数:
230
Write a function:class Solution { public int solution(int[] A); }that, given an array A consisting of N integers, returns the number of pairs (P, Q) s...
分类:
其他好文 时间:
2015-01-04 06:22:50
阅读次数:
277
A non-empty zero-indexed array A consisting of N integers is given.A pair of integers (P, Q) is called K-complementary in array A if 0 ≤ P, Q map = n....
分类:
其他好文 时间:
2015-01-04 01:06:03
阅读次数:
518
办公管理核心业务就是审批流+文档。
回想办公管理信息化前,办理业务过程是这样的:
(1)工作人员先填写申请单(或审批单),填写好后,连同附属资料装订在一起,送给下一环节办理(或审批);
(2)上述业务处理过程中,管理人员首先关注的是流程走的对不对,其次看提交上来的报告,这个报告就是申请单文档及其附件。
回归业务的本质,就是前面所说的分析结论:审批流+文档。
下面举例解答业务模型:
(1)综合信息类业务(是指发布新...
分类:
其他好文 时间:
2015-01-03 22:28:02
阅读次数:
219