由买买提看人间百态

topics

全部话题 - 话题: urls
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
k**n
发帖数: 3989
1
cookie里的数据本来就在客户端, 把服务端的数据搞出来才是hack.
服务端本来就可以支持form post与url 两种参数方式。
防XSS简单的来说就是在服务端入手,验证所有用户输入的数据,不要把用户输入不经
处理就显示在页面上。
c*********e
发帖数: 16335
2
来自主题: Programming版 - web services和POST 到url有啥区别?
比如我用post 把参数送到一个url, 比如http://www.mysite.com/report/index,
通过report controller里的这个index method拿到我要的数据。
用web services,也是post参数到server,然后拿到我要的数据。
这2种方法有啥本质区别吗?拿数据,不用web services照样可以啊。web services的
优点到底在哪呢?
L*1
发帖数: 11537
3
来自主题: Programming版 - web services和POST 到url有啥区别?
Web service (比如REST)可以specify return type(比如JSON, text/plain, text/
html),但普通URL有限制。
L*1
发帖数: 11537
4
来自主题: Programming版 - web services和POST 到url有啥区别?
http协议本身允许各种返回类型,但普通web server,你可以让一个url xyz返回plain
text或html,但没法同时做到两者都返回。REST web service可以做到,这就是区别。
L*1
发帖数: 11537
5
来自主题: Programming版 - web services和POST 到url有啥区别?
REST可以做到同一URL因为返回类型不同返回完全不同的内容 -- 不用我来证明。
REST本来就是在http协议基础上实现的,当然本质上说是一样的 -- 不一样才怪!
这方面REST的好处就是提供了比较方便的方法做到。普通web server要更改
configuration,重新启动。
c*********e
发帖数: 16335
6
来自主题: Programming版 - web services和POST 到url有啥区别?
最近在做网页,发现web services提供的东西,用web app的post到一个url一样可以实
现。web services唯一的不同,是不必提供一个gui,不用提供一个网页来使用它。那,
web application里面也可以写一个method,返回json,一样也可以不必提供一个gui啊。
貌似唯一的区别,web services在使用时的authentication,好像和web app的
authentication不一样。web app你在log in page登录之后,就可以用web app里的任
何method了。但是,web services,你每次用它的method,都要authenticate,每次都要
post给它你的username, password或者其它验证信息,比如cookie, session id,
token.
m*****k
发帖数: 731
7
来自主题: Programming版 - web services和POST 到url有啥区别?
why not?
at server side, it is just a matter of picking your selected starting point
from the movie.
1 example is we specify the start time as a query param in the url
g*****g
发帖数: 34805
8
来自主题: Programming版 - web services和POST 到url有啥区别?
web service跟post到一个url本来就都是web protocol上的实现。SOAP就是全都是post
。REST才用GET/PUT/DELETE.
至于REST跟SOAP的对比,随便狗一下都有,我就不多说了。

