由买买提看人间百态

topics

全部话题 - 话题: page
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
xt
发帖数: 17532
1
我在web.xml上面设置了对code 500的map:
...

500
faces/error.jsp

然后发现以下问题:
1) 我不能再error.jsp里面用,只能用
否则出错;
2) 如果用,页面在显示的时候在tag的位置上出现
com.sun.faces.saveStateFieldMarker
这到底是什么问题?
j*****8
发帖数: 3635
2
【 以下文字转载自 Programming 讨论区 】
发信人: jingi08 (骑驴中), 信区: Programming
标 题: MVC model 一个page发送请求到多个controller 可能不?
发信站: BBS 未名空间站 (Thu Apr 9 12:36:38 2015, 美东)
比如放两个form在一个page,每个提交到不同的controller
我得理解是如果每次只提交一个form,那可以选择不同的controller;如果两个form共
用一个submit去提交,那就只能去一个controller了,对吧?
s*y
发帖数: 472
3
应该是最新版本的,8.10的。
但是一些比较常用的man page没有
比如man sem_wait,在学校的linux机器上有,但是ubuntu上就没有
不想老是上网找,请问哪里可以下载ubuntu用的man page?
多谢!
t*********3
发帖数: 193
4
因为不会在front page 里面加loop, 就用fortran 自己写了script,然后拷贝到front
page里,结果发现所有的空格都变成了%20, 怎么办啊, 请大家指点一下, 谢谢!
我试了存成unicode, utf-8 什么的都不行。
w********i
发帖数: 244
5
http://www.sitepoint.com/article/build-video-jigsaw-puzzle-flash/
Please loot at the above page . When you click "1477_fig1 (click to view
image)". The picture will pop up and the entire page is masked by gray.
Anyone knows how to make it happen. I want to add this function to my
website. Please help!!! Thanks!!!
t****t
发帖数: 6806
6
对x86来说, 本来CPU的GP fault就没有这个信息.
Page-Fault有一定的信息, 但是通常OS不会pass给用户.

得知到底是引
这个信息,多
g*******y
发帖数: 1930
7
谢谢了。不过我不是想调试,而是想针对不同的page fault改变default处理从而实现
共享内存空间分布
式系统
g*******y
发帖数: 1930
8
implement some kind of invalidation approach similar to the one used for
cache
coherence
a page could be in one of 3 states: shared, exclusive, invalid. state
transition would be stimulated by read/write operation.
X****r
发帖数: 3557
9
来自主题: Programming版 - A question about page table
Right. For example, in i386 page tables have two levels. The
second-level tables only exist for mapped pages.

unless
of
p****o
发帖数: 1340
10
来自主题: Programming版 - A question about page table
these two addresses are pointing to different places.
only mapped pages are in the pagetbl, and page-table is stored in virtual
address space, so process switching is easy: when the base address is
changed, then magically the pagetbl pointer will point to the new pagetbl.
actually, cache is the hard issue while pagetble not of that much.

