由买买提看人间百态

topics

全部话题 - 话题: headers
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
A*******n
发帖数: 625
1
来自主题: Database版 - SSRS 牛人请进
你看这样如何:
1. 算出第一个DataSet的row number: RowNumber("DataSet"), 如果你每页显示20行
的话, 你就可以知道一共多少页,如果计算的结果不是整数,就说明这个table和第二
个个table在同一页 ,那第二个table的header就不显示。
2. 计算第一个和第二个dataset的row number,同样的方法可以知道最后的page
number,用一样的办法判断第3个table的header。
大体思路这样,具体细节可能麻烦一点,不知道可行否,你试试看。
d*******n
发帖数: 109
2
来自主题: Database版 - SSRS 牛人请进
一个Report, 有好几个datasets, 它们的结构大致相似。每一个dataset对应一个
table.
每一个table的row不多,而且一个table不能跨页,这个容易实现,
但是还有一个功能,就是说如果几个tables都在同一个page上,那么只有第一个table
的header显示,其他的在同一page上的table的header就hide。
实在想不出怎么实现,google了也没找到。请牛人指点,谢谢。
A*******n
发帖数: 625
3
来自主题: Database版 - SSRS 牛人请进
你的意思是: 如果在第一页有3个tables(1,2,3),就显示table 1的header, 如
果在第3页有2个tables(3,4),就显示table 3的header...........
是这个意思吗?
A*******n
发帖数: 625
4
来自主题: Database版 - SSRS 牛人请进
你看这样如何:
1. 算出第一个DataSet的row number: RowNumber("DataSet"), 如果你每页显示20行
的话, 你就可以知道一共多少页,如果计算的结果不是整数,就说明这个table和第二
个个table在同一页 ,那第二个table的header就不显示。
2. 计算第一个和第二个dataset的row number,同样的方法可以知道最后的page
number,用一样的办法判断第3个table的header。
大体思路这样,具体细节可能麻烦一点,不知道可行否,你试试看。
d*******n
发帖数: 109
5
来自主题: Database版 - SSRS 牛人请进
我可以把一切都合并成一个dataset,虽然这挺费劲的,不过,下一步如何实现呢? 一
个大的dataset里面分了好些个类别(group),每一个group的数据要在一张page上,如果
换页就要有header,不换页就hide header?
a*i
发帖数: 33
6
来自主题: DotNet版 - 急急急!!!C#问题
In this example(header1.cs), we do several things :
1) Check to see if we are logged in and display links appropriately
2) Check and format date display in header
3) Set the "home" link for the header
- If we find that we are logged in to the system, we want to display
the text "You are logged in"
- If we find that we are not logged in, we want to display the text
"You are not logged in"
- Can you make a recommendation on how we would alter the current
code to accomplish
t********5
发帖数: 274
7
来自主题: DotNet版 - 求救一个小问题
我也认为是button的事件里写的
可是我找不到那个button相关的任何代码
是flash,整个页面主要都是flash的,我以前没接触过flash方面的编程,不知道您有
没有什么猜想,我顺着路子去找一找
table.aspx页面,就是有聊天窗口,有send按钮的这个页面
<%@ Page Title="" Language="VB" MasterPageFile="~/Shared/xxxx.master"
AutoEventWireup="false"
CodeFile="table.aspx.vb" Inherits="VNT_table" %>
"Server">

阅读全帖
k**n
发帖数: 3989
8
你的数据来自service的json的话, 与mvc没有啥关系了。
如果正常mvc+js/json设计是你的json也是你的model, 通过ajax call 返回jsonresult
view,
然后用knockout绑定就行了。
那个header,
实在不行,自己写js把clumn的header的text改了就行了。
k**n
发帖数: 3989
9
你的数据来自service的json的话, 与mvc没有啥关系了。
如果正常mvc+js/json设计是你的json也是你的model, 通过ajax call 返回jsonresult
view,
然后用knockout绑定就行了。
那个header,
实在不行,自己写js把clumn的header的text改了就行了。
s*****m
发帖数: 2024
10
来自主题: EmergingNetworking版 - 怎么绕过proxy,看IP
thanks, i mean anonymous type.
because only proxy has client identity, so destination how to know the client
ip?
the packet should like this
proxy header+client header+others
if destination can get client hearder? thanks
other question
A and B use cterm to MITBBS
A use anonymous proxy to MITBBS, how can B know A 's real IP?
thanks so much:)

