05 2008 档案

tutorial on JAva Tomcat and JSp Servlet
摘要:http://courses.coreservlets.com/Course-Materials/msajsp.html APACHE TOMCAT 6 APACHE TOMCAT 5.5 INTERMEDIATE SERVLETS & JSP ADVANCED SERVLETS & JSP SCWCD JAKARTA STRUTS JAVASERVER FACES (JSF) AJAX & ... 阅读全文

posted @ 2008-05-29 09:34 cy163 阅读(201) 评论(0) 推荐(0) 编辑

JSP、Servlet 與 JavaBean 的組合應用
摘要:http://sun.cis.scu.edu.tw/~nms9115/articles/java/WebAppTutor/JspServletBean/JspServletBean.htm JSP、Servlet 與 JavaBean 的組合應用 作者:蔡煥麟 日期:Jan-22-2003 更新:Feb-4-2003 1.0 簡介 上次的討論中,最後有一個範例是判斷質數的 JSP 程式,該程式... 阅读全文

posted @ 2008-05-29 00:31 cy163 阅读(738) 评论(0) 推荐(0) 编辑

支持多线程的 现成的 socket 通信程序
摘要:http://www.hawksoft.com/hawknl/ HawkNL is a free, open source, game oriented network API released under the GNU Library General Public License (LGPL). HawkNL (NL) is a fairly low level API, a wrapper... 阅读全文

posted @ 2008-05-29 00:28 cy163 阅读(627) 评论(0) 推荐(0) 编辑

http://forums.devshed.com SOCKET 多线程 样例
摘要:http://forums.devshed.com/c-programming-42/i-need-a-multi-thread-socket-server-source-to-refer-to-91703.html #include #include #define PORT 6969 #define BUFSIZE 8192 #define PERM (S_IRUSR | S_IWUSR... 阅读全文

posted @ 2008-05-29 00:21 cy163 阅读(508) 评论(0) 推荐(0) 编辑

关于Socket 多线程 的一篇好文章
摘要:http://www.kegel.com/c10k.html#top It's time for web servers to handle ten thousand clients simultaneously, don't you think? After all, the web is a big place now. And computers are big, too. You can ... 阅读全文

posted @ 2008-05-28 23:11 cy163 阅读(2237) 评论(0) 推荐(0) 编辑

创建Java自定义类文件夹
摘要:http://www.codefocus.cn/article/20084/00178.htm 首 页 文 章 下 载 ... 阅读全文

posted @ 2008-05-28 13:31 cy163 阅读(1104) 评论(0) 推荐(0) 编辑

linux小窍门──设置时钟和时间
摘要:本文档解释了如何从linux下设置计算机的时钟,如何设置您的时区和其它与linux如何保存时间相关的材料。 您的计算机有两个时钟,一个是始终运行的、由电池供电的( 硬件的、BIOS或CMOS )时钟,另一个是由运行在您的计算机上的操作系统维护的( 系统 )时钟。硬件时钟通常只在操作系统启动时用来设置系统时钟,然后直到重启或关闭系统,由系统时钟来记录时间。在Linux 系统中,您可以选择用... 阅读全文

posted @ 2008-05-18 14:53 cy163 阅读(1640) 评论(0) 推荐(0) 编辑

Shell redirection operator '>&'
摘要:> name >! name >& name >&! name The file name is used as standard output. If the file does not exist then it is created; if the file exists, it is truncated, ... 阅读全文

posted @ 2008-05-18 05:43 cy163 阅读(218) 评论(0) 推荐(0) 编辑

http://email.osc.edu/pipermail/mpiexec 精彩电子邮件
摘要:http://email.osc.edu/pipermail/mpiexec/2002/000060.html Whenever you start a parallel job, mpirun or mpiexec is run on one of your compute nodes, and not on the server. It then connects to all the ot... 阅读全文

posted @ 2008-05-16 17:54 cy163 阅读(418) 评论(0) 推荐(0) 编辑

解决hotmail无法登陆的问题
摘要:但同时,hotmail缺很难登陆,老是提示找不到服务器,对与此种情况,经本人测试,有两种方法解决。 1/登陆MSN MESSAGER,通过MESSAGER进入hotmail邮箱。 1/在浏览器地址栏中输入http://www.hotmail.com/,系统自动跳转并提示找不到服务器。此时,在浏览器的地址栏中的http加一s,更改为https://login.live.com/login.srf?i... 阅读全文

