码迷,mamicode.com
首页 >  
搜索关键字:here document    ( 26655个结果
kafka binding to ipv6 port even though ipv4 address specified in config
I am in a bit of a bind (pun intended). I have a ubuntu server running kafka & zookeeper. This server has both ipv4 and ipv6 protocols installed. In t ...
分类:其他好文   时间:2021-06-02 12:29:05    阅读次数:0
用js模拟键盘输入
从目前找到的资料来看,这个模拟不能起到所有的作用,主要体现在键盘的有一些事件不能完整的体现 出来 先做个记录吧。 //这个就是用来输入字科符的 var inpEle=document.getElementById("stockCode"); var st ='000001' var evt = ne ...
分类:Web程序   时间:2021-06-02 12:08:21    阅读次数:0
vue 下载pdf url
const url = data.data.url // const url = window.URL.createObjectURL(new Blob([data.data.url])) const link = document.createElement('a') // 创建a标签 link. ...
分类:Web程序   时间:2021-06-02 11:14:37    阅读次数:0
js hook
//cookie hook (function () { 'use strict'; var cookie_cache = document.cookie; Object.defineProperty(document, 'cookie', { get: function () { console. ...
分类:Web程序   时间:2021-06-02 10:33:51    阅读次数:0
HTML学习06- 快速参考
来自 W3School 的 HTML 快速参考。可以打印它,以备日常使用。 HTML Basic Document <html> <head> <title>Document name goes here</title> </head> <body> Visible text goes here < ...
分类:Web程序   时间:2021-05-25 18:41:32    阅读次数:0
impdp 导出导入注意事项
finchina用户登录财汇数据库: 1.备份财汇数据库(finchina) 登陆Oracle服务器端: (1)在操作系统上建立真实目录(注意当前路径有足够大的存储空间) mkdir -p /oracle/db/20210430 echo $ORACLE_SID sqlplus / as sysdb ...
分类:其他好文   时间:2021-05-25 18:12:10    阅读次数:0
mongodb sort
往常使用options.Find().SetSort(bson.D{{"a", -1},{"b", -1}})结果报错,感觉使用方法没问题,排查之后发现是import的包错了导致。 cannot transform type bson.D to a BSON Document: WriteArray ...
分类:数据库   时间:2021-05-25 18:10:59    阅读次数:0
图片放大,发大镜效果
// html部分 <div class="fdj"> <div class="left"> <div class="zhezhao"></div> </div> <div class="right"></div> </div> // css部分 .fdj{ width:100vw; height: ...
分类:其他好文   时间:2021-05-25 17:55:05    阅读次数:0
arcgis for js 闪烁
$(document).ready(function () { function checkKey(evt) { var keyID = (evt.charCode) ? evt.charCode : ((evt.which) ? evt.which : evt.keyCode); alert(ke ...
分类:Web程序   时间:2021-05-24 17:17:10    阅读次数:0
mysql select into方式导入导出
前提条件是要设置secure_file_priv,该参数是需要重启实例的 mysql> show variables like '%secure%';+ + +| Variable_name | Value |+ + +| require_secure_transport | OFF || secu ...
分类:数据库   时间:2021-05-24 17:05:50    阅读次数:0
26655条   上一页 1 ... 9 10 11 12 13 ... 2666 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!