码迷,mamicode.com
首页 >  
搜索关键字:document    ( 20024个结果
JavaScript控制滚动条滚动到指定位置
1.打开一个网址,F12,定位到我们想到滚动的位置 比如定位到翻页的位置,我们可以取到翻页div的class=page-inner 2.在Consle输入滚动效果的Js代码: 1 function elementPosition(obj) { 2 var curleft = 0, curtop = ...
分类:编程语言   时间:2021-04-13 12:45:14    阅读次数:0
底层图片滑动
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:其他好文   时间:2021-04-10 12:58:45    阅读次数:0
C# 将多个图片合成 pdf 及 多个pdf 合成 pdf 方案
获取 itextsharp 包 files 图片文件路径列表 pdfFileName 输出的 pdf文件 public bool MergeFileToPDF(List<string> files,string pdfFileName) { iTextSharp.text.Document docu ...
分类:Windows程序   时间:2021-04-09 13:38:52    阅读次数:0
重构系统默认 alert() 方法
以下是针对移动端所设计的样式,如需pc端的请自行更改 window.onload = function(){ window.alert = function(msg, callback) { var div = document.createElement("div"); div.innerHTML ...
分类:其他好文   时间:2021-04-09 13:35:30    阅读次数:0
(定期更改Login Windows和Lotus密碼)
IT Procedure (定期更改Login Windows和Lotus密碼) Document Name: 定期更改Login Windows和Lotus密碼 Effective Date: 2007/10/15 Responsible By Type Windows Category User ...
分类:Windows程序   时间:2021-04-08 13:29:06    阅读次数:0
云森物联网一些不错的JS
//屏蔽鼠标右键 var jsArgument = document.getElementsByTagName("script")[document.getElementsByTagName("script").length-1].src; //获取传递的参数 rightButton = jsArg ...
分类:Web程序   时间:2021-04-07 11:24:47    阅读次数:0
JavaScript
JavaScript 严格检查模式strict 'use strict' ; 严格检查模式,预防JavaScript的随意性导致产生的一些问题,放在script标签的第一行 局部变量建议使用let去定义 <!DOCTYPE html> <html lang="en"> <head> <meta ch ...
分类:编程语言   时间:2021-04-07 11:05:06    阅读次数:0
遍历文件夹,寻找匹配的内容,匹配对应的数据,及所在的文件
# @Filename: search_document.py import os,re import shutil import pandas as pd import time class atom_file(object): def re_doucement(self,path,pattern ...
分类:其他好文   时间:2021-04-06 14:59:44    阅读次数:0
table 导出简单的excel
注意table 标签的id test0() { let exportFileContent = document.getElementById('mtable').outerHTML; let blob = new Blob([exportFileContent], { type: 'text/pl ...
分类:其他好文   时间:2021-04-05 11:50:59    阅读次数:0
天气插件(vue)和风天气插件
本来项目中用的中国天气,今天突然发现天气不显示了,突然报错net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH 然后上中国天气管网去看,发现登陆都报错404了。。。 当时就一口老血。。。 后来翻了翻有采用了和两个样式差不多的和风天气,从两个人的管网体验和风就胜出了一大截。在 ...
分类:其他好文   时间:2021-04-02 13:37:18    阅读次数:0
20024条   上一页 1 ... 10 11 12 13 14 ... 2003 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!