are
s********k
发帖数: 6180
11
来自主题: Programming版 - linux内存分配中page的几个问题
1.physical contiguous page在virtual address space是不是也是连续的呢?
2.kernel stack,还有slab allocator之类的都要求physical contiguous page,为什
么呢?看到有些资料写的是为了减少TLB的cache之类呢。还有其他原因吗》
s*****w
发帖数: 1527
12
if i open 2 pages in the same browser,
in 1st page i click "button A",
in 2nd i click "button B".
if there have the same session ID, how can i distinguish them ?
(for our backend, there's only 1 pipe from web server to backend, when i get
data back, i need to know where to send the result to ...)
p**5
发帖数: 2544
13
they allow you to see some pages, but not all the pages.
z*****n
发帖数: 7639
14
来自主题: TeX版 - a problem of page layout
Hi,
i use following commands to set the page layout.
well it turned the page landscape, but the contents are
still organized in original direction (from top to down and right to lef
t now). What is wrong?
\documentclass{article}
\usepackage[a4paper,landscape,tmargin=20mm,bmargin=20mm,lmargin=20mm,rma
rgin=20mm]{geometry}
\begin{document}
test it. dflkinf dljfdiljklfdjalksjoio jllkfjdklfjdoio li kfjadklsfjd
\end{document}
T*******n
发帖数: 493
15
来自主题: TeX版 - A quick question about page margin
Check it again. Using the same LaTeX you posted, I get
1.5 inch bottom margin on US letter paper, but about 5.5 cm
bottom margin on A4 paper. Check both the PS file and PDF
file to find out where things went wrong.
If you are not using page footers (I see you are using the
empty page style), you should add \setlength{\footskip}{0pt}
before \usepackage{geometry} to get the bottom margin
closer to 1 in.
s*******y
发帖数: 558
16
现在thesis里面要求的是每一个chapter的第一页page number
显示在中间最下方, 其他页面里面page number显示在页面
右上角。 请问怎么做啊?
谢谢
t********4
发帖数: 14
17
来自主题: TeX版 - page number问题
% abstract
\renewcommand{\abstract}[1]{
\setboolean{chapteronrhs}{false}
\chapter*{\abstractname}
\setboolean{chapteronrhs}{true}
\thispagestyle{empty}
#1
}
这个是对地
然后
% roman numbering until \startchapters issued
\pagenumbering{roman}
% user defined headings
\pagestyle{fancy}
这个是chapter之前的
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
% command to ensure on a right hand page but use blank left page
% rather than one with he
j******a
发帖数: 1599
18
来自主题: TeX版 - Beamer - Page number problem
I have a very long talk with some extra pages added at the end of the slides
just in case ppl ask detailed questions. However, I don't want to count
them in the total number of the slides, so that ppl won't be bored by so
many pages from the begining.
Any suggestions?
f*******y
发帖数: 45
19
写thesis,模版里自动将page number有时放到页面右上方,有时放到页面下方。 现在
我要将所有的page number都放到页面下方中间位置,怎么办呀?
很着急。
本人很穷,第一个帮忙解决问题的给一个包子。以示感谢。
g****e
发帖数: 172
20
in title page, The title should be centered 2” from the top of the page.
how to do that?
D**o
发帖数: 2653
21
来自主题: TeX版 - 怎么阻止不必要的page break
文章里当一个section写完后比较靠近页面底部时,LaTex会自动来一个page break,
让接下来的section title出现在下一页的开头,这样前一页就留有三四行的空间。
怎么阻止这里的page break? 多谢。
w**n
发帖数: 88
22
4G just means your system is a 32-bit addressing system (2^32 is maximum
integer you could get for memory size), the real limit is the
actual amount of memory (maybe + swap ) in your system
I don't know your motivation of tracking page fault, in most cases page
fault is handled in kernel concept without any signal triggered unless
the memory is ill addressed (SIGSEGV).if you want to handle SIGSEGV, just
write your own signal handler for the process.
f*******n
发帖数: 12
23
来自主题: Windows版 - How to number the pages in Word files
I have a quastions about page numbering in Word:
I want to use Roman number for the first several pages (abstract, contents,
etc) and Arabic numbers for the body of text. Each starts from one. How can
I realize this in MS Word?
Thanks.
q**x
发帖数: 1636
24
来自主题: Windows版 - 求助!为什么home page总是google?
即使我把它改成blank page or other pages
下一次还是google. 怎么办?
f*********r
发帖数: 242
25
【 以下文字转载自 Living 讨论区 】
发信人: fourwheeler (大力士), 信区: Living
标 题: 借人气问:怎么改page file location
发信站: BBS 未名空间站 (Sat Oct 17 18:02:54 2015, 美东)
有一个win 8的板子,主ssd上没地方了,插了个SD卡,认出来了,做了D盘,可是,无
论怎么设虚拟内存的page file都在C上。咋办啊?
[发表自未名空间手机版 - m.mitbbs.com]
c***u
发帖数: 730
26
【 以下文字转载自 Programming 讨论区 】
发信人: cungu (cungu), 信区: Programming
标 题: 问个简单的excel insert blank page的问题
发信站: BBS 未名空间站 (Thu Feb 19 09:24:06 2009)
一个spreadsheet,我需要把每个人单独打一页。而且每个人的row不同.
我现在用的方法是在每个人后面手动加上blank page.但是几百号人呢。。。
所以上来问问有没有其他简单的方法

