由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 如何设计api 统计用户的使用次数
相关主题
在CGI程序中有何好方法返回HTMLRe: Tomcat server.xml setting ... (figured out l)
[转载] how to link to remote access database?how to do this?
Re: One Simple Apache Questionhelp
how to invoke cgi in html?**********Help Needed! 怎样在最短的时间内学会CGI??急!!!************
Can asp invoke a software at the server side???Help, very urgent!cgi and c++ (菜鸟求救)
Re: Can asp invoke a software at the server side???Help, very urgent![转载] 如何从ie打开某自定义类型的文档
[转载] How to invoke a postback from one frame to anothe特菜的一个问题: 汉字页面的自动调用.
Re: [转载] How to invoke a postback from one frame to anothe[转载] 如何在2个不同的php文件间传递参数?
相关话题的讨论汇总
话题: api话题: 用户话题: 调用话题: 统计话题: key
进入BuildingWeb版参与讨论
1 (共1页)
w******r
发帖数: 47
1
我后台有一个程序,需要用php调用,如何设计api,统计某个用户的使用次数? 就是统
计某个用户(有用户名和api key) 调用了多少次我的php?
菜鸟一枚,各位大哥指点。
c*********o
发帖数: 471
2
If every call includes the api key as part of the request, then just pull
the web log for the count.
If api is invoked per session, then it's different.

【在 w******r 的大作中提到】
: 我后台有一个程序,需要用php调用,如何设计api,统计某个用户的使用次数? 就是统
: 计某个用户(有用户名和api key) 调用了多少次我的php?
: 菜鸟一枚,各位大哥指点。

d******8
发帖数: 2191
3
你可以建个数据库,把每次调用的信息存进去,比如大小,ip,status等,便于计算费
用(如果需要的话)。这样统计起来就完整了。

【在 w******r 的大作中提到】
: 我后台有一个程序,需要用php调用,如何设计api,统计某个用户的使用次数? 就是统
: 计某个用户(有用户名和api key) 调用了多少次我的php?
: 菜鸟一枚,各位大哥指点。

p*****u
发帖数: 214
4
另外一个办法就是数据库做一个trigger,去更新另外一个表,可以将API key,时间,
以及,UID放在这个表里。

【在 w******r 的大作中提到】
: 我后台有一个程序,需要用php调用,如何设计api,统计某个用户的使用次数? 就是统
: 计某个用户(有用户名和api key) 调用了多少次我的php?
: 菜鸟一枚,各位大哥指点。

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
[转载] 如何在2个不同的php文件间传递参数?Can asp invoke a software at the server side???Help, very urgent!
一个关于CGI程序的问题Re: Can asp invoke a software at the server side???Help, very urgent!
有没有谁尝试在php文件中调用java class文件[转载] How to invoke a postback from one frame to anothe
请教:关于站内搜索Re: [转载] How to invoke a postback from one frame to anothe
在CGI程序中有何好方法返回HTMLRe: Tomcat server.xml setting ... (figured out l)
[转载] how to link to remote access database?how to do this?
Re: One Simple Apache Questionhelp
how to invoke cgi in html?**********Help Needed! 怎样在最短的时间内学会CGI??急!!!************
相关话题的讨论汇总
话题: api话题: 用户话题: 调用话题: 统计话题: key