|
|
|
|
|
|
|
f****t 发帖数: 2724 | 8 掏出俺的蛤蟆绿春田1911, 朝天啪啪啪打出5个大字, 此篇谨献给勇敢的菜鸟XXX(名
字自己填)。
菜鸟在学习完枪支的基本知识, 经过紧张刺激的实弹射击之后第一个问题就是要买一
把属于自己的枪。 这个问题800个人有800个答案。 这里俺就我粗略的研究总结出来
的几款适合加州菜鸟的枪支选择。
先将一下买枪必备的条件。
1. 要考过Firearm Safety Certificate (FSC) 具体要求见下面。 最基本的安全
知识, 每个人都应该好好看。25块钱,考完当场给一个很山寨的证书,手写的, 5年
有效。 可以去任何卖枪的地方考, 包括BIG 5 等等。
http://oag.ca.gov/firearms/fscinfo
2. 买枪, 推荐网上买,http://www.slickguns.com/ 这个网站找Deal吧。枪只能寄到FFL那里, 然后去取。FFL会收费,现在一般大约75块钱包括DROPS费用。
3. 取得时候要做Background Check,教25块钱, 然后等10天。证件包括驾照,绿
卡,Utility Bill 等。(H1B, F1... 阅读全帖 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
b*****e 发帖数: 14299 | 35 ☆─────────────────────────────────────☆
tyning (Mens et Manus) 于 (Mon Aug 13 12:51:43 2012, 美东) 提到:
SMP-N200,tax holiday在target买的,结果回来一看amazon还便宜两块钱。
so far还不错,现在似乎正在降价,比同样功能的Roku XS便宜一半。
试了试,放amazon的instant video,家里pogoplug上的视频还有windows上共享的视频
都还不错。
☆─────────────────────────────────────☆
skydive (跳跳~~修竹凝妆,垂杨驻马) 于 (Mon Aug 13 13:11:53 2012, 美东) 提到:
现在在用roku + apple TV
device的钱是小意思,关键是要支持 Amazon Prime + Netflix + youtube
☆─────────────────────────────────────☆
qaz (茄子) 于 (Mon Aug 1... 阅读全帖 |
|
|
|
|
s**********i 发帖数: 711 | 39
it's besically same thing as java servlet. however,
typically JSP/java servlet is harder to setup unless
you already have a web server running them.
since it's microarray data I guess there's a lot of
pattern matching like things. pattern matching is
the best part of Perl. |
|
d********r 发帖数: 199 | 40 thanks.
不过我的系统是用java servlet写的。
我必须用servlet container,比如tomcat才行。 |
|
o***s 发帖数: 31 | 41 if EJB is not used, why does the company want to move to Apache? Your J2EE
server did it all already. You can just pick one J2EE server, say JBoss, and
move weblogic servlets into it. If Apache is required (actually it should
be Tomcat if it's Java based), you can move all the servlets to Tomcat,and
that's it. |
|
b***i 发帖数: 3043 | 42 JBoss server包含tomcat吧?
我下了tomcat,然后在项目中加入了servlet-api.jar这个外部的jar,就可以编译了。
我想确认的是,这个jar不需要进入最后的war吧?OpenShift的gear应该自带了tomcat
,对不对?我只是需要本地上用来完成编译。编译的时候需要知道javax.servlet的那
些定义而已。是这样那个吗? |
|
m**i 发帖数: 89 | 43
I am waiting for JDeveloper 3.0, which supports JSP. Java Serverlet is
powerful, but not easy to develope a eCommerce site--You have to output
even each HTML tag in the servlet.
So, I think, at this time, PHP3/4 is better than Servlet. |
|
yb 发帖数: 171 | 44 I am desperately needing help for DB2 connection in the jsp through jdbc.
1) I have DB2 version 7 installed on my own machine ( personal edition) for
both server and client. I created a data base and bunch of tables. I can use
the control center to access the tables.
2) I use tomcat4.0.6 for the web application server. The java I am using is
j2sdk1.4.0_01. I use tomcat's servlet.jar for servlet.
3)The window I use is win NT.
4)I set the class path in the control panel/system/environment and also |
|
s******s 发帖数: 508 | 45 I have a oracle db server installed and a apache/tomcat as web server and
servlet container. Now I want to provide some kind of web interface to show
data in the database. Users can choose some parameters (parameters are data in
the db) and then get query results. The queries involve some table joins.
Currently I use java servlet to do the work and use jdbc to connect to the db.
Is any better ways/tools to do this in Oracle? How can I take advantage of XML
support Oracle provides. (my old oracle |
|
|
o***g 发帖数: 2784 | 47 第一不要给我写信
第二不要写英文
第三你先搞清楚什么是服务器端什么是客户端
第四涉及http协议的服务器端客户端的东西,需要一些背景知识的,不是我给你个二三
十行的代码就能行的,涉及到服务器配置什么很多乱七八糟的东西,最简单的写也需要
几千字。
如果你对java这套感兴趣,先去找jsp或者servlet的hello,world看一下,传统上,jsp
servlet都是传输html的,你不需要html,用xml。flex对rest这种形式的xml支持非常
好。
如果你c/c++的代码没法改,那也可以试一下socket直接连。我记得flex对socket也是
支持的。
第三条路,会被绑定在windows。可以用.net,还是c/c++源代码。用.net。可以是web
service也可以是rest的。flex对web service也有支持。
the |
|
|
y***e 发帖数: 39 | 49 http://www.phpchina.com/browser.asp?cmd=view&catid=3&objid=3
0&order=date
性能评价要恰当
最近陆续有些文章对jsp,asp,php的运行性能进行测试,但由于这些
技术实现的方式不一样,
所以没有什么可比性,从而导致测试结构差异很大。
在这些测试结果中,asp往往被归属为性能最差的一种,而jsp借助于
第一次运行时被编译为
servlet,以后以servlet方式运行,php借助于zend,获得很高的性能
。但事实上而以此同
asp相比较实际上就是类似于perl的exe方式和脚本方式的比较,不公
平
公平的比较方式是使asp尽量接近jsp,php+zend的运行方式去运行,
所以一般的方法是使用
vb(atl)或vb写activex组件,然后在asp中调用(注意:这样也只是接
近而已)
以用vb为例,写一个组件:performance,建立一个class:loop,实现
一个test方法
Function Test(iLoop, jLoop) As String
Dim Starttime
Star |
|
|