M****e
发帖数: 70
27
来自主题: Biology版 - Re: 怎样调整gel,走好SDS-PAGE?
throw in a couple of points:
when you run an SDS-PAGE, you try to fractinate the protein
by the matrix of acrylamide. so the qualities of both the
gel and the samples are important to determine migration.
basically, do not use gels that have been stored for a long
time, use fresh AP and high-quality of acrylamide to make a
PAGE gel, giving long time for the bottom separation gel to
polymerize; or, just buy a commercial gel from BioRad, either
non-gradient or gradient (this one seems to be better
i********e
发帖数: 50
28
来自主题: Biology版 - 请教native page
有个超大蛋白,单体为550Kda, 细胞里是tetramer。想看一下转基因表达后的状态,是
monomer/dimer/tetramer.请问除了native page还有什么方法能够鉴别或者比较
monomer/tetramer?
native page用了basic-native gel protocol。做western blot的话,使用的抗体和
monomer或tetramer结合的效果会有差异吗?比如monomer的结合效果好,band清晰。抗
体和tetramer 反应弱,看不大出来band?
比较奇怪的是,6%的胶跑3个小时和6个小时的结果不一样。难道6个小时后所有的蛋白
跑出去了?不应该啊.
求高人指点。
i********e
发帖数: 50
29
来自主题: Biology版 - 请教native page

有抗体,western 没问题。问题是要鉴别是monomer还是tetramer.SDS-PAGE是变性蛋白
,出来的都是monomer了。实验目的是确定蛋白的状态,目前只想到native page 和gel
filtration.
谢谢你关于柱子的建议,打算试一下。可是出来的fraction还是需要别的方法来确定到
底是monomer或tetramer吧。就算出来2个peak,怎么能说是2种不同状态呢?
C*******e
发帖数: 4348
30
来自主题: Biology版 - ask for a Native PAGE gel protocol !!!
没什么特殊的,就是配胶、跑胶还有样品里都不SDS而已
如果要跑blue native gel,搜invitrogen的Native PAGE
如果你的蛋白complex有奇怪的pI
那你就需要别的native方子了
Acetate-Alanine PAGE或者MOPS-Histidine的

share a
s******y
发帖数: 28562
31
来自主题: Biology版 - 有人用过碱性urea PAGE么?
Native PAGE 跑出来的东西有点看运气。因为和蛋白的构型和聚合状态有关。
磷酸化的带不一定就是高带或者低带,urea PAGE 在原则上来说分析率应该
很高的,电性有什么风吹草动应该都能看出来。
不过,还是谢谢你贴的文章。
p****p
发帖数: 3360
32
来自主题: Biology版 - 有人用过碱性urea PAGE么?
跑胶需要那么长时间的话,应该可以降低胶的浓度吧。
用普通Native PAGE加urea有什么问题么?核酸电泳用不用urea的PAGE都是一个配方。
m**********d
发帖数: 137
33
来自主题: Biology版 - 关于做SDS-PAGE的acrylamide
感兴趣的蛋白大概110KDa,phosphorylated form与unphosphorylated form共存,我用
的antibody两个都识别,SDS-PAGE能看到很近的两条band,上面的是phosphorylated
protein,下面band是unphosphorylated protein。
现在用30% acrylamide(37.5:1)做的8%SDS-PAGE, film看起来有些模糊,想问问如果
改用40%acrylamide (29:1)会有帮助吗?有啥建议能增加对着两个band分辨率的方法么
多谢
v********a
发帖数: 646
34
把不同的蛋白样品定量后,load相同量的蛋白样品做Western Blotting,但是出来结果
,总是出现loading control 的量并不一致,有的多,有的少。非常苦恼。
请问:如何能作出loading control 一致的Western Blotting?
知道这个问题很low,但乡下人就是这么菜。恳请达人指教诀窍:怎样处理组织或者细
胞样品,从而使SDS-PAGE上样量一致?谢谢。
我的方法:
细胞或组织用RIPA裂解
超声3次,15s on/15s off
离心12000rpm,取上清
将上清做2x梯度稀释,然后用bca kit测定浓度
取相同量的蛋白跑page
转膜,wb
y*****y
发帖数: 1208
35
<<<<<<< Please visit and like our facebook page >>>>>>>
https://www.facebook.com/AgainstAA
Rich content with weekly updates so check back often!
For instance, added The Daily Californian Column - The Ivy League’s Asian
problem BY JASON WILLICK | SENIOR STAFFLAST UPDATED FEBRUARY 11, 2013
"Ivy League colleges’ current mechanism for using racial preferences is
infuriating. At the very least, admissions offices should admit that they
disadvantage members of some races and favor members of other rac... 阅读全帖
s****d
发帖数: 69
36
Could anyone be so kind to tell me what is standard page setting in order to
correctly predict if PS fits into one page? Is it 0.5inch or 1.0 inch in
all directions (header,bottom, left, and right side) and what is paper side
that PD use to read our PS (A4 or letter).
a***r
发帖数: 146
37
1. click >Insert>Page numbers
2. double click the page number row, you should see a toolbar "header and
footer" to pop up, with that toolbar, you can do lots of things.
b**********e
发帖数: 22
38
来自主题: Statistics版 - how to create page x of y in SAS
如题。请问在SAS里怎么样可以做出current page of total page 格式? 谢过。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)