ChinaUnix.net
相关文章推荐:

LINUX SCRIPTS

我们是一家在杭州的大型公司,目前对外招聘熟悉C语言,linux操作系统,perl脚本,以及oracle数据库的高手。 主要工作: (1)用c语言开发数据分析和解析程序,将数据load到数据库中。 (2)在数据库层面,编写SQL以及PLSQL生成需要的数据来满足客户应用。 (3)我们有专门的软件来提供数据分析功能。 由于数据挖掘和数据分析目前在国内正处理快速发展阶段,所以该工作的挑战性非常大,另外,我们处理的数据都是亿万级别的,所以你...

by linux_prog - C/C++ - 2005-07-06 14:50:21 阅读(1130) 回复(9)

相关讨论

新手,刚刚购买的设备需要修改IP地址,但是按照ifconfig命令可以修改IP地址,然后可以到/etc/sysconfig/network-scripts/ifcfg-eth0下编辑一下ifcfg_eth0,但是现在在sysconfig目录下找不到network-scripts目录,只要network这个目录,请教各位大侠应该怎么板, 使用ifconfig -a可以查看到127.0.0.1地址,其他都看不到,看不到eth0网卡和eth1信息。 谢谢各位大侠。

by shisps - 网络技术 - 2015-03-30 01:11:48 阅读(7085) 回复(11)

假设在文件/etc/fstab中有一行: /dev/md0 /raid ext3 defaults 1 2 那么能不能在scripts文件中实现对该行的删除操作呢? 谢谢!

by x518889 - Shell - 2004-04-28 09:12:20 阅读(3244) 回复(6)

Please see the program help or the manual for the latest update of this documentation. Most of the functionality of WinHex can be used in an automated way, e.g. to speed up recurring routine tasks or to perform certain tasks on unattended remote computers. The ability to execute scripts other than the supplied sample scripts is limited to owners of a professional or specialist license. scripts ca...

by shujuhuifu802 - 存储文档中心 - 2009-03-26 17:19:59 阅读(2064) 回复(0)

MySQL Performance Tuning Primer Script This script takes information from "SHOW STATUS LIKE..." and "SHOW VARIABLES LIKE..." to produce sane recomendations for tuning server variables. It is compatable with all versions of MySQL 3.23 and higher (including 5.1). Currently it handles recomendations for the following: Slow Query Log Max Connections Worker Threads Key Buffer Query Cache Sor...

by r_a - MySQL文档中心 - 2008-03-10 16:19:29 阅读(844) 回复(0)

把学习的关于gui设计的代码贴上吧。 这些代码都是在FC6环境下,用kate写的。我感觉kate比较好用。呵呵 今天的代码贴到这里,不语法加亮了,奇怪!可能是没有下载flash插件吧。 不知道你们看着有没有颜色!呵呵 1,click_counter.py from Tkinter import * class Application(Frame): " " " GUI application which counts button clicks." " " def __init__(self, master): " " " Initialize the frame." " " ...

by blackjimmy - Python文档中心 - 2007-03-25 20:37:16 阅读(1279) 回复(0)

第五天了。 先祝咱们周末愉快! 说起来python,学习有段时间了。一定要坚持下去。 做事不能一蹴而就,先来个温故而知新吧。 1,readit.py print "Opening and closing the file." text_file=open("read_it.txt", "r") # before you can read from a text file, you need to open it # i don't include any path information # python looks in the current directory for the file text_file.close() # whenever you've done with ...

by blackjimmy - Python文档中心 - 2007-03-23 21:04:17 阅读(1279) 回复(0)

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/33851/showart_263458.html

by blackjimmy - Python文档中心 - 2007-03-22 22:27:42 阅读(1033) 回复(0)

http://blog.chinaunix.net/article.php?articleId=62903&blogId=12318 学习 Shell scripts 如果您真的很想要走信息这条路,并且想要好好的管理好属于您的主机,那么,别说鸟哥不告诉您, Shell scripts 真的是必须要学习的一项课题呢!基本上, shell script 有点像是早期的批次档, 亦即是将一些指令汇整起来一次执行,但是 Shell script 拥有更强大的功能,那就是, 他可以进行类似程序 (program) 的撰写,并且,不需要经过编译...

by ralph55 - Solaris文档中心 - 2005-12-22 22:08:29 阅读(907) 回复(0)

Does anyone know some online books about how to write shell scripts? Thanks a lot.

by damn1234 - 内核/嵌入技术 - 2004-06-06 02:36:03 阅读(455) 回复(0)