zoukankan      html  css  js  c++  java
  • 访问统计系统:Piwik 0.4.5 发布

    Piwik是一套基于Php+MySQL技术构建的开源网站访问统计系统,前身是 phpMyVisites。Piwik可以给你详细的统计信息,比如网页 浏览人数, 访问最多的页面, 搜索引擎关键词等等,并且采用了大量的AJAX/Flash技术,使得在操作上更加便易。此外,它还采用了插件扩展及开放API架构,可以让开发人员根据 自已的实际需求创建更多的功能.

    改进内容:

    Bug fixes

    • #1008 - open_basedir() restrictions would cause is_writable() to fail with a notice; this was used in determining whether the session.save_path was writable when session.save_handler = files
    • #1009 - one-click update might fail with PIWK_USER_PATH not defined
    • Some non-Apache users reporting Piwik displays only a blank page after the update.

    Maintenance

    • sendHttpRequest() by sockets: increase buffer size and fflush() output.

    下载地址:http://piwik.org/latest.zip

  • 相关阅读:
    gdbinit理解
    debug套路
    node 版本升级
    工作方式
    vscode 插件编写
    函数闭包与装饰器
    高阶函数与递归
    函数嵌套及作用域
    函数
    文件处理
  • 原文地址:https://www.cnblogs.com/top5/p/1590628.html
Copyright © 2011-2022 走看看