- 军军小站|张军博客
搜索到与相关的文章
各行各业

【Selenium专题】WebDriver启动firefox浏览器

firefox浏览器不需要下载驱动,原生支持,以下是代码运行环境,firefox启动封装在方法startFirefox()中importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.firefox.FirefoxDriver;publicclassbrowser{publicstaticvoidmain(String[]args){WebDriverdriver=sta

系统 2019-08-12 09:27:30 2057

各行各业

cygwin下gdb7.4编译

cd/home/musictommkdirgdb-7.4-i386-pc-cygwin-outcdgdb-7.4-i386-pc-cygwin-out../gdb-7.4/configure--with-gmp=/usr/local--with-mpc=/usr/local/--with-mpfr=/usr/local/--prefix=/usr/local/gcc-4.7.1-i386-pc-cygwin/--with-build-libsubdir=/

系统 2019-08-12 09:27:24 2057

各行各业

maatkit安装(二)

昨天安装maatkit,费了九牛二虎之力还是没有装成功。为啥这难呢。都是对linux没有深入了解。不能气馁,今天继续。昨天是下了rpm包安装报错,然后下载个tar.gz包装。在装之前还是要安装DBI,DBD::mysql这些。之前是用cpan来装,这次再这样装始终报错。在网上google了一天,后来决定下载源码包安装。到这个地址去下载需要的包:ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-mod

系统 2019-08-12 09:27:03 2057

各行各业

RS-232、RS-422与RS-485串口标准简介

RS-232、RS-422与RS-485串口标准简介一、RS-232C、RS-422与RS-485的由来RS-232、RS-422与RS-485都是串行数据接口标准,最初都是由电子工业协会(EIA)制订并发布的,RS-232在1962年发布,命名为EIA-232-E,作为工业标准,以保证不同厂家产品之间的兼容。RS-422由RS-232发展而来,它是为弥补RS-232之不足而提出的。为改进RS-232通信距离短、速率低的缺点,RS-422定义了一种平衡通信

系统 2019-08-12 09:26:51 2057

各行各业

NET开源项目链接

NET开源项目链接项目网址简介Rainbowhttp://www.rainbowportal.net/http://sourceforge.net/projects/rainbowportal/TheRainbowprojectisanopensourceinitiativetobuildacomprehensivecontentmanagementsystemusingMicrosoft'sASP.NETandC#technologies.DataAcc

系统 2019-08-12 09:26:45 2057

数据库相关

How to Programmatically Add/Delete Custom Op

Inthistutorial,IwouldliketohelpoutMagentodevelopersandclientswithhowtoprogrammaticallyadd/deletecustomoptionsinMagento.Attheendofthispostyou’dbeabletoadd/deletecustomoptiononyourMagentowebsitewithabsoluteease.Here,wearewiththeseto

系统 2019-08-12 01:54:16 2057

数据库相关

调用存储过程

/**************调用存储过程****************/publicstaticvoidmain(String[]args){try{Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");}catch(ClassNotFoundExceptione){//TODOAuto-generatedcatchblocke.printStackTrace();}Connecti

系统 2019-08-12 01:54:07 2057

数据库相关

A Software Developer’s Reading Plan

Igotthislistfrom《CodeComplete》Book:1.IntroductoryLevelTomovebeyond“introductory”levelatConstrux,adevelopermustreadthefollowingbooks.《AGuidetoBetterIdeas,4thed》Adams,JamesL.ConceptualBlockbusting:Cambridge,Mass.:PerseusPublishing.《

系统 2019-08-12 01:52:31 2057

数据库相关

TQ2440裸板更新程序_update

以前的裸板程序都是通过u-boot下载到内存运行,今天实现更新程序update,程序运行时会输出一个菜单供选择。系统:ubuntu10.04.4单板:tq2440编译器:arm-linux-gcc-4.3.2搭建开发环境详见ubuntu10.04.4开发环境配置。目标:实现自我更新程序,串口输出菜单,有以下·功能供选择*********************************updateprogramwithserialportTheboard:T

系统 2019-08-12 01:51:31 2057

数据库相关

SQL分布式查询链接方式

--------------不同服务器数据库之间的数据操作--创建链接服务器execsp_addlinkedserver'ITSV','','SQLOLEDB','远程服务器名或ip地址'execsp_addlinkedsrvlogin'ITSV','false',null,'用户名','密码'--查询示例select*fromITSV.数据库名.dbo.表名--导入示例select*into表fromITSV.数据库名.dbo.表名--以后不再使用时删除

系统 2019-08-12 01:32:42 2057