Skip to content


各位使用work log服务记录工作内容的同学们注意了

由于我实在没有那么多时间和精力写代码,而且只有三个人使用,所以我只做了个简单的报表程序,没有输入,只有输出,输出的内容为所有带tag的,格式是Excel csv格式,用Excel打开,然后自己筛去吧,想筛出什么来都行。有兴趣的可以把报表的程序完善一下,包括前台和后台,用咱们的ajax做。

数据库查询:
SELECT
profile.nickname, notice_tag.tag, notice.content, notice.modified
FROM notice left join profile on profile.id=notice.profile_id
left join notice_tag on notice_tag.notice_id=notice.id
where notice_tag.tag<>'NULL' order by notice.modified


用上面的查询再扩展扩展也行,比如加上时间啊,人物啊等等,为这么个东西写程序太费劲了,本身后台处理没什么,一个SQL查询就行了,但是前台的页面部分太罗嗦了,选择人,选择tag,选择日期,还得放个日历,然后还得登录,还得做前台的页面等等,就三个人用,不划算。
如果哪位同学有兴趣要深入研究php, html, css, ajax等,比如N同学,可以练习扩展扩展,哈哈。

相关文章

  • 暂无相关日志

Posted in 软件.


One Response

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. neo says

    这可麻烦了~ 我那个CS4还没下来呢 你说我先学哪个? 哈哈



Some HTML is OK

or, reply to this post via trackback.