proxy
specially
s*****m
发帖数: 2024
11
来自主题: EmergingNetworking版 - 怎么绕过proxy,看IP
thanks, i mean anonymous type.
because only proxy has client identity, so destination how to know the client
ip?
the packet should like this
proxy header+client header+others
if destination can get client hearder? thanks
other question
A and B use cterm to MITBBS
A use anonymous proxy to MITBBS, how can B know A 's real IP?
thanks so much:)

proxy
specially
r*****k
发帖数: 565
12
来自主题: EmergingNetworking版 - python 报文解码问题
这个问题解决了
但是,怎么解读呢?
(69, '\x00,f\x8f@\x00@\x06w.\xc0\xa8\x10\x83')
(211, '\xb82\x85\xd8"\xb8\xf4^\xb38o\x8d\n9P\x18-\xad\xe5\xba\x00\x00hi\r\n')
第一行是ip header
第二行是tcp header + data?
m**t
发帖数: 1292
13
可能great firewall 现在有功能可以 filter http header, header 里有要去的终极
URL。 还是用VPN吧
s*****g
发帖数: 1055
14
来自主题: EmergingNetworking版 - 网络技术问题
Not at all, when the packet is routed, L2 header are stripped, lot of IP
header fields can be changed, router will decrement IP TTL, depends on
configuration, TOS/DSCP bit can be modified, if it is a NAT device, source/
destination IP addresses can be changed, etc, etc, outbound L2 encap can be
PPP, without IP checksum, how does next hop router know the IP packets'
integrity are maintained?
The same argument applies to why we need TCP/UDP checksum, the whole point of layered TCP/IP is that upp
x*********n
发帖数: 28013
15
来自主题: EmergingNetworking版 - Fragment Traffic倒底有多普遍?
PMTU 不是定义一个MTU,是auto discovery,
用一个包发过去,每个interface找,发现比他大icmp送回去,然后找到最小的。
1500是ethernet的default,20 IP header,20 TCP header,最大可用是1460,tunnel
一般要减小一点,vpn都是设成1420的。


.
x*********n
发帖数: 28013
16
来自主题: EmergingNetworking版 - Fragment Traffic倒底有多普遍?
PMTU 不是定义一个MTU,是auto discovery,
用一个包发过去,每个interface找,发现比他大icmp送回去,然后找到最小的。
1500是ethernet的default,20 IP header,20 TCP header,最大可用是1460,tunnel
一般要减小一点,vpn都是设成1420的。


.
c*******u
发帖数: 1269
17
来自主题: Flash版 - A simple problem on Flex
req header:
GET URL HTTP/1.1
If-Modified-Since: date
If-None-Match: tag
User-Agent: xxx
Accept: formats
Cookie: xxx
parameter1:xxx
parameter2:xxx
parameter3:xxx
resq header:
HTTP/1.1 200 OK
Date: date
ETag: tag
Refresh: xxx
parameter1:xxx
parameter2:xxx
parameter3:xxx

