浅梦一笑 浅梦一笑
4年前
python自动化财务报表
有时候需要经常进行一些重复性的工作,比如制作类似的报告。很多时候整个分析框架都是确定了的,所以可以采用Python来自动生成报告。这里使用的是pythondocx模块,github地址:foodish/learningnotebookJupyterNotebook地址:JupyterNotebookViewerfromdocximportDocu
Stella981 Stella981
3年前
Mac OSX 添加 Bash 自动补全支持
安装bashcompletion1.用homebrew(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fbrew.sh)安装bashcompletion软件包:brewinstallbashcompletion2.把下面内容添加到你的~/.b
Stella981 Stella981
3年前
Python+Selenium自动化篇
本篇文字主要学习selenium定位页面元素的集中方法,以百度首页为例子。0.元素定位方法主要有:id定位:find\_element\_by\_id('')name定位:find\_element\_by\_name('')class定位:find\_element\_by\_class\_name(''
Stella981 Stella981
3年前
Cocos Creator 自动图集功能 (压缩纹理)
版本:2.3.4参考:cocos教程:自动图集功能(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdocs.cocos.com%2Fcreator%2Fmanual%2Fzh%2Fassetworkflow%2Fautoatlas.html)cocos教程:压缩纹理
Stella981 Stella981
3年前
Jenkins 配置 gitlab push 自动发版
测试环境发版,每次登录jenkins点构建很麻烦,jenkins的构建触发器可以解决这个问题配置也不复杂,这里简单记录一下:1.勾选构建触发器中相应的触发方式,我们用的是gitlab!(https://oscimg.oschina.net/oscnet/b179d5f09a7683c4edd623bb8c52a488129.jpg)
Wesley13 Wesley13
3年前
spring3.x注解自动注入
一、各种注解方式1.@Autowired注解(不推荐使用,建议使用@Resource)@Autowired可以对成员变量、方法和构造函数进行标注,来完成自动装配的工作。@Autowired的标注位置不同,它们都会在Spring在初始化这个bean时,自动装配这个属性。要使@Autowired能够工作,还需要在配置文件中加入以下Xml代码
Wesley13 Wesley13
3年前
ThinkPHP5.0 build 自动生成模块
提示:首先,下载的完整框架或者Composer运行创建命令生成的框架中,build.php文件默认存放于根目录下。需要复制build.php文件到application目录,并对该文件进行修改,举例如下:return//生成应用公共文件
Stella981 Stella981
3年前
SpringBoot 开启关闭自动任务配置(EnableScheduling )
Removed@EnableSchedulingannotationfrommyappAddedanewconfigurationclassandconditionaltoenable/disableschedulingbasedonanapplicationproperty\@Co
Wesley13 Wesley13
3年前
UWP UI自动化测试(一)
安装的软件:1、WinAppDriver  WinAppDriver官网:https://github.com/Microsoft/WinAppDriver(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FMicrosoft%2FWinAppDrive
Stella981 Stella981
3年前
Spring Boot深度实践之自动装配
​!(https://mmbiz.qpic.cn/mmbiz_jpg/icQbWvrFMeJUibibLsPyTYMW83P7lzIacPhaBu4FJ0wmOT5fMZO2sjuvOmjvGNWViax5Z0cK5xxY4WG7IulTj1e8OQ/640?wx_fmtjpeg)转载本文需注明出处:微信公众号EAWorld,违者必究。