码农印象 码农印象
5年前
手机没网了,却还能支付,这是什么原理?
来自公众号:程序通事现在生活已经离不开微信/支付宝电子支付,平常出去吃饭、购物只要带个手机,就可以解决一切,以致于现在已经好久没摸过真💰了。
Stella981 Stella981
4年前
Linux使用yum命令安装软件时,连接不了网路报错:ERROR 6
错误:!(https://oscimg.oschina.net/oscnet/bd3ee6de36ca5d1542351402ab17d60283e.png)解决方案:在/etc/sysconfig/networkscripts/ifcfgeth0文件中配置DNS信息:vim/etc/sysconfig/networksc
Stella981 Stella981
4年前
Pipenv创建和管理虚拟环境报的错
1、pipinstallpipenv安装Pipev时报错是因为我安装有python2和python3两个,选择如下的解决方式:1.python2mpipinstallxxx或者2.python3mpipinstallxxx2、pipenvinstall时出现如下错误:call
Wesley13 Wesley13
4年前
5.10 监控介绍 5.11
5.10监控介绍 为什么要做监控?可以提前发现潜在故障隐患,第一时间解决掉。把影响降低。常见的监控软件:cactinagioszaabixopenfalconprometheusgrafana5.115.12 安装zabbix4.0zabbix官网 https://www.zabbi
Wesley13 Wesley13
4年前
H5图片压缩上传(单图和多图)
H5项目中要用到图片上传,团队成员没有找到解决方案。只能由自己在网上搜索整理一下,如下:直接看代码吧Html页:<!DOCTYPEhtml<htmllang"zhCN"<head<metacharset"utf8"<metahttpequiv"XUACompatibl
Stella981 Stella981
4年前
No bean named 'xxxxxxx' available
springboot项目发布上线后,报错:Nobeannamed'xxxxxxx'available因为我开发时pom用的jar,但上线发布war。解决方法:1、pom.xml<packagingwar</packaging将tomcat从boot中提出来,并将scope设置为provide<dependenc
Wesley13 Wesley13
4年前
MySql在触发器中调用存储过程
不太写触发器,今天遇到个语法问题,在朋友(DBA)的帮助下解决了,记录下来。需求:在CLASS\_PROPERTY\_REL删除记录时,调用存储过程gen\_ci\_property\_value问题反馈:SQL错误106442000:YouhaveanerrorinyourSQLsyntax;check
Stella981 Stella981
4年前
Google资深工程师深度讲解Go语言
一.获得初始页面内容gopmgetgvgolang.org/x/text//引入gbk库报错:bash:gopm:commandnotfound解决方法: 使用gopm完成安装gopmGoPackageManager的缩写。是go上的包管理工具,十分好用。gopm(https:
Stella981 Stella981
4年前
NSCalendar取得上个月
最近在做公司的商家端,需要做到统计功能,统计功能需要获取到上个月的数据,仅仅使用NSDateNSDateFormatter是无法完成这个工作的。NSCalender可以完美解决这个问题。NSCalendarcalenderNSCalendarcurrentCalendar;获取NSCalender单例。NSD
Stella981 Stella981
4年前
Docker 构建 PHP 开发环境 Docker
!(https://static.oschina.net/uploads/space/2017/0714/170152_dC8F_3612572.gif)文本转载自:php问题解决处理(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.itbaiduwang.com)\一