k****i 发帖数: 128 | 1 为什么webserver和aggregator要分开而不是在同一个server上? |
|
w**z 发帖数: 8232 | 2 没听说过有人动态scale C*. autoscaling 适合 webserver which doesn't have data
on it. each node is the same. C* is different, it is a database, much more
complicated. |
|
a******e 发帖数: 82 | 3 哇塞,很久没见过这么认真讨论问题的人了。一定要回复你一下。
很多年前搞过一个类似的系统,只不过local server是单片机,sensor是最简单的chip。
看了下需求,很清晰明了,各个layer decouple的很好,基本上一句话了,想怎么玩怎
么玩。从sensor到local server的通信这个版上的人大部分不懂,你自己搞好就行。从
local server到host的通信,这个比较主观了,个人建议json/rest 就足以了。必要的
时候可以自己在UDP上写个小protocol用。
到host端,尼玛真是想怎么玩怎么玩,神马db,webserver随便吧。这个板上的大神们
已经各显神通了,我这方面经验不足,不太了解。
关键的local server端,这个其实也是很subjective,我有些based on practice的经
验,统一回复:
--------------分割线---------------------
看了大家建议受益匪浅:现在关键好像集中在local server上,local server我主要想
这几个需求
1. 有一个lib 把senso... 阅读全帖 |
|
w**z 发帖数: 8232 | 4 现在的标准做法是设vpc, 和subnet. 把rds ,webserver啥的放在不同的subnet, 安
全控制有保障。aws有很好的文档解释。 |
|
s*****w 发帖数: 1527 | 5 有多少达标的
We are looking for an experienced technical expert who can help deliver
industry leading solutions. This is a hands on position where you will be
asked to do everything from leading projects, developing software, mentor
other engineers and technicians, writing technical documentation to help
resolving customer issues. You need to not only be a top software developer
with a good track record of delivering quality software, but also excel in
communication and leadership. This is a great opp... 阅读全帖 |
|
b******t 发帖数: 9 | 6 algernon三年四百多个星的野鸡库也敢用
想用go webserver, 试试caddy |
|
b******t 发帖数: 9 | 7 algernon三年四百多个星的野鸡库也敢用
想用go webserver, 试试caddy |
|
j*****o 发帖数: 320 | 8 不是入侵,而是尝试。这个攻击对Unix对Unix/Linux下webserver无效。 |
|
c*****s 发帖数: 385 | 9 Mine is Linux, so don't need to worry about. Hackers are so
quick; I just opened 80 port last night, they attacked me
this morning!
Any one has good ideas to maintain a webserver?
-0500] "
/default.ida?NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
NNNNNNNNN%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3% |
|
t**l 发帖数: 577 | 10 【 以下文字转载自 Internet 讨论区 】
发信人: teil (有根菩提), 信区: Internet
标 题: 急问一个网页打不开的server问题
发信站: BBS 未名空间站 (Fri May 28 16:34:34 2010, 美东)
一个小网站,直接用的WindowsXP下 IIS 的 webserver
如果敲进全文件名 e.g. http://www.test.com/index.html 网页打开没问题
但是如果只敲入网址 http://www.test.com/ 就打不开homepage?
另外的文件下载什么都没有问题
查了firewall, 80号端口是开的再说如果敲index.html确实是可以打开的?
试了其他几个允许的 index. 格式,还是一样,一定得把文件名敲进去才行
哪位高手给个说法,谢谢谢谢! |
|
o******n 发帖数: 25 | 11 In unix how does the system keep track of your installation
history so that you cannot install the expired shareware again?
It's kind of mystery, because I can see all the changes
when installation is done. Is there any hidden files or logs left
when I remove the whole shareware package (e.g., java webserver)? |
|
b****e 发帖数: 985 | 12 【 以下文字转载自 BuildingWeb 讨论区 】
【 原文由 bmouse 所发表 】
哪位大虾给推荐推荐?
有谁用过sun的java webserver,感觉如何,介绍介绍?:) |
|
l**d 发帖数: 110 | 13 【 以下文字转载自 Java 讨论区,原文如下 】
发信人: lapd (震碎一地的美丽), 信区: Java
标 题: question on Javascript..sorry.
发信站: The unknown SPACE (Tue Nov 28 02:51:23 2000) WWW-POST
sorry..i don't know where to ask such question..
the same code:
document.write("Last updated on"+document.lastModified+".")
if source file put into my apache webserver, it will display
correctly in Netscape browser the time of last modified.
but if i put source file to www.tripod.com , it won't
display correctly in Netscape browser though it disp |
|
w*****n 发帖数: 94 | 14
Use a normal user account to login from remote, and su to root
for sysadmin.
For security reason, ssh is highly recommended. With ssh, you
can directly login as root.
Let you registed domain name pointing to your current IP or
original FQDN. Setting up DNS server. Setting up webserver.
Just configured sendmail for a fresh install of solaris 2.8
in i386.
The only thing I need to do is change the smart relay host.
Find the line in /etc/mail/sendmai.cf, and begins with DS.
kill -1 |
|
z*******w 发帖数: 79 | 15 Easiest way:
go to http://www.sunfreeware.com/ and download pre-compiled apache.
or go to www.apache.org download the source and compile it.
Sigh. Why people don't go to google do the search first before asking
the question? |
|
t*******e 发帖数: 141 | 16 it tried to see if your webserver has holes. |
|
t*******a 发帖数: 22 | 17 Check if your webserver use cgiwrap or not. Usually
should work.
With cgiwrap, it's gonna be different. |
|
g****n 发帖数: 3370 | 18 XP下共享文件是做的比较差。
其实你下一个mini webserver,用HTTP传文件可能更方便。 |
|
t**l 发帖数: 577 | 19 【 以下文字转载自 Internet 讨论区 】
发信人: teil (有根菩提), 信区: Internet
标 题: 急问一个网页打不开的server问题
发信站: BBS 未名空间站 (Fri May 28 16:34:34 2010, 美东)
一个小网站,直接用的WindowsXP下 IIS 的 webserver
如果敲进全文件名 e.g. http://www.test.com/index.html 网页打开没问题
但是如果只敲入网址 http://www.test.com/ 就打不开homepage?
另外的文件下载什么都没有问题
查了firewall, 80号端口是开的再说如果敲index.html确实是可以打开的?
试了其他几个允许的 index. 格式,还是一样,一定得把文件名敲进去才行
哪位高手给个说法,谢谢谢谢! |
|
b****e 发帖数: 1275 | 20 i haven't done it myself.. but i think the solution is to
put such an icon file under the root directory of the
webserver and name it specifically to something.. can't
remember le :) a small trick er yi |
|
h******b 发帖数: 312 | 21 从论文角度讲:
1。要实际,你最多只有1年(master),2-3年(phd);
2。还是要实际,你需要找老板或你周围人能够帮你的领域。you will need advise, if
nobody around you knows anything about what you are doing, drop it. 当然,如果
你很牛,可以独立开拓,那就是另一回事儿了。
从课题角度讲:
1。bioinformatics的题太多了,去bioinformatics.org看看,做的东西五花八门,这方
面的paper也是满天飞。还是那句话,你要找的是你能在你周围得到advise的。
2。题大体分三种:
1. tool or webserver or database
2. algorithm development and implementation
3. research or data analysis (evolution and phylogenetic, genomics,
structure informatics, and other system |
|
c*******d 发帖数: 192 | 22 Editor's email (part)
We are notifying you about your recent XXX paper, on which you are a co-
author. For each manuscript, we
are asking all authors to verify their authorship, agree to our requirements
regarding the availability of data
and materials, and note any potential conflicts of interest. We must have
this information in order to accept a
manuscript.
Is this pre-review or post review? Is it positive result?
I login to their webserver and one of the incomplete task is asking for
upload... 阅读全帖 |
|
j****x 发帖数: 1704 | 23 这个实在太多了,商业软件例如DNASTAR,NextGENe,CLC,Genomatix等等都有比较成
熟的模块,界面也相对友好,价格自然不菲。
免费软件更是层出不穷,PeakSeq,F-Seq,USeq,CisGenome,ChromaSig,ChiPDiff,
MACS,SISSRs,ChIP-Seq Simulator,QuEST,FindPeaks,GLITR,WTD/MSP/MTC,
ERANGE3,都出生名门,还有一堆基于R的代码就不提了,自己去看paper吧。
新手的话,个人推荐CisGenome,功能强大,也不用自己编译调试,或者webserver比如
ChIP-Seq Tool Set(http://havoc.genomecenter.ucdavis.edu/cgi-bin/chipseq.cgi);
ChIP-Seq Analysis Server(http://ccg.vital-it.ch/chipseq/),在线分析,省心省力。 |
|
j****x 发帖数: 1704 | 24 推荐Partek Genomics Suite,个人认为是目前最好的高通量数据分析软件:跨平台,
能够整合分析各类芯片及NGS数据,下游扩展也很丰富。不过软件卖的比较贵。
如果你对bioinformatics及其相关软件不是很熟悉,那么不建议从原始数据开始处理。
通常一般从公司或者core facility拿到processed data之后,那么可以尝试使用一些
现成的webserver,比如:
MicroRNA and mRNA integrated analysis (MMIA): a web tool for examining
biological functions of microRNA expression
Nucl. Acids Res. (2009) 37 (suppl 2): W356-W362.
http://129.79.244.122/~MMIA/
.
!! |
|
j****x 发帖数: 1704 | 25 类似JBC的老牌杂志,因为每年2期database/webserver issue,IF保持的不错,但要说
top怕是力有不逮。当然了,top也分top10,top20,top100... |
|
j****x 发帖数: 1704 | 26 你说的没错了。
传统意义上的“干湿”实验分类,其实原本是指,做计算(算法/建模)和数据分析的
为干,做实验产生数据验证猜想的为湿,并不是LZ这里的分法。当然,生物信息可以泛
泛的分为“理论”生物信息学,着重于新算法新模型的建立;以及“应用”生物信息学
,直接面向生物数据解决具体问题,但实际中二者之间并没有泾渭分明的界线分野,很
多时候都是交叠的,比如构建生物信息各种Database/WebServer(参考每年NAR
special issues),这些工具其实是连接干湿实验和CS/BIO人士的重要方式/手段,也
是当今生物信息学发展的核心组成部分之一。
至于LZ这里所说的“湿”,也就是运行软件分析数据产生结果,实际上是属于生物信息
学服务的范畴(而非生物信息学研究本身),可以由Core facility或者生物信息服务
公司完成,而更多时候,是由具备一定软件操所常识和自学能力的(原本)湿实验者来
完成。各生物信息商业软件公司的目标之一,自然就是将这一门槛降到尽量低从而产生
尽可能大的客户群,那么一个好的GUI和一个方便有效的Q&A/help系统,就是必不可少
的了。这块随着生物信息学... 阅读全帖 |
|
j****x 发帖数: 1704 | 27 做single mutation完全不需要什么kit,在QuikChange的webserver上设计好primer,
拿Phusion/Q5 PCR出来,DpnI消化一下直接转化即可。phusion/Q5比他家kit里面提供
的polymerase好用不少。 |
|
|
B*********h 发帖数: 800 | 29 比较小的讲义或电子书可以用分档附件的形势发到版上。WinRAR就可以很好的完成这个分档压缩任务。本站附件大小限制为1MB.
比较的的文件,可以用下列网站共享,然后发贴公布共享地址。我会备份所有公布的材料,然后整理列表。
http://www.mega-file.net/
Zip / Rar files upto 150 MB can be uploaded.
After uploading files, you are given download links, file remove link, and
option to email the links. Hosted files are stored on a networked cluster of
dedicated servers, and not removed from the webservers unless not used for 30
days (not downloaded).
http://www.filespoint.com/
"Files Point" is a simple free file hos |
|
z****e 发帖数: 54598 | 30 1. money
r u gonna pay for my SAS?
2. integration
how to integrate SAS to existed other systems?
e.g. i have a database called firebird, how can u get the data from firebird
and input those data into SAS?
3. other services
using SAS as my only appserver? i dont think so
it sucks in terms of being as a webserver or appserver
i want much more than that
4. third party support
tell me if i want actuary package, where i can find the package for that?
or other packages like finance package?
5. mac ver... 阅读全帖 |
|
s******r 发帖数: 1524 | 31 1. money
r u gonna pay for my SAS?
Company should pay for it unless you do your own research. I do not have SAS
installed on my personal computer.
2. integration
how to integrate SAS to existed other systems?
e.g. i have a database called firebird, how can u get the data from firebird
and input those data into SAS?
SAS support lots of system, like orale, teradata, sql server, DB2. If it is
a company database, there should be some engine to handle it. For very
unpopular database, I do not want to... 阅读全帖 |
|
k**g 发帖数: 67 | 32 hmm, this attack's html header was really sent from the good user's browser.
can the webserver modify the good user's html header? |
|
c********g 发帖数: 1173 | 33 【 以下文字转载自 Programming 讨论区 】
发信人: cosmorning (Sleeping pig), 信区: Programming
标 题: Re: 做自己项目做的我一个郁闷,过来聊聊散心
发信站: BBS 未名空间站 (Fri Mar 7 13:13:37 2014, 美东)
没错,就是这么回事。lean startup大家都知道,可直到自己做的的时候才知道有多难
。比如我们做的的时候,觉得social share必须要有--没有social share我们怎么传播
;觉得social feature比如follow必须要有,我们是个social product,怎么能没有
follow。比如push notification必须要有,否则怎么engage user。比如server必须要
在AWS上,否则火了怎么scale。比如mysql和webserver之间必须要有cache,否则也不
能scale。要有search,否则用户找不到想要的东西。
后来发现这些东西都应该没有--不是可以没有,是应该没有。道理大家都知道,但是自
己不亲身经历一遍就不知道dro... 阅读全帖 |
|
k****t 发帖数: 2288 | 34 哎,怎么都弄不work,
cherokee上的教程太老了,而且很不详细。
准备在神座上安装arch linux做asterisk server和简单blog的webserver。 |
|