Share Given an array of integers, 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Find all the elements that appe ...
分类:
其他好文 时间:
2020-05-14 11:11:27
阅读次数:
60
原来: # See smb.conf.example for a more detailed config file or # read the smb.conf manpage. # Run 'testparm' to verify the config is correct after # yo ...
分类:
系统相关 时间:
2020-05-14 01:54:38
阅读次数:
86
在本地环境中安装SVN window版本自行搜索图文教程。 linux版本(以我的 ubuntu 为例子) 我尝试直接敲SVN svn 报错 Command 'svn' not found, but can be installed with: apt install subversion Plea ...
分类:
其他好文 时间:
2020-05-13 16:56:06
阅读次数:
162
IIS 7.5安装默认是不安装asp/php/jsp支持的 解决办法也很简单 再次安装IIS功能 在 万维网服务-应用程序开发上勾选asp 就万事大吉了。。。 故障现象: 解决方法: ...
缺失值、重复值的查看、删除、填充,使用dropna、fillna、interpolate函数处理缺失值,使用duplicated、drop_duplicates函数处理重复值,使用reset_index函数重置行索引 ...
分类:
其他好文 时间:
2020-05-12 18:34:36
阅读次数:
93
leetcode 26.[删除排序数组中的重复项] [删除排序数组中的重复项]: https://leetcode cn.com/problems/remove duplicates from sorted array/ leetcode 27.[移除元素] [移除元素]: https://leet ...
分类:
编程语言 时间:
2020-05-10 18:43:21
阅读次数:
57
如果元组中含有数字,就会报错:TypeError: sequence item 1: expected str instance, int found 解决: 去空格: ...
分类:
其他好文 时间:
2020-05-10 10:34:25
阅读次数:
61
今天用postman调用后端接口的时候报出这个错误,如下图。 错误原因是用的https请求如下图 把请求改为http即可解决这个错误,如下图 ...
分类:
Web程序 时间:
2020-05-10 01:44:07
阅读次数:
95
CI ~ CodeIgniter在nginx下报错404 Not Found ,解决办法 思路:linux下的/etc/nginx/conf.d,找到nginx的配置文件,修改默认配置文件为自己的新网站配置 下面ABC替换为你的网址,最后再重启服务器即可,service nginx restart ...
分类:
其他好文 时间:
2020-05-09 19:06:47
阅读次数:
70
https://blog.csdn.net/at10090/article/details/99701422 救命链接在这 记住了,lib是放在这个web的WEB-INF下面的。 数据库的使用: 1.JDBCUTILS的话 是把connection statement resultset的释放给封装 ...
分类:
编程语言 时间:
2020-05-09 00:25:43
阅读次数:
61