Tomcat实现oracle查询数据,鼠标点击数据选中行数据传入打印区域 <%@ page contentType="text/html;charset=utf-8" language="java" errorPage="" %><%@ page import="java.text.*"%><%@ page import="java.sql.*" %><%@ page import="java.util.*"%><html><head> <title>print</t...
python实现链接oracle数据库定时查询数据生成excel import csvimport cx_Oracleimport timefrom datetime import datetimeimport pandas as pdimport scheduleimport win32com.client as win32def sjcx():# 生成excel文件名 curr_time = time.strftime('%Y%m%d%H', time.localtime(time.time())) csv_file...
登录界面js验证用户名密码 <html><!DOCTYPE html><html lang="en" class="no-js"><%@ page contentType="text/html;charset=utf-8" language="java" errorPage="" %> <head> <title>登录(Login)</title> <meta name="viewpo...
python自定义时间定时发送带附件抄送outlook邮件 # -*- coding: utf-8 -*-"""Module 根据定义的Task,发送邮件提醒,避免遗漏处理"""from asyncio import exceptionsimport osimport xlrdimport scheduleimport timeimport win32com.client as win32from datetime import datetime,datedictWeek={0:"Monday",1:"Tu
python 将excel文件转换为json文件 import datetimeimport timefrom tokenize import Doubleimport xlrdimport jsonfrom datetime import datetimefrom xlrd import xldate_as_datetime, xldate_as_tupledef open_excel(file): """ 打开execl文件 :param file: excel文件名字 :return...
python定时发送带附件outlook邮件 import win32com.client as win32import pythoncomimport scheduleimport timepythoncom.CoInitialize()curr_time = time.strftime('%Y%m%d%H%M%S', time.localtime(time.time()))def send_mail(): outlook = win32.Dispatch('Outlook.Application') re...
【无标题】js根据table值修改整行背景颜色 <script type="text/javascript"> // 第5列 var column_num = 3; // 获取元素 var table = document.getElementById("hz1"), rows = table.getElementsByTagName("tr"); ...