不得不再次鄙视一下 csdn(床上低能) ,stackoverflow才是正解。 ref: https://stackoverflow.com/questions/42858611/mounting ntfs drives on a mac with r w 在Mac上,默认情况对NTFS磁盘的挂载 ...
分类:
移动开发 时间:
2019-12-29 11:17:21
阅读次数:
89
转自:https://blog.csdn.net/cp026la/article/details/86493503 1. 简介: 目前,国内大部分公司都使用 MyBatis作为持久层框架。本章整合MyBatis,在上一章的基础上进行扩展。废话少说,直接上代码。 2. pom 主要依赖如下: <dep ...
分类:
编程语言 时间:
2019-12-28 22:29:04
阅读次数:
67
安装完爬虫框架pyspider之后,使用pyspider all 命令,输入http://localhost:5000运行就出现上述错误 原因是因为WsgiDAV发布了版本 pre-release 3.x。 解决方法如下: 在安装包中找到pyspider的资源包,然后找到webui文件里面的webd ...
分类:
Web程序 时间:
2019-12-28 19:23:24
阅读次数:
111
前言前一阵开发过程遇到的问题,用的rabbitmqtemplate发送消息,消息body里的时间是比当前时间少了8小时的,这种一看就是时区问题了。就说说为什么出现吧。之前的配置是这样的:@BeanpublicRabbitTemplaterabbitTemplate(ConnectionFactoryconnectionFactory){RabbitTemplatetemplate=newRabbi
分类:
其他好文 时间:
2019-12-27 19:46:46
阅读次数:
113
kali 中文网:http://www.kali.org.cn/forum.php?gid=67 Kali官方教材:https://kali.training/ Kali Linux 秘籍:wizardforcel/kali-linux-cookbook-zh - 码云 - 开源中国 Kali Li ...
分类:
Web程序 时间:
2019-12-27 11:52:56
阅读次数:
126
https://github.com/TonyChen56/WeChatRobot https://blog.csdn.net/github_33226586/article/details/50717089 微信web协议分析和实现微信机器人(微信网页版 wx2.qq.com)1.打开首页,分配一 ...
分类:
其他好文 时间:
2019-12-27 10:08:05
阅读次数:
488
一、下面是red hat/CentOs7关闭防火墙的命令! 1:查看防火状态 systemctl status firewalld service iptables status 2:暂时关闭防火墙 systemctl stop firewalld service iptables stop 3:永 ...
分类:
系统相关 时间:
2019-12-26 16:22:40
阅读次数:
200
1.语法格式: 注:item获得的都是值而不是下标 2.v-for中添加key 添加key有利于复用,并且希望key为唯一的(希望像Java中的UUID类型),一般不用index,这是根据虚拟DOM的渲染机制算法决定的。 3.数组中那些方法是响应式的 响应式:操作数据会让视图发生对应的更新 push ...
分类:
其他好文 时间:
2019-12-26 09:29:37
阅读次数:
71
Inception V1: https://medium.com/coinmonks/paper review of googlenet inception v1 winner of ilsvlc 2014 image classification c2b3565a64e7 整体: https:// ...
分类:
其他好文 时间:
2019-12-25 23:35:15
阅读次数:
100
1、 设置静态IP流程:https://blog.csdn.net/weixin_41722842/article/details/82770904 系统签名打包文件在以上博客中的链接内 2、 在<manifest>标签内加上 android:sharedUserId="android.uid.sy ...
分类:
移动开发 时间:
2019-12-25 20:12:02
阅读次数:
747