上一页 1 2 3 4 5 6 7 ··· 19 下一页
摘要: from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support.wait import WebDriverWait fr 阅读全文
posted @ 2019-10-28 10:48 wangway 阅读(244) 评论(0) 推荐(0) 编辑
摘要: Sub ExportImages() Dim doc As Document Dim folderPath As String Dim pageCount As Long Dim i As Long Dim pApp As Object Dim pre As Object Dim sld As Object Set pApp = CreateObject("Powerpoint.Applicati 阅读全文
posted @ 2019-10-24 19:38 wangway 阅读(779) 评论(0) 推荐(0) 编辑
摘要: mport random from selenium import webdriver from selenium.webdriver import ActionChains from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as EC fr... 阅读全文
posted @ 2019-10-22 20:36 wangway 阅读(245) 评论(0) 推荐(0) 编辑
摘要: Public Sub MergeSameItem(ByVal Rng As Range, Optional KeyColumnNo = 1, Optional MergeColumnNo = 1) '*Rng 参数出入一个Range区域,注意该区域必须是已经按key先排好序的 '*KeyColumnNo 参数表示关键字在Rn... 阅读全文
posted @ 2019-08-13 22:26 wangway 阅读(274) 评论(0) 推荐(0) 编辑
摘要: Public Sub SmartIndenterProcedure() Dim StartLine As Long, EndLine As Long Dim LineIndex As Long Dim StartCol As Long, EndCol As Long Dim LineText As String Dim ProcName As S... 阅读全文
posted @ 2019-08-01 22:57 wangway 阅读(339) 评论(0) 推荐(0) 编辑
摘要: from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support.wait import WebDriverWait f... 阅读全文
posted @ 2019-06-28 12:05 wangway 阅读(392) 评论(0) 推荐(0) 编辑
摘要: Sub 根据红色整理选择题答案() N = 0 Selection.HomeKey Unit:=wdStory Selection.Find.ClearFormatting Selection.Find.Font.Color = wdColorRed Selection.Find.Replacement.ClearFormatting With S... 阅读全文
posted @ 2019-06-11 15:14 wangway 阅读(279) 评论(0) 推荐(0) 编辑
摘要: Sub LayoutForExamPaper8() Dim StartTime As Variant Dim UsedTime As Variant StartTime = VBA.Timer Application.ScreenUpdating = False Dim oneP As Paragraph Dim rng As Range ... 阅读全文
posted @ 2019-06-11 09:00 wangway 阅读(183) 评论(0) 推荐(0) 编辑
摘要: jQuery(function($){jQuery.ajaxSetup({cache:false});});/*重置ajax并取消缓存*/ /*初始化语言*/ if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = '第'; $.fn.pagination.defaults.afterPageText = '共 {pa... 阅读全文
posted @ 2019-05-08 21:51 wangway 阅读(241) 评论(0) 推荐(0) 编辑
摘要: (function($){ $.easyui={indexOfArray:function(a,o,id){ for(var i=0,_1=a.length;i=0;i--){ _9.unshift(_a.children[i]); } } } }}; $.parser={auto:true,onComplete:function(_b){ },plugins:["draggable","dro... 阅读全文
posted @ 2019-05-08 21:40 wangway 阅读(1305) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 19 下一页