#!/bin/bash#forsecurityofosforipin`catip.txt`doecho-e"\033[31m##################$ip#####################\033[0m"scpopenssl-0.9.8za.tar.gz$ip:/tmp/ssh$ip-C"tar-xzvf/tmp/openssl-0.9.8za.tar.gz-C/tmp/&&cd/tmp/openssl-0.9.8za&&./configsharedno-z..
分类:
其他好文 时间:
2014-07-17 09:18:46
阅读次数:
205
部分ssrpc.py代码分析 -- 服务端: 1 #!/usr/bin/python3 2 3 from xmlrpc.client import Fault, dumps, loads 4 import sys 5 from socketserver import ForkingMixIn 6 ....
分类:
编程语言 时间:
2014-07-16 18:14:43
阅读次数:
296
import sys class Stats: def __init__(self, sequence): # sequence of numbers we will process # convert all items to floats for numeri...
分类:
编程语言 时间:
2014-07-16 18:06:48
阅读次数:
257
#coding=utf-8from sys import argvscript,first,second,third = argvprint "the script is=",scriptprint "the first is=",firstprint "the second is=",second...
分类:
编程语言 时间:
2014-07-16 17:39:23
阅读次数:
416
命令行提示符下,python print输出unicode字符时出现以下UnicodeEncodeError:'gbk'codec can't encode character '\u30fb不能输出 unicode 字符,程序中断。解决方法:sys.stdout=io.TextIOWrapper(...
分类:
编程语言 时间:
2014-07-16 16:01:53
阅读次数:
270
python导入同级别模块很方便: import xxx要导入下级目录页挺方便,需要在下级目录中写一个__init__.py文件 from dirname import xxx要导入上级目录,可以使用sys.path: 首先sys.path的作用是:当使用import语句导入模块时,解释器会搜...
分类:
编程语言 时间:
2014-07-16 15:54:00
阅读次数:
296
iphone手机连接USB时出现需要Mobile device setup disk上的usbaapl.sys文件...
分类:
移动开发 时间:
2014-07-16 13:52:54
阅读次数:
299
SYS_OP_C2C 导致的全表扫描(fts)/全索引扫描...
分类:
其他好文 时间:
2014-07-16 13:44:51
阅读次数:
240
记得A项目组是一个物流管理系统,后台采用了Oracle数据库。在系统中的核心表托运单表中,关于主键采用何种数据类型,是 sequence 还是用GUID , 大家起了争论。从网络搜索得到的结论看,一般的意见总结为:1. SYS_GUID()比sequence复杂;2.SYS_GUID做主键,则表、....
分类:
其他好文 时间:
2014-07-16 11:55:08
阅读次数:
233