-
网站流量统计
网站流量统计可以根据不同目标对用户访问情况进行统计。不同的统计目标决定了统计的过程与结果。本实例主要实现以下统计功能:
概况统计模块。
本日流量统计模块。
本月流量统计模块。
本年流量统计模块。
IP统计模块。
浏览器信息统计模块。
操作系统信息统计模块
- 2022-05-07 18:04:28下载
- 积分:1
-
Android 使用HttpURLConnection打开连接读取内容(流)
Android 使用HttpURLConnection打开连接读取内容(流),使用循环来读取获得的数据:
try
{
// 使用HttpURLConnection打开连接
HttpURLConnection urlConn = (HttpURLConnection) url.openConnection();
// 得到读取的内容(流)
InputStreamReader in = new InputStreamReader(urlConn.getInputStream());
// 为输出创建BufferedReader
BufferedReader buffer = new BufferedReader(in);
String inputLine = null;
// 使用循环来读取获得的数据
while (((inputLine = buffer.readLine()) != null))
{
// 我们在每一行后面加上一个"
"来换行
resultData += inputLine + "
";
}
// 关闭InputStreamReader
in.close();
// 关闭http连接
urlConn.disconnect();
// 设置显示取得的内容
if (resultData != null)
{
mTextView.setText(resultData);
}
else
{
mTextView.setText("读取的内容为NULL");
}
}
- 2022-11-05 20:40:03下载
- 积分:1
-
【Wxy小组内部asp
【Wxy小组内部asp-webshell超强版】
详细功能介绍:
1:增加Serv-u加FTP通杀版!
2:增加检测可修改的目录!
3:能准确的查看系统管理员帐户!
4:能检测系统安装了那些可利用软件!
5:增加文件下载功能,直接从网络上下载文件至服务器,这样方便无法上传文件!
6:注册表操作更加详细,让一些不懂操作注册表的用户只需复制粘贴即可查看!
7:详细在顶部提供各类可提权利用的目录,方便大家直接查看!
8.优化代码,使用最新技术 提权成功达90 以上!
具体功能大家自己使用的时候自己体会!
-【Sub-Wxy internal version of asp-webshell Superacid Introduction】 detailed features: 1: to increase FTP add Serv-u version of Qualcomm kill! 2: Detect can be modified to increase the directory! 3: to get a better view of the system administrator account! 4: can detection system which can be used to install software! 5: Increase file download directly from the network to download files on the server, so can not upload files Convenience! 6: Registry operation in more detail, so that some users do not know how to operate the registry only need to copy and paste to see! 7: all kinds of details can be provided at the top of the right to use the directory to facilitate direct view! 8. optimize the code, the right to use t
- 2022-12-04 20:15:03下载
- 积分:1
-
最终幻想在线网页游戏(中文UTF8)
最终幻想网络游戏(中文utf8)
- 2023-01-15 14:15:04下载
- 积分:1
-
Admin5网站全站模板,使用织梦CMS系统!
Admin5网站全站模板,使用织梦CMS系统!-Station Admin5 site-wide template, use the CMS system weaving dreams!
- 2022-04-07 10:56:48下载
- 积分:1
-
A C# Article prepared editor. Very powerful. The most important thing is the mai...
一个C#编写的文章编辑器。功能非常强大。
最重要的是比任何目前主流编辑器(如:eWebEditor,cuteEditor等)都更灵活。
我一直用它。-A C# Article prepared editor. Very powerful. The most important thing is the mainstream than any current editor (such as: eWebEditor, cuteEditor etc.) are more flexible. I always use it.
- 2022-04-30 09:13:54下载
- 积分:1
-
这是一个网络程序,个人用的,可以供学习交流的 ,
这是一个网络程序,个人用的,可以供学习交流的 ,-This is a network program, personal use, and be available for study and exchanges,
- 2022-02-05 19:16:13下载
- 积分:1
-
automacroβ
AutoMacro BETA - BY DLJ
See NGACN :
http://bbs.ngacn.com/read.php?tid=1523328&fpage=1
请记住,下载插件以上面提到的帖子提供的信息为准.
1.什么是AutoMacro, 这个插件是用来干什么的?
在WOW一开始的时候, BLZ提供了UI的自定义脚本和宏.
玩家通过编写脚本和宏, 简化各种操作.
甚至达到了非常智能的效果. (例如挂奥山自动上马跟随和杀人的插件)
为了防止过度的智能, WOW在2.0的版本后, 限制了脚本和宏的应用.
AutoMacro正是利用BLZ的UI代码的不完善,
重新让宏达到智能的目的.-AutoMacro BETA- BY DLJSee NGACN: http://bbs.ngacn.com/read.php?tid=1523328
- 2022-01-26 05:32:02下载
- 积分:1
-
Flash个性涂鸦板php程序,可以用作随手画,可保存,
Flash个性涂鸦板php程序,可以用作随手画,可保存,-Flash personality php graffiti board procedures, can be readily used as a painting, can be stored,
- 2022-01-25 14:29:12下载
- 积分:1
-
AjaxFileUploading
Ajax File uploaded for mvc asp.net
- 2017-08-05 18:00:25下载
- 积分:1