会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
唐小柒
博客园
首页
新随笔
联系
管理
订阅
2016年10月8日
Centos 7 安装shellcheck
摘要: 1、安装GHC 下载地址:https://www.haskell.org/ghc/download_ghc_8_0_1#linux_x86_64 安装步骤:tar xvf ghc_XXX cd ghc_XXX ./confiure make install (大约需要30分钟) 2、安装cabal-
阅读全文
posted @ 2016-10-08 16:55 唐小柒
阅读(2980)
评论(0)
推荐(0)
2016年1月5日
cunit环境搭建
摘要: cunit 下载http://cunit.sourceforge.net/安装tar jxvf CUnit-2.1-3.tar.bz2cd CUnit-2.1-3./bootstrap./configuremakemake install定义环境变量export LD_LIBRARY_PATH=/u...
阅读全文
posted @ 2016-01-05 11:41 唐小柒
阅读(419)
评论(0)
推荐(0)
2015年12月18日
flex序列号和破解
摘要: Adobe Flash Builder 4 注册码:1424-4246-1581-1989-6369-4784 1424-4962-0883-7424-7766-91241424-4784-8335-4082-6626-6492 1424-4116-4177-4728-4683-3482 1424-
阅读全文
posted @ 2015-12-18 09:23 唐小柒
阅读(779)
评论(0)
推荐(0)
2015年11月3日
windows下python SSH-Client模块paramiko的安装与修改
摘要: 安装篇:1.下载并安装easy_install,使用命令:C:\Python27>python.exe ez_setup.py下载RUL:http://peak.telecommunity.com/dist/ez_setup.py2.下载pycryto,根据实际版本进行下载并安装,我用的window...
阅读全文
posted @ 2015-11-03 17:16 唐小柒
阅读(1300)
评论(0)
推荐(0)
2015年10月26日
sed和awk用法
摘要: 正则表达式的语法:.一点代表一个字符. 代表任意的字符。例1:样式 .T. ,代表3 个字符,中间是T,左右两边是任意的一个字符。例2:...代表字符长度是3 的字符串。若想比对 . 这个字符本身,需加上转义字符(\),写成\.。例如:样式data\....代表data.后接3 个字符,如data....
阅读全文
posted @ 2015-10-26 10:50 唐小柒
阅读(183)
评论(0)
推荐(0)
2015年10月13日
history优化设置
摘要: 编辑/etc/profile文件,添加如下内容export HISTFILE=$HOME/.bash_historyexport HISTSIZE=2000export HISTFILESIZE=2000export HISTTIMEFORMAT="%F %T `whoami` "export PR...
阅读全文
posted @ 2015-10-13 09:24 唐小柒
阅读(395)
评论(0)
推荐(0)
2015年10月12日
shell配置和vim配置
摘要: oh-my-zsh可以不安装,只安装spf13-vim即可ssh客户端为xShell安装oh-my-zsh官网:https://github.com/robbyrussell/oh-my-zsh官网安装方法先安装zsh:yum install zshsh -c "$(wget https://raw...
阅读全文
posted @ 2015-10-12 17:52 唐小柒
阅读(873)
评论(0)
推荐(0)
2015年8月5日
testlink 安装方法
摘要: 所需软件: testlink-1.9.13.tar.gz xampp-linux-x64-5.6.8-0-installer.run 1、将软件放到tmp目录下cd /tmpchmod 755 xampp-linux-x64-5.6.8-0-installer.run./xampp-linux-x6
阅读全文
posted @ 2015-08-05 16:06 唐小柒
阅读(444)
评论(0)
推荐(0)
2015年7月29日
python解析GBK格式xml文件
摘要: xml文件 python 脚本#coding=utf-8import xml.dom.minidom//格式转换xml_file_string=open('/nasgui/share/user.xml','r').read()xml_file_string=xml_file_string....
阅读全文
posted @ 2015-07-29 14:42 唐小柒
阅读(1320)
评论(0)
推荐(0)
2015年7月21日
运用Loadrunner测试Mysql数据库性能 TRON•极客
摘要: 1.前言针对数据库的性能测试,loadrunner本身支持sql server和oracle数据库,这两种数据库可以用loadrunner直接录制进行测试。而我们项目中使用的是mysql数据库,针对用 loadrunner测试mysql数据库的方法网上也有很多介绍文章,主要有两种方案。一种是利用OD...
阅读全文
posted @ 2015-07-21 13:45 唐小柒
阅读(754)
评论(1)
推荐(1)
公告