posted @ 2008-05-16 07:23 cy163 阅读(4007) 评论(1) 推荐(0) 编辑

Linux时钟简介 RedHat Linux操作系统修改时区的方法
摘要:Content of this article: Linux时钟简介 Linux Time Zone Configuration guide RedHat Linux操作系统修改时区的方法 Here is an example of changing the timezone on linux extern configuration of timezone on linux How to... 阅读全文

posted @ 2008-05-15 17:24 cy163 阅读(9504) 评论(0) 推荐(0) 编辑

當同學要傳送job時,希望大家搭配下列的script來執行。 pbs_parjob.sh
摘要:http://sslab.cs.nthu.edu.tw/~dyhong/parallel/faq.html [ FAQ ] [1] 每次執行MPI程式時都需要求輸入密碼很多次嗎? [2] Queue Software使用說明 [3] 使用queue軟體出現 p4_error: Child process exited while making connection to remote pro... 阅读全文

posted @ 2008-05-11 20:43 cy163 阅读(910) 评论(0) 推荐(0) 编辑

當同學要傳送job時,希望大家搭配下列的script來執行。 pbs_parjob.sh
摘要:http://sslab.cs.nthu.edu.tw/~dyhong/parallel/faq.html [ FAQ ] [1] 每次執行MPI程式時都需要求輸入密碼很多次嗎? [2] Queue Software使用說明 [3] 使用queue軟體出現 p4_error: Child process exited while making connection to remote pro... 阅读全文

posted @ 2008-05-11 17:17 cy163 阅读(2082) 评论(0) 推荐(0) 编辑

To submit a job you need to be logged into the head node (PBS)
摘要:Skip Navigation | ANU Home | Search ANU Mathematical Sciences... 阅读全文

posted @ 2008-05-10 09:31 cy163 阅读(336) 评论(0) 推荐(0) 编辑

(此文说明需要在pbs server发出qsub)PBS server host---Compute host---User hosts
摘要:PBS/SCore(Open PBS/SCore)Administrator's Guide Index Introduction Host Configuration Common file setting /var/scored/pbs/pbs_server_name File setup on PBS server... 阅读全文

posted @ 2008-05-10 09:11 cy163 阅读(1230) 评论(0) 推荐(0) 编辑

mpirun mpirexec 的PBS script 是不同的
摘要:A Simple MPI Program Execution Systems & Access :: Learning to Use :: Linux Computing Resource Example of an MPI Program mpitest.c /* program hello */ /* Adapted from mpihello.f by drs */ #include #i... 阅读全文

posted @ 2008-05-09 10:33 cy163 阅读(2059) 评论(0) 推荐(0) 编辑

OpenPBS 脚本样本 非常值得参考
摘要:Here is a list of frequently asked questions that may help you answer any questions you may have before you even have to ask them. "Using your account" "Login without using password" "Usi... 阅读全文

posted @ 2008-05-07 23:11 cy163 阅读(1753) 评论(0) 推荐(0) 编辑

PBS脚本
摘要: 阅读全文

posted @ 2008-05-06 22:16 cy163 阅读(0) 评论(0) 推荐(0) 编辑

PBS脚本
摘要: 阅读全文

posted @ 2008-05-06 22:13 cy163 阅读(0) 评论(0) 推荐(0) 编辑

MPIRUN 与 PBS 脚本
摘要:Submiting a Batch Job Batch jobs are subbimted using the command: [depietri@albert PBS]$ qsub -q [queue] [batchscript.sh] or, if a different than defalt number of nodes is request, by the commnad: ... 阅读全文

posted @ 2008-05-06 16:16 cy163 阅读(3119) 评论(0) 推荐(0) 编辑

mpirun 与 PBS 问题
摘要:最近所用的大型机安装了PBSpro作业调度系统,但按照介绍写了一个script文件后,提交的作业不能正常运行,由于没有接触过PBS所以请教论坛里的各位问题出在哪里? script文件如下(文件名就是wrf,用vi编辑的): #!/bin/bash #PBS -N wrfcalculation #PBS -l walltime=1:00:00 mpirun -np 16 ./lee/wrf... 阅读全文