啊。
A*******e
发帖数: 2419
9
说起来是很牛逼的web架构,本质上不就是在url里嵌入可读的查询串?看起来是很简单
的想法啊,而且有两大缺点:
1. 泄密。
2. 串可能很长。
我是不是漏了什么。
c*********e
发帖数: 16335
10
那怎么还有这样的url? routing的rules是什么?哪个是controller,哪个是action?
http://www.mitbbs.com/mitbbs_postdoc.php?board=Programming&reid
t********k
发帖数: 808
11
来自主题: Software版 - Re: Project URL Snooper 问题
you are great
it works now
thank you very much
BTW,can URL snooper get real address from a wmv file
showing in Windows Media Player?
like:http://wmt2.aboutmedia.com.tw/Aboutmedia/warner/mtv/naying-021017_01v_120k.wmv
this file only have 94 byte,but it contains all MTV
anyway, Project URLsnooper 1.1 can not work under w2k though
i install winpcap.exe. so i have to use version 1.06
why?
WB
发帖数: 170
12
一些敲错的url
ibn。com
每次都是ibn比ibm先出来
a****e
发帖数: 40
13
try
\usepackage{url}
or
\usepackage{http}
dont remember which one to use though.
b*********n
发帖数: 173
14
来自主题: TeX版 - natbib - URL question.
把你老板的文件做一个拷贝。把拷贝中的url删掉。引用拷贝文件
k**m
发帖数: 222
15
例如 \url{verylongstuff}
请问有没有办法自动换行?
g*********r
发帖数: 124
16
\usepackage{url}
T*******n
发帖数: 493
17
Right, described on page 4 in
http://tug.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf
If hyperref is not being used, then read the notes at the end of
url.sty.
T*******n
发帖数: 493
18
Can you give more details? What .bst file are you using? Are you using
hyperref.sty or url.sty? What do you want to change about the font?
The family, shape, weight?
s*********g
发帖数: 1107
19
你说的太高深了,我还只是菜鸟呢,呵呵
我沿袭了师兄的论文模版,用的是apsrev.bst,其他的不知道。
不过我自己试了试,发现可以改动bib文件,原来的webpage里面Url={.....}改成Title
={.....}就可以和其他的title一样字体了。还没试过其他的。不知道这样子是不是太
土了?请高手指教。谢谢!
o*********e
发帖数: 2452
20
俺想加一个纯电子链接作引用,没有作者和标题的。用了以下的语句,结果引用的括号
里出来的都是问号。请问高手们俺错在哪里啊?还是要用特别的package? 多谢多谢。
。。
@misc{DGdotcom,
author = "",
title = "",
URL = "http://www.distributed-generation.com",
};
l********s
发帖数: 358
21
我在Biblion中是
@misc{2008a:fpga_arch,
title = {{FPGA} Architecture for the Challenge},
howpublished= {\url{http://www.eecg.toronto.edu/~vaughn/challenge/fpga_arch.html}}
}
但是那个链接太长了,而且不能自动换行,请问要怎么改比较好
e*******r
发帖数: 27
22
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: evernever (never), 信区: Programming
标 题: How to get current url in coldfusion
发信站: The unknown SPACE (Mon Feb 24 02:41:45 2003) WWW-POST
thx.
e****o
发帖数: 165
23
来自主题: Science版 - 求 三篇文章 已经给出了url
【 以下文字转载自 Physics 讨论区 】
发信人: enrico (enrico), 信区: Physics
标 题: 求 三篇文章 已经给出了url
发信站: BBS 未名空间站 (Thu Nov 30 07:44:29 2006), 转信
我的信箱k*********[email protected]
非常感谢!
> 1. Journal of the Physical Society of Japan Vol. 50 No. 4, April,
> 1981 pp. 1375-1382 <http://jpsj.ipap.jp/link?JPSJ/50/1375> :
>
> *Numerical Analysis of Current-Driven Instabilities for Large
> Drift Velocities in a Magnetic Field *
> Osamu Mitarai and Yoshinobu Kawai
>
> 2. Journal of the Physical Soc
K**W
发帖数: 6346
24
The following error was encountered while trying to retrieve the URL:
http://www.mitbbs.com/mitbbs_bbs.php
Unable to forward this request at this time.
This request could not be forwarded to the origin server or to any parent
caches. The most likely cause for this error is that the cache administrator
does not allow this cache to make direct connections to origin servers, and
all configured parent caches are currently unreachable.
c***z
发帖数: 6348
25
来自主题: DataSciences版 - [Data Science Project Case] Parsing URLS
This is something I am working on and would like to hear if you have any
clue.
Say we have millions of product names, such as "Xbox 360", "Playstation 4",
etc.
We want to extract (tokenize) meaningful information from billions of URLs (
click history), and want to distinguish the 360 in "Xbox 360" (useful) and
the 360 in session ids (garbage).
For example, given
www.amazon.com/nike/running-shoes%09mens/buy?q=abc&x=123&ref=hello%09there
The first 09 is size (keep) and the second 09 is garbage (dr... 阅读全帖
r*******y
发帖数: 626
26
来自主题: DataSciences版 - [Data Science Project Case] Parsing URLS
One way is to establish a clickstream, which leads to a sale. From the item
sold, make sense of URLs clicked during the process.

,
(
b**L
发帖数: 646
27
来自主题: DataSciences版 - [Data Science Project Case] Parsing URLS
running-shoes%09mens 不是size9, %dd 是ascii码
所以用regex 应该很容易parse 这些url
c***z
发帖数: 6348
28
来自主题: DataSciences版 - [Data Science Project Case] Parsing URLS
谢谢大家的input,我确实对url不熟,呵呵,还是要多多学习啊
c***z
发帖数: 6348
29
来自主题: DataSciences版 - [Data Science Project Case] Parsing URLS
Ah, I just realized that I know too little for URL parse, I will ask the
engineers so that I can ask the question more intelligently.

ref
h*d
发帖数: 19309
30
来自主题: _LiangYing_1版 - zz url·7月4日小白去沈阳奥体?
url·7月4日小白去沈阳奥体?
发信站: 水木社区 (Tue May 22 17:47:02 2007), 站内
http://post.baidu.com/f?kz=204263920
d*****r
发帖数: 39446
31
【此篇文章是由自动发信系统所张贴】
url 已经成为本俱乐部的正式成员, 特此通知.
b****e
发帖数: 1275
32
i use phpbb to create a forum.. yet every time an anonymous guest visits,
his url has a session ID appended to it.. i edited sessions.php like some
forums suggested but didn't work :(
has anyone done this successfully?
k***e
发帖数: 556
e*******s
发帖数: 1067
34
文学城影音空间的影音档案只能透过在文学城发帖来欣赏收听 - 请勿将上传之後返回
档案连接的URL直接贴在浏览器位址栏, 文学城不允许此种方式的连结
文学城影音空间的影音档案只能透过在文学城发帖来欣赏收听 - 请勿将上传之後返回
档案连接的URL直接贴在浏览器位址栏, 文学城不允许此种方式的连结
文学城影音空间的影音档案只能透过在文学城发帖来欣赏收听 - 请勿将上传之後返回
档案连接的URL直接贴在浏览器位址栏, 文学城不允许此种方式的连结
文学城影音空间的影音档案只能透过在文学城发帖来欣赏收听 - 请勿将上传之後返回
档案连接的URL直接贴在浏览器位址栏, 文学城不允许此种方式的连结
文学城影音空间的影音档案只能透过在文学城发帖来欣赏收听 - 请勿将上传之後返回
档案连接的URL直接贴在浏览器位址栏, 文学城不允许此种方式的连结
文学城影音空间的影音档案只能透过在文学城发帖来欣赏收听 - 请勿将上传之後返回
档案连接的URL直接贴在浏览器位址栏, 文学城不允许此种方式的连结
文学城影音空间的影音档案只能透过在文学城发帖来欣赏收听 - 请勿将上传之後返回
档案连接的URL直接贴在浏览器位... 阅读全帖
D*********n
发帖数: 674
35
Currently, we do not have a BMW Service Center enrolled in our Parts,
Service and Accessories Program. In the meantime, we've provided a list of
participating manufacturers in your area that currently offer Costco members
a discount of 15% off toward parts, service and accessories.
[url=]Acura[/url]
[url=]Buick[/url]
[url=]Cadillac[/url]
[url=]Chevrolet[/url]
[url=]Chrysler[/url]
[url=]Dodge[/url]
[url=]Ford[/url]
[url=]GMC[/url]
[url=]Honda[/url]
[url=]Hyundai[/url]
[url=]Jaguar[/url]
[url=]Jee... 阅读全帖
x*****u
发帖数: 3419
36
来自主题: _Kindle版 - 10 本 O'Reilly 出版的免费好书z
http://oreilly.com/openbook/
10 本 O'Reilly 出版的免费好书
在维护 [url=http://linuxtoy.org/]LinuxTOY[/url] 之余,我总是会看一些书籍来充实自己。然而现如今许多书籍价格
高昂,常常令囊中羞涩的我退步三舍。幸运的是,在网络冲浪的过程中,我遇见了一些
真正免费的好书。我想,这些书
值得推荐给喜好读书的朋友。本文将与各位分享 10 本由知名计算机图书出版公司
[url=http://oreilly.com/]O'Reilly[/url] 出版的免费好书,这些书或采用开放图书许可,或遵从创作共用协议,没有任
何版权问题,大家可放心阅读和下载。提醒一点: 点击书名即可进入该书的下载或阅
读页面。
[url=http://oreilly.com/catalog/linuxdrive3/book/index.csp]Linux Device Drivers[/url]
by Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman
[url=http://union.... 阅读全帖
w******t
发帖数: 16937
37
来自主题: Living版 - 想设计个logo
分特,想看专业的?
看这个。声明:因为网络安全原因,我删去了一些必须删去的内容。
http://schema.org/WebPage">Google