09 2016 档案

C语言中 *.c和*.h文件的区别!
摘要:C语言中 *.c和*.h文件的区别! http://blog.163.com/jiaoruijun07@126/blog/static/68943278201042064246409/ C语言中 *.c和*.h文件的区别! C语言中 *.c和*.h文件的区别! http://blog.163.com 阅读全文

posted @ 2016-09-29 14:05 anruy 阅读(1458) 评论(0) 推荐(0)

解决方法:loadrunner 场景下执行webservice脚本是---报错10492 Error: Exception was raised when calling per-process-init function in extens
摘要:在vug下执行时,脚本无异常,但是在controller下执行时报下面错误,网上查了下,解决方法千奇百怪,但无一可行。 分析了下错误,似乎是初始化进程有关。想到rts中的设置习惯时以线程方式执行。 遂调整成进程方式执行,问题解决。 阅读全文

posted @ 2016-09-26 16:07 anruy 阅读(760) 评论(0) 推荐(0)

NoSQL之Redis高级实用命令详解--安全和主从复制
摘要:Android IOS JavaScript HTML5 CSS jQuery Python PHP NodeJS Java Spring MySQL MongoDB Redis NOSQL Vim C++ C# JSON Ruby Linux Nginx Docker Android IOS Ja 阅读全文

posted @ 2016-09-22 18:43 anruy 阅读(329) 评论(0) 推荐(0)

Expect安装方法
摘要:Expect安装方法 http://bluethink.iteye.com/blog/1079044 Tcl脚本SSHITeyeUnix Expect安装方法 http://bluethink.iteye.com/blog/1079044 Tcl脚本SSHITeyeUnix Expect是基于Tcl 阅读全文

posted @ 2016-09-21 10:39 anruy 阅读(3090) 评论(0) 推荐(0)

expect安装去测试
摘要:1.下载expect和tcl 下载地址:http://download.csdn.net/download/tobyaries/5754943 2.安装expect tar -zxvf tcl8.4.11-src.tar.gz tar -zxvf expect-5.43.0.tar.gz cd tc 阅读全文

posted @ 2016-09-20 16:08 anruy 阅读(282) 评论(0) 推荐(0)

spring注解方式在一个普通的java类里面注入dao
摘要:spring注解方式在一个普通的java类里面注入dao @Repositorypublic class BaseDaoImpl implements BaseDao {这是我的dao如果在service层注入的话很简单public class BaseServiceImpl implements 阅读全文

posted @ 2016-09-19 16:09 anruy 阅读(9411) 评论(0) 推荐(0)

mybatis 批量插入和where条件使用
摘要:BEGIN insert into pts_online_result values( SEQ_PTS_ONLINE_RESULT.nextval, #{item.app_name,jdbcType=VARCHA... 阅读全文

posted @ 2016-09-18 17:50 anruy 阅读(3998) 评论(0) 推荐(0)

Linux 命令神器:lsof 入门---https://linux.cn/article-4099-2.html
摘要:lsof是系统管理/安全的尤伯工具。我大多数时候用它来从系统获得与网络连接相关的信息,但那只是这个强大而又鲜为人知的应用的第一步。将这个工具称之为lsof真实名副其实,因为它是指“列出打开文件(lists openfiles)”。而有一点要切记,在Unix中一切(包括网络套接口)都是文件。 有趣的是 阅读全文

posted @ 2016-09-14 18:40 anruy

导航