posted @ 2008-05-06 16:11 cy163 阅读(3162) 评论(0) 推荐(0) 编辑

An introduction to PORTABLE BATCH SYSTEM
摘要:1. Introduction The Portable Batch System, PBS, is a batch job and computer system resource management package. It will accept batch jobs ( shell scripts with control attributes), preserve and prote... 阅读全文

posted @ 2008-05-06 09:22 cy163 阅读(1318) 评论(0) 推荐(0) 编辑

集群的管理pbs
摘要:管理集群计算机最重要的工作不是象PC机那样启动,关闭计算机这么简单,也不需要做磁盘整理。笔者认为管理集群计算机最重要的是资源的组合划分,任务的分配,节点性能的监控和负载。每个节点的资源(包括内存,磁盘,处理器,网络)通过网络消息传递组合起来,这有点象操作系统将处理器,内存,磁盘,各种卡通过数据总线组合起来变成我们概念中单一的计算机。另外一个很重要的工作就是对节点性能的监控,这和PC机上操作系统监... 阅读全文

posted @ 2008-05-05 22:55 cy163 阅读(5176) 评论(1) 推荐(0) 编辑

集群作业管理OpenPBS与OpenPBS Interface Library
摘要:OpenPBS安装 1、 必须用root登录 2、 创建安装路径,一般是:/usr/local/OpenPBS 3、 cp OpenPBS安装包到安装路径并释放 4、 进入释放的目录,例如:$>OpenPBS_2_3_16" 5、 运行OpenPBS配置脚本: $>./configure –prefix=/usr/local/OpenPBS ./configure可以配置OpenPBS的环境,-p... 阅读全文

posted @ 2008-05-05 22:50 cy163 阅读(2157) 评论(0) 推荐(0) 编辑

软件包 javax.servlet 不存在
摘要:安装好了tomcat之后,在编译.java文件的时候出错:软件包 javax.servlet 不存在 原来这个包在web服务器才有,j2se中并没有,所以导致了错误。 解决方法: 方法(1) 找到%tomcat%\common\lib目录下的servlet-api.jar,把这个路径添加到环境变量classpath当中,就可以了。(这个好像不是很管用,我重装了tomcat之后,再重新... 阅读全文

posted @ 2008-05-04 15:27 cy163 阅读(2996) 评论(3) 推荐(0) 编辑

什么是IA架构服务器
摘要:通常将采用Intel(英特尔)处理器的服务器称之为IA(IntelArchitecture)架构服务器,又称CISC(ComplexInstructionSetComputer复杂指令集)架构服务器,由于IA架构的服务器是基于PC的x86处理器体系结构,所以又把IA架构的服务器称为PC服务器或者x86服务器。如联想的万全系列服务器,HP公司的Netserver系列服务器等。(ZDNet编辑注:从严... 阅读全文

posted @ 2008-05-02 22:25 cy163 阅读(5076) 评论(0) 推荐(1) 编辑

什么是CPU架构
摘要:CPU架构是CPU厂商给属于同一系列的CPU产品定的一个规范,主要目的是为了区分不同类型CPU的重要标示。目前市面上的CPU主要分有两大阵营,一个是intel系列CPU,另一个是AMD系列CPU。两个不同品牌的CPU,其产品的架构也不相同,现intel系列CPU产品常见的架构有Socket 423、Socket 478、Socket 775;而AMD CPU产品常见的架构有Socket A、Soc... 阅读全文

posted @ 2008-05-02 22:20 cy163 阅读(4837) 评论(1) 推荐(0) 编辑

i386和X86各是什么意思
摘要:IA32 : 32 bits Intel Architecture (32位带宽Intel构架) IA64 : 64 bits Intel Architecture (64位带宽Intel构架) i386 : Intel 386 ( 老的386机器,也泛指IA32体系的CPU) i486 : Intel 486 i586 : Intel 586 ( Pentium ,K6 级别CPU ) i6... 阅读全文

posted @ 2008-05-02 22:13 cy163 阅读(21544) 评论(0) 推荐(1) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示