小程序点击复制页面文本内容到剪贴板 1 <view class='text operation' bindtap="copyPwd" data-copy='{{item.password}}'> 2 <text decode="true" >复制密码</text> 3 </view> 1 /** 2 ...
分类:
微信 时间:
2020-06-11 13:42:58
阅读次数:
124
1.微信小程序直接写 设置空格无效 解决:卸载<text>组件中,并设置decode属性为true即可。 1 <view class='text operation'> 2 <text decode="true" >查 看</text> 3 < ...
分类:
微信 时间:
2020-06-11 13:35:00
阅读次数:
215
单臂路由配置虚拟子接口[R1]intg0/0/0.1[R1-GigabitEthernet0/0/0.1]dot1qterminationvid10[R1-GigabitEthernet0/0/0.1]ipadd192.168.10.25424[R1-GigabitEthernet0/0/0.1]arpbroadcastenable[R1-GigabitEthernet0/0/0.1]q配置思路:
分类:
其他好文 时间:
2020-06-11 00:41:51
阅读次数:
66
转自:https://www.cnblogs.com/cartsp/p/6434371.html 我们先来看一个公式:Mipiclock = [ (width+hsync+hfp+hbp) x (height+vsync+vfp+vbp) ] x(bus_width) x fps/ (lane_nu ...
分类:
其他好文 时间:
2020-06-08 00:30:08
阅读次数:
120
For a binary tree T, we can define a flip operation as follows: choose any node, and swap the left and right child subtrees. A binary tree X is flip e ...
分类:
其他好文 时间:
2020-06-08 00:23:38
阅读次数:
49
import cn.hutool.extra.qrcode.QrCodeUtil; // 生成链接 String url = longUrl(inviteId, inviteDetailId, EMAIL_SEND_TYPE, CLICK_OPERATION); String path = newF ...
分类:
编程语言 时间:
2020-06-06 10:39:25
阅读次数:
140
这几天客户反映用网站每天都有几分钟连不上,报错信息如下: 刚开始判断是由于IIS或者网络原因设置导致的,调整了一下IIS的参数试了一下网络,网络正常。第二天还是一样的报错。最后将原因归结于oracle数据库的问题。随即查看alert.log。 在alert.log日志中出现大量的报错信息: atal ...
分类:
其他好文 时间:
2020-06-05 11:36:51
阅读次数:
80
(一)统计信息收集概述 在Oracle 11g中,默认有3个自动任务,分别是:自动统计信息收集、SQL调优顾问、段空间调整顾问,查看方法如下: SQL> SELECT CLIENT_NAME,TASK_NAME,OPERATION_NAME,STATUS FROM dba_autotask_task ...
分类:
数据库 时间:
2020-06-03 20:38:37
阅读次数:
78
参考文献 https://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_os_grps_usrs.htm#EMBSC146
分类:
数据库 时间:
2020-06-02 09:38:24
阅读次数:
287
from win32com.client import Dispatch import os from random import uniform from time import sleep class Operation: def __init__(self, dm, hwnd): self.d ...
分类:
编程语言 时间:
2020-06-02 00:16:12
阅读次数:
121