#M2

M2Crypto安装方法以及配置LDFLAGS、CFLAGS

python3.7+mac环境:$brewinstallopenssl&&brewinstallswig$brew--prefixopenssl/usr/local/opt/openssl$LDFLAGS="-L$(brew--prefixopenssl)/lib"CFLAGS="-I$(brew--p...

Dynamics CRM2013/2015 插件注冊工具登录后无法显示assembly列表问题的解决的方法

      自微软从2013版本号推出新的插件注冊器后,随着UI的重大更新后,问题也多了非常多。前面已有博客提到注冊assembly时看不到注冊button(http://blog.csdn.net/vic0228/article/details/457260...

crm2013安装和部署语言包

步骤1:安装语言包       假设具有执行MicrosoftDynamicsCRMforMicrosoftOfficeOutlook的用户,除了在执行MicrosoftDynamicsCRMServer2013的计算机上安装语言包之外。还必须在安装...
代码星球 代码星球·2020-04-06

MyBatisSystemException->BindingException: Parameter 'xxx' not found. Available parameters are [arg1, arg0, param1, param2]

最近在使用Springboot+mybatis做新的基础框架,结果碰到如下问题:1org.mybatis.spring.MyBatisSystemException:nestedexceptionisorg.apache.ibatis.binding.BindingException:Parameter'eName'n...

RobotFramework+Selenium2+Appium环境搭建

转载:https://www.cnblogs.com/testway/p/7372326.html装python2.7RobotFramework是python2写的,图形界面使用的wxpython及ride还不支持python3所以要安装python2.7版本,官网下载:https://www.python.org/...

Selenium2+python自动化-查看selenium API

 前面都是点点滴滴的介绍selenium的一些api使用方法,那么selenium的api到底有多少呢?本篇就叫大家如何去查看seleniumapi,不求人,无需伸手找人要,在自己电脑就有。  pydoc是Python自带的模块,主要用于从python模块中自动生成文档,这些文档可以基于文...

windows10 下使用Pycharm2016 基于Anaconda3 Python3.6 安装Mysql驱动总结

本文记录:在PyCharm2016.3.3中基于Anaconda3Python3.6版本安装PythonforMysql驱动。尝试了安装Mysql-Connector成功,但是连接数据库时驱动有bug而失败;尝试安装MySQLdb,因Python版本兼容问题失败。最终安装PyMysql成功。现将详细安装过程记录如下。若...

Eclipse运行Maven命令时出现:-Dmaven.multiModuleProjectDirectory system property is not set. Check $M2_HOME environment variable and mvn script match.问题解决

错误:-Dmaven.multiModuleProjectDirectorysystempropertyisnotset.Check$M2_HOMEenvironmentvariableandmvnscriptmatch.这个错误是由于Maven版本与当前IDE不兼容导致的,解决方法如下:1、Maven降级。2、升级I...

Maven出现User setting file does not exist ....m2setting.xml的问题解决(同时也解决用户.m2目录下无setting.xml文件)

如果Eclipse中出现Usersettingfiledoesnotexist....m2setting.xml这样的问题,解决方法如下:1、拷贝%M2_HOME%/conf/settings.xml的文件到%USER_HOME%/.m2/settings.xml中即可。经过研究,同时也发现,在Maven安装好之后,%...

Selenium2.0 Webdriver 随笔

Webdrivercan'tactiontheelementwhentheelementisoutofview1.Scrolltotheelementuse JavaScript toscrolltheelementtoview[csharp] viewplaincopy ((I...
代码星球 代码星球·2020-04-04

maven项目创建.m2文件夹

创建为.m2.,m2前后都要有点,然后去掉后面的点settings.xml文件如下:<?xmlversion="1.0"encoding="UTF-8"?><!--LicensedtotheApacheSoftwareFoundation(ASF)underoneormorecontributorli...
首页上一页12345下一页尾页