码迷,mamicode.com
首页 >  
搜索关键字:here document    ( 26655个结果
行为验证码AJ-Captcha
参考链接: https://captcha.anji-plus.com/#/doc https://github.com/anji-plus/captcha http://doc.ruoyi.vip/ruoyi-vue/document/cjjc.html#%E9%9B%86%E6%88%90aj- ...
分类:其他好文   时间:2021-04-14 11:53:09    阅读次数:0
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
jsp.6
<%@ page contentType="text/html;charset=UTF-8" language="java"%> <html> <head> <title>登陆界面</title> <link rel="stylesheet" href="./layui/css/layui.css" ...
分类:Web程序   时间:2021-04-13 12:20:28    阅读次数:0
《写给程序员的Python教程》阅读随笔---python禅学(Zen_of_python)
Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better tha ...
分类:编程语言   时间:2021-04-13 12:03:32    阅读次数:0
【每日一题】5. 城市网络 (树上倍增)
补题链接:Here LCA 算法讲解:Here 考虑用 \(f[i][j]\) 表示从i往上走,能买珠宝的第 \(2^j\) 个点是哪个,显然,如果我们知道每个 $f[i][0]$的值, 那么 \(f[i][j]=f[f[i][j?1]][j?1]\) ( i 往上的第2 j?1 个点再往上 2j? ...
分类:其他好文   时间:2021-04-12 12:10:35    阅读次数:0
Django的orm数据库操作
一、创建表 创建模型 创建名为book的app,在book下的models.py中创建模型: from django.db import models # Create your models here. class Book(models.Model): id=models.AutoField(p ...
分类:数据库   时间:2021-04-10 13:08:36    阅读次数: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
实验2
text.1 x1, y1=1.2, 3.57 x2, y2=2.26, 8.7 print('{:-^40}'.format('输出1')) print('x1={}, y1 ={}'.format(x1, y1)) print('x2={}, y2 ={}'.format(x2,y2)) pri ...
分类:其他好文   时间:2021-04-09 13:25:16    阅读次数:0
26655条   上一页 1 ... 18 19 20 21 22 ... 2666 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!