in Java, two functions can be used to headle the senario.
conn.setRequestProperty("xxx","xxx);
conn.getHeaderField("xxx);
but in flash/as, i only found
var resp:LoadVars=new LoadVars();
req.addRequestHeader("xxx","xxx");
there
g*g
发帖数: 6908
18
来自主题: Hardware版 - 你们的ASUS WL520gu性能如何?
ack的包比数据包小多了,应该减不到一半,当然加上包间的时间间隔,会消耗不少。
protocol overhead (MAC header+PHY header,preamble之类的)这些都功不可没。

11b
e*i
发帖数: 10288
19
$10-$10 mail-in rebate
local only
MSI 760GM-P23 (FX) motherboard supports AMD AM3+ multi-core processors with
unique L3 cache and delivers better overclocking capabilities. It features
dual-channel DDR3 memory support and accelerates data transfer rate up to
5200MT/s via HyperTransport 3.0 based system bus. This motherboard also
supports AMD CPUs in the new 32nm manufacturing process.
CPU
• 64bit AMD® FX, Phenom II X6/X4/X3/X2, Athlon II X4/X3/X2 and
Sempron CPU.
Please refer to CPU Su... 阅读全帖
p**f
发帖数: 3549
20
来自主题: Hardware版 - Email隐藏发送者IP?
一般发email,接收者都可以通过查看邮件源文件得到发送者的IP。
但我发现,如果email是从iPhone/iPad发出来的,好像没有发送者的IP信息。
请问,这是什么原理,请问有什么办法隐藏发送者的IP么?
比如下面这封邮件的IP显示是:98.139.213.164,是Yahoo的IP,而非发送者电脑IP。
Received: from nm14-vm0.bullet.mail.bf1.yahoo.com (nm14-vm0.bullet.mail.bf1.
yahoo.com [98.139.213.164])
(using TLSv1 with cipher RC4-SHA (128/128 bits))
(No client certificate requested)
by mtaiw-aan04.mx.aol.com (Internet Inbound) with ESMTPS id
for <[email protected]
/* */>;
From: [email protecte... 阅读全帖
O*t
发帖数: 56
21
来自主题: Hardware版 - VMware+Fedora21, tool怎么搞?
kernel header找不到好解决
有些版本的kernel header跟vmware tools不匹配,编译不过。
vmware tools更新又超级慢
t****t
发帖数: 6806
22
来自主题: Hardware版 - VMware+Fedora21, tool怎么搞?
我不知道你怎么搞的, 除了那个vmware tools kernel header的毛病, 我装fedora从来
没这么多问题, 不管是裸机还是虚拟机.
那个kernel header也不是linux的问题, 是vmware的.
你要说小毛病有没有, 那肯定是有的. 比如说vmware里以前某个版本鼠标停在一个地方
连续点, 会错位. 但是把vmware降一版就好了. 比如说最近xorg在vmware里如果把vmwa
re本身的窗口换一下大小, 就不能正确shutdown X. 这个是xorg的问题, 把xorg降一版
就好了.
我说这些的意思是, 你如果跟windows似的有新版本就升, 那就得自己解决问题. 如果没
时间折腾, 就只升security update. 如果还没时间, 就不要用最新的distro, 用稳定的
比如centos. fedora是很上游的distro, 更新很快的. 我一般服务器每次升三个版本,
比如11->14->17->20. 桌面每次升两版, 当然如果有什么需要的feature就直接升, 但是
出的问题就自己搞定呗.
s***a
发帖数: 200
23
来自主题: Internet版 - Cisco VLAN IOS comfig help ...
sorry. actually there is sth wrong with what i said.
you are right.
the cisco access switch will remove the tag before it sends the packet
to the host that connects to the port
add the tag after it gets packets from the host
if you sniff the traffic of NIC of your PC,
layer 2 header will be just
Dest Mac, Source Mac, Type(IP)
if you sniff the traffic of the switch port,
there is extra bytes for VLAN header between eth and IP
ethereal.com will be a good tool when you want to
figure out the detai
a*****a
发帖数: 1085
24
来自主题: Internet版 - table在IE7中显示不正常,何故?
俺在Dreamweaver CS3中插入了一个简单的表格,发现这个表格在IE7显示不正常,在
Firefox中显示正常。出现的问题是,我设定header的高度为150px,但是用IE7预览时
header height grows a lot,在Firefox中则正常。经过试验,俺发现把源文件中的
doctype去掉后,在IE7就显示正常了。请问这是为什么呢?源代码附下:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
http://www.w3.org/1999/xhtml">


test