- 博客(7)
- 资源 (5)
- 收藏
- 关注
转载 打包啊
#!/usr/bin/env python## Copyright (c) 2014 Intel Corporation.## Redistribution and use in source and binary forms, with or without# modification, are permitted provided that the following co
2014-10-28 16:23:48 471
原创 shell 改文件
#!/bin/shFILELIST=`sed -n '/execution_type=\"manual/,/\/testcase/p' tests.xml |grep test_script_entry |awk -F "" '{print $1}' |awk -F "/" '{print $NF}'|awk -F "\?" '{print $1}' |uniq`for f
2014-10-28 15:12:53 395
原创 python xml 转换csv ,csv 转换xml
#!/usr/bin/python#encoding:utf-8import osimport csvimport reimport sysimport platformimport logging import logging.handlersfrom xml.etree import ElementTreeLOG = NoneLOG
2014-10-28 14:01:52 4874
原创 python logger 重写
#!/usr/bin/python#encoding:utf-8import logging import logging.handlers LOG_LEVEL = logging.DEBUGclass ColorFormatter(logging.Formatter): def __init__(self, msg):
2014-10-22 09:40:10 1372
转载 ubuntu MySQL安装指南
安装MySQL sudo apt-get install mysql-server 这个应该很简单了,而且我觉得大家在安装方面也没什么太大问题,所以也就不多说了,下面我们来讲讲配置。 配置MySQL 注意,在Ubuntu下MySQL缺省是只允许本地访问的,如果你要其他机器也能够访问的话,那么需要改变/etc/mysql/my.cnf配置文件了!下面我们一步步地来:默认的My
2012-11-26 15:47:32 188
原创 java 查找文件,并批量替换文件内容
查找某个文件中所有文件,并批量替换需要修改的内容/** * author:xin1.liu * date:21/5/2012 * version:1.0 * dec:search file and replace some content * */package archermind.tool;import java.io.BufferedInputSt
2012-10-12 13:49:11 2534
原创 HTML5 canvas 模拟吃豆子
Authors: Liu,XinRevision history:Date Author Description08-21-2012 Liu,Xin Eat Beans--> Eat Beans
2012-10-12 13:28:32 476
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人