推荐
专栏
教程
课程
飞鹅
本次共找到3916条
项目管理软件
相关的信息
Easter79
•
3年前
twint 安装及使用
分享这个post是自己方便查,还有中文网界对这个东西介绍太少。更多的就看github项目twint吧。Installation:gitpip3:gitclonehttps://github.com/twintproject/twint.gitpip3installrrequirements.txt
梦
•
4年前
微信小程序苹果机wx.showModal()
最近做项目中,发现使用wx.showModal()苹果机出现取消文字不显示问题,纠正后显示正确wx.showModal({title:'提示',content:'登录后体验更多功能'})wx.showModal({cancelText:'取消',confi
Easter79
•
3年前
SpringBoot集成SpringSecurity+CAS
1、简介本文主要讲述如何通过SpringSecurityCAS在springboot项目中实现单点登录和单点注销的功能。参考内容有SpringSecurity官方文档中的1.5\.JavaConfiguration(https://www.oschina.net/action/GoToLink?urlhttps%3
Stella981
•
3年前
Android 虹软人脸识别SDK
准备:登录官方网站,获取SDK,进行个人验证后新建项目,获取APP\_ID,和SDK\_KEY;https://ai.arcsoft.com.cn/ucenter/resource/build/index.html/ucenter/resource/openPlatform/application(https://www.o
Stella981
•
3年前
Android注册界面设计
一、建立一个Android项目!配置1(http://static.oschina.net/uploads/space/2014/1013/231020_6mwA_1162548.jpg)!配置2(http://static.oschina.net/uploads/space/2014/1013/231114_vCtk_1162548.jpg)
Stella981
•
3年前
Js四则运算精度问题处理
JavaScript小数在做四则运算时,精度会丢失,这会在项目中引起诸多不便。先看个具体的例子://较小的数运算console.log(0.099999990.00000001);//0.09999999999999999console.log(0.099999990.00000001);//0.09
Easter79
•
3年前
SpringSecurityOAuth2(7) 账号密码登录、手机验证码登录
GitHub地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fweizongwu%2FSpringCloudOAuth2SpringSecurityFrame.git"项目地址")码云地址(https://gitee.com/wujishu/
Stella981
•
3年前
FastReport报表MVC显示步骤
FastReport报表MVC使用步骤如下:1、创建MVC网站项目最终DEMO如下图所示!(https://oscimg.oschina.net/oscnet/fea63bbc17052569a2848a34b84628c245c.png)2、引用相关DLLFastRe
Stella981
•
3年前
Jenkins实现自动打包,MAVEN打包,Shell脚本启动
1.点击New任务!(https://img2018.cnblogs.com/blog/1447180/201908/144718020190801090058687350582776.png)2.创建任务,输入项目名!(https://oscimg.oschina.net/oscnet/c2b54e783a61c54
死牛胖子
•
1年前
Maven配置跳过单元测试
Maven构建时,如果项目中写了测试用例,则会执行单元测试,这会导致构建过程非常漫长,如果测试失败,还会中止构建,所以构建时更多选择跳过单元测试阶段。
1
•••
173
174
175
•••
392