zoukankan      html  css  js  c++  java
  • 弹出无边框网页的Javscrpt代码

    Imports Microsoft.VisualBasic
    Imports System.Data
    Imports System.Data.OleDb
    1ublic Class Config
    2    Public conn As OleDbConnection
    3
    4    Public StrAdminName As String   ''管理用户名
    5    Public StrPassword As String    ''密码
    6    Public StrLoginTime As String   ''登录时间 
    7
    VB.NET操作JS代码
  • 相关阅读:
    BZOJ 2152 聪聪可可
    hdu 1028 && hdu 1398 && hdu 1085 && hdu 1171 ——生成函数
    bzoj 4827 [Hnoi2017]礼物——FFT
    bzoj 4503 两个串——FFT
    bzoj 3527 [Zjoi2014]力——FFT
    bzoj 3160 万径人踪灭——FFT
    bzoj 2194 快速傅立叶之二
    bzoj 2179 FFT快速傅立叶
    洛谷 3803 【模板】多项式乘法(FFT)
    CF 622F The Sum of the k-th Powers——拉格朗日插值
  • 原文地址:https://www.cnblogs.com/zhangchenliang/p/737500.html
Copyright © 2011-2022 走看看