您提供一个简单的解决transport.js 和 jquery 方法:在 page_header.lbi 库文件中加入如下代码,注意操作顺序:1.先导入transport.js 文件{insert_scripts files='transport.js,utils.js'}2.然后导入您网站使用的j...
分类:
Web程序 时间:
2014-06-18 19:36:18
阅读次数:
210
WinDirStat is a disk usage statistics viewer and cleanup tool for various versions ofMicrosoft Windows.Note:if you are looking for an alternative forL...
大家都知道在IIS中有个HTTP keep-alive设置,很多人可能和我们一样,以为这样设置后,IIS会就在发送响应内容时加上这个http header——Connection: keep-alive。今天在偶然的情况下突然发现——不是这样的,这是一个让人瞠目结舌的骗局——只要用的是http 1....
分类:
其他好文 时间:
2014-06-18 14:21:17
阅读次数:
308
客户端/服务器的发布消息行为,与PUBLISH相关的消息类型:PUBLISH客户端发布消息经由服务器分发到所有对应的订阅者那里。一个订阅者可以订阅若干个主题(Topic name),但一个PUBLISH消息只能拥有一个主题。消息架构一览:Description76543210Fixed header...
分类:
其他好文 时间:
2014-06-18 09:54:06
阅读次数:
397
检查HP服务器硬盘状态脚本(如有问题则发邮件通知):#vidisk.sh按a或i进入编辑模式#!/bin/bashName=`hostname`Date=`date+%m%d%y`Num=`dmidecode|grep-i‘serialnumber‘|head-n1`Disk=`hpacuclictrlallshowconfig|grepphysicaldrive|awk-F[:""]+‘{print$15}‘`#echo$Diski=1;for..
分类:
其他好文 时间:
2014-06-17 17:44:32
阅读次数:
328
对于linux系统硬件信息的查看,主要针对cpu、memory、disk,以及网卡,每一种硬件的信息通常会有多种查看方法。1.cpu查看/proc/cpuinfo文件可查看cpu的详细信息。[root@primary_server~]#cat/proc/cpuinfo
vendor_id :GenuineIntel
cpufamily :15
model :4
modelname :Intel(..
分类:
系统相关 时间:
2014-06-16 18:03:26
阅读次数:
525
01.在服务端创建zabbix组configuration---Templates---createtemplate---TemplateLinux
DiskIO===其中选择组为"Template"在TemplateLinuxDiskIO中创建Discoveryrule:Name:Diskdevice
discovery
Key:custom.vfs.dev.discovery
FilterMacro{#DISK}Regexp@Disk
devicefordiscover..
分类:
其他好文 时间:
2014-06-16 17:00:42
阅读次数:
543
Android4.0设置界面修改总结大概介绍了一下设置改tab风格,其实原理很简单,理解两个主要的函数即可:
①.invalidateHeaders(),调用此函数将重新调用onBuildHeader()来重新读取xml文件中的header,重新刷新HeaderAdapter中的数据,因此刷新了ListView的内容,从而更新了界面。
②.onBuildHeaders()中调用loadHead...
分类:
移动开发 时间:
2014-06-16 14:20:36
阅读次数:
554
1. 文件复制
bool copy (string $source , string $dest ) PHP 4, PHP 5)
header("content-type:text/html;charset=utf-8");
$source_path = "index.php";
$dest_path = "copy_content.php"...
分类:
Web程序 时间:
2014-06-15 14:32:14
阅读次数:
207
//调用
public ActionResult GenerateExcel() {
DataTable headerTable = new DataTable();
headerTable.Columns.Add("Status_Id", Type.GetType("System.String"));
header...
分类:
其他好文 时间:
2014-06-15 10:28:57
阅读次数:
260