Cacti是一套基于PHP,MySQL,SNMP及RRDTool开发的网络流量监测图形分析工具。Cacti是通过 snmpget来获取数据,使用 RRDtool绘画图形,而且你
完全可以不需要了解RRDtool复杂的参数。它提供了非常强大的数据和用户管理功能,可以指定每一个用户能查看树状结构、host以及任何一张图,
还可以与LDAP结合进行用户验证,同时也能自己增加模板,功能非常强大完善。界...
分类:
其他好文 时间:
2014-06-24 15:49:12
阅读次数:
223
本文翻译自http://msdn.microsoft.com/workshop/browser/mshtml/overview/overview.aspMSDN Home> MSDN Library> Programming and Reusing the Browser> Overviews/Tu...
分类:
Web程序 时间:
2014-06-24 15:17:37
阅读次数:
323
类Browser.java是整个应用的Application.其代码如下:
public class Browser extends Application {
@Override
public void onCreate() {
super.onCreate();
// create CookieSyncManager...
分类:
移动开发 时间:
2014-06-22 15:01:11
阅读次数:
339
我们先看一张浏览器的主界面,上面标示浏览器界面各部分对应的类,这里是以平板上的界面为例。给张图是为了给大家一个直观的感觉。
BrowserActivity是整个应用的主界面,在onCreate中创建了Controller对象,Controller对象是整个应用最重要的管理类,这个后面再说。
@Override
public void onCreate(Bundle ici...
分类:
移动开发 时间:
2014-06-21 21:52:07
阅读次数:
559
Chrome和Safrai使用的是webkit作为内核引擎,因此如果 jQuery.browser.webkit为true,则表示浏览器是chrome或safari; 如果jQuery.browser.mozilla为true,则表示浏览器是MozillaFirefox(...
分类:
Web程序 时间:
2014-06-21 12:18:46
阅读次数:
230
When you know that a certain condition will not change throughout the life of the program, it makes sense to test the condition only once. Browser sni...
分类:
编程语言 时间:
2014-06-18 22:35:12
阅读次数:
341
Back to READMEGetting StartedThis page tells you how to install Native Client and run demos, both in and outside of the browser. On Linux and Mac OS X...
分类:
其他好文 时间:
2014-06-17 21:25:23
阅读次数:
418
升级了mac操作系统,安装python的python-ldap,报错Modules/LDAPObject.c:18:10:fatalerror:‘sasl.h‘filenotfound#include<sasl.h>^1errorgenerated.error:command‘cc‘failedwithexitstatus1----------------------------------------Cleaningup...Command/usr/bin/python..
分类:
编程语言 时间:
2014-06-16 16:21:35
阅读次数:
758
var txtBigBalance; //金额同步输入 if ($.browser.msie)//IE { $("#txtBalanceP").get(0).onpropertychange = get...
分类:
Web程序 时间:
2014-06-15 21:35:51
阅读次数:
202
SharePoint 2010 Client Browser 客户端浏览器,为了加快开发速度,发现隐藏的列表/项目/文档,发现结构或特定属性。...
分类:
其他好文 时间:
2014-06-15 18:38:03
阅读次数:
206