zoukankan
html css js c++ java
考虑实现一个web报表制作工具
刚才看到了一篇关于web报表工具制作的文章,突然也有了一种自己做一个这种工具的冲动,所以,先把自己的思路整理一下:
1。用excel的相关功能实现报表的制作
2。开发人员用excel制作报表的模版,程序根据模版填充最后生成报表
3。用Excel将模版saveas 成html发布
4。还有一些乱七八糟数据库映射方面的事
感觉上差不多就这么多了。
查看全文
相关阅读:
LintCode: Climbing Stairs
LintCode: Binary Tree Postorder Traversal
LintCode: Binary Tree Preorder Traversal
LintCode: Binary Tree Inorder Traversal
Lintcode: Add Two Numbers
Lintcode: Add Binary
LintCode: A + B Problem
LintCode: Remove Linked List Elements
LintCode:Fibonacci
Lintcode开刷
原文地址:https://www.cnblogs.com/oop/p/156479.html
最新文章
android -------- Eclipse选择NDK路径时 “Not a valid NDK directory”
android -------- Eclipse下的NDK配置环境
android-------- socket 实现客户端与服务器端通信
android--------Socket的简单了解
android ------- TCP与UDP
android ------- TCP/IP
android-------- 强引用、软引用、弱引用、虚引用使用
android -------- WIFI 详解
android -------- 蓝牙通信
android -------- 蓝牙Bluetooth
热门文章
LintCode: Minimum Path Sum
LintCode: Count and Say
LintCode: Convert Sorted Array to Binary Search Tree With Minimal Height
LintCode: Binary Tree Paths
LintCode: Count 1 in Binary
LintCode: Cosine Similarity
LintCode: Unique Characters
LintCode: Rotate String
LintCode: Longest Words
LintCode: Compare Strings
Copyright © 2011-2022 走看看