完整原文: "https://hongwan.xyz/archives/" 一.支持ie11: 二.组件切换返回最顶层 三.页面缓存 四.路由跳转 参数接收: 五.[Vue warn]: Error in mounted hook: "TypeError: Cannot read property ...
分类:
其他好文 时间:
2020-03-17 13:57:03
阅读次数:
69
恢复内容开始 题面:https://www.luogu.com.cn/problem/P1347 明确题目中三种结果的关系。 对于每一个输入的条件,我们都进行拓扑。 Ⅰ如果发现本次拓扑进入队列的点不是所有的点 ,说明有环,那么后续无论如何都是不能确定大小关系的,直接输出 Ⅱ如果单次有两个入度为0的点 ...
分类:
编程语言 时间:
2020-03-16 14:58:34
阅读次数:
56
PHP判断字符串编码函数mb_detect_encoding总结 iconv — Convert string to requested character encoding(PHP 4 >= 4.0.5, PHP 5) mb_convert_encoding — Convert character ...
分类:
Web程序 时间:
2020-03-16 14:57:32
阅读次数:
69
<table border="1" width="50%" id="table"> <tr> <th>学号</th> <th>姓名</th> <th>操作</th> </tr> <tr> <td>xh001</td> <td>阮雌</td> <td><a href="javascript:;" on ...
分类:
其他好文 时间:
2020-03-16 14:45:41
阅读次数:
84
错误信息: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor 问题存在点: 先确认上面五点的信息的正确性 个人原因,服务名称问题,默认是ORAL,先看自己oracle配 ...
分类:
其他好文 时间:
2020-03-16 13:15:22
阅读次数:
99
报错信息: Emulator: Process finished with exit code 1 Emulator: PANIC: Cannot find AVD system path. Please define ANDROID_SDK_ROOT 解决方法: 1. 删除AVD内所有镜像 2. ...
分类:
移动开发 时间:
2020-03-16 09:18:57
阅读次数:
123
LOGGER.info("创建channelPool耗时{}ms:[{}:{}]", duation, socketAddress.getHostName(), socketAddress.getPort()); 上面这行代码,如果slf4j采用1.5.6,则会识别成这个方法: 如果slf4j采用1 ...
分类:
编程语言 时间:
2020-03-15 22:02:56
阅读次数:
139
最近遇到这样一个问题,百思不得其解: 原因肯定是出在router上,但是具体哪里不清楚,于是百度一番,终于发现解决方法: 其实这是因为创建的router实例是有命名规范的 import Vue from 'vue' import App from './App.vue' import rou fro ...
分类:
其他好文 时间:
2020-03-15 15:01:56
阅读次数:
75
1 module tlv5618( 2 clk ,//50MHz时钟 3 rst_n ,//复位 4 dac_data ,//16位数据输入 5 start ,//DAC驱动使能 6 set_done ,//数据转换完成标志位 7 8 dac_cs_n ,//片选 9 dac_din ,//16数据 ...
分类:
其他好文 时间:
2020-03-15 13:31:21
阅读次数:
50
# Flanneld configuration options # etcd url location. Point this to the server where etcd runs FLANNEL_ETCD_ENDPOINTS="http://127.0.0.1:2379" # etcd c ...
分类:
其他好文 时间:
2020-03-15 11:49:25
阅读次数:
49