问题: An error occured while deploying the file. This probably means that the app contains ARM native code and your Genymotion device cannot run ARM ins ...
分类:
移动开发 时间:
2020-07-24 22:03:36
阅读次数:
160
webstrom less 配置(同级生成css 和 map) $FileName$ $FileNameWithoutExtension$.css --source-map $FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.m ...
分类:
Web程序 时间:
2020-07-24 21:54:51
阅读次数:
81
C:\Program Files (x86)\Jenkins\plugins\ruby-runtime\WEB-INF\lib\classes.jar: The process cannot access the file because it is being used by another pr ...
分类:
其他好文 时间:
2020-07-24 21:30:48
阅读次数:
197
import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex i ...
分类:
编程语言 时间:
2020-07-24 21:08:55
阅读次数:
66
jq可以给shell提供json解析功能,但托管在epel仓库 yum -y install epel-release yum clean all yum makecache yum -y install jq 若安装过程遇到如下问题: yum Cannot retrieve metalink fo ...
分类:
其他好文 时间:
2020-07-24 19:06:44
阅读次数:
97
{ dataIndex: 'state', title: formatMessage({ id: 'approval.status', defaultMessage: '审批状态' }), render:state=> { const obj = APPROVAL_STATES.find(o => ...
分类:
其他好文 时间:
2020-07-24 19:06:27
阅读次数:
74
springboot环境下使用pageHelper插件进行分页 背景 这两天一直在重构自己的blog系统,更换持久层框架(之前使用Spring Data JPA,别问为什么换,问就是觉得不会用),更换成为Mybatis,但是在系统中有用的分页的业务,所以查询了pageHelper进行分页处理。 分析 ...
分类:
编程语言 时间:
2020-07-24 15:37:12
阅读次数:
73
jquery 是什么? write less,do more. (能兼容大部分浏览器) jquery 是一个javascript库。2006年出现。 插件非常多 jquery库如何在开发中使用? 1)下载js文件,jquery.com jquery.js jquery.min.js <script ...
分类:
Web程序 时间:
2020-07-23 23:29:25
阅读次数:
130
在Zabbix Server服务器上安装oracle-instantclient11.2后,结果使用sqlplus命令时遇到“sqlplus: error while loading shared libraries: libnsl.so.1: cannot open shared object f... ...
分类:
数据库 时间:
2020-07-23 23:19:25
阅读次数:
107
题目来源: http://codeforces.com/problemset/problem/158/A "Contestant who earns a score equal to or greater than the k-th place finisher's score will advan ...
分类:
其他好文 时间:
2020-07-23 23:12:25
阅读次数:
89