ChinaUnix.net
相关文章推荐:

python client hive

//Commclient.java import java.io.BufferedOutputStream; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputSt...

by 嵌入式Linux - Java文档中心 - 2009-06-24 17:25:16 阅读(932) 回复(0)

相关讨论

我在一台pc机上安装了client端,在访问数据库时: sqlplus 回车 username : hr/oracle@XXX XXX是连接串 但是错误提示是无法resolve XXX 为什么? 是不是还需要指定ip地址或主机名? 还是在服务器上做什么设置?

by stuhjr - Oracle - 2004-06-03 11:03:57 阅读(1003) 回复(3)

使用python,写一个发HTTP包的client和回应client包的server端,如何写?

by firmlyjin - Python - 2009-07-03 20:15:44 阅读(2448) 回复(3)

我知道C里面可以通过getsockopt(fd, SOL_IP, SO_ORIGINAL_DST,&addr,&addrlen)获得client端所要访问的真实目的地址信息,请问python里面有类似的实现吗? 恳请各位大大给我一个答案。谢谢了!:em02: :em02:

by xmldevil - Python - 2007-09-13 23:08:54 阅读(2574) 回复(1)

好好学python,以后要养家吃饭的!!! 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/89259/showart_1885773.html

by mzlinux - Python文档中心 - 2009-03-31 11:10:31 阅读(1372) 回复(0)

www.okpython.com python中国 这里有教程

by xieaotian - Python - 2009-01-10 12:53:11 阅读(1629) 回复(0)

在系统管理技术手册(第二版)说得很清楚了,perl\python都是不错的啊,学哪个都一样,只要够用就行了,菜鸟学python算了,刚好本站里面又推荐了一本<python核心编程>所以说最好是根据现有的资料学,可能会更顺利些。

by yizuwei520 - C/C++ - 2008-11-24 02:06:34 阅读(1743) 回复(3)

matrix processing for python: NumPy and SciPy. optimized tools: NumPy 方括号[...]定义一个列表,圆括号(...)定义一个元组,花括号{...}定义一个字典: a = [ 1, 3.4, 'hello' ] # A list b = ( 10, 20, 30 ) # A tuple c = { 'a': 3, 'b':42 } # A dictionary 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17420/showart_492068.html

by ariesjzj - Python文档中心 - 2008-03-08 17:35:52 阅读(1390) 回复(0)

本地client COPY使用事物代码SCCL,用SCC3查看日志。具体操作如下: 6.1.1 创建逻辑系统 1 运行事物代码SALE 2 选择“应用程序连接”—“发送和接收系统”—“逻辑系统”—“定义逻辑系统”,然后单击 运行按钮 3 对“跨集团更改”的提示做确认 4 在弹出的逻辑系统窗口点击“新条目” 5 在弹出的窗口中输入逻辑系统的名字及描述。逻辑系统的命名规范为 CLNT,如TSTCLNT500 6 将创建的逻辑系统记入一个REQUEST,然后保存...

by cwmould - AIX文档中心 - 2007-07-05 15:01:08 阅读(1422) 回复(0)

Setting up a NIS client The following packages are required for setting up a client - ypbind - yp-tools Perform the following steps to configure the NIS server: Execute the command: authconfig This will let you specify the NIS domain and the NIS Server. Start the ypbind services by executing the following commands: chkconfig ypbind on service ypbind start The above procedure is a simple exam...

by shinelian - 网络技术文档中心 - 2006-06-23 15:22:33 阅读(589) 回复(0)