行易软件

少谈技术,多谈应用

博客园 首页 新随笔 联系 订阅 管理
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页

2020年7月7日 #

摘要: 可折叠A: <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css"> <script src="http:/ 阅读全文
posted @ 2020-07-07 18:14 行易软件技术团队 阅读(175) 评论(0) 推荐(0) 编辑

2020年7月5日 #

摘要: 前端参考代码: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org 阅读全文
posted @ 2020-07-05 14:03 行易软件技术团队 阅读(173) 评论(0) 推荐(0) 编辑

2020年7月3日 #

摘要: 第一步: 创建一个Html5文件: 第二步: 代码如下: import re from bs4 import BeautifulSoup htmlDoc='''<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-U 阅读全文
posted @ 2020-07-03 15:40 行易软件技术团队 阅读(1532) 评论(0) 推荐(0) 编辑

2020年6月30日 #

摘要: 第一步: 设计表格MaxMin,结构如下: 里面填满了测试数据: 第二步: 写测试代码: select PlayerSID, max(case RaterName when 'pw01' then MaxSign1+MinSign1+MaxSign2+MinSign2 else '' end) as 阅读全文
posted @ 2020-06-30 18:17 行易软件技术团队 阅读(161) 评论(0) 推荐(0) 编辑

2020年6月28日 #

摘要: Content Box Border Box 点击此处查看源码 阅读全文
posted @ 2020-06-28 15:46 行易软件技术团队 阅读(140) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2020-06-28 14:01 行易软件技术团队 阅读(508) 评论(0) 推荐(0) 编辑

2020年6月25日 #

摘要: 代码如下: <!DOCTYPE html> <html> <head> <title></title> <style> table{ width: 400px; height:300px; } td{ box-shadow: 5px 5px 5px grey; padding-left: 20px; 阅读全文
posted @ 2020-06-25 10:55 行易软件技术团队 阅读(141) 评论(0) 推荐(0) 编辑

2020年6月24日 #

摘要: 爬网演练代码1: import requests from bs4 import BeautifulSoup url = 'https://www.cnblogs.com/exesoft/p/13184331.html' r = requests.get(url, timeout=30) r.enc 阅读全文
posted @ 2020-06-24 09:32 行易软件技术团队 阅读(163) 评论(0) 推荐(0) 编辑

2020年6月23日 #

摘要: 代码如下: <!doctype html> <html> <head> <meta charset="utf-8"> <title>源表格</title> <style> .exesoft-table{ width:300px; height:200px; } .exesoft-table th,. 阅读全文
posted @ 2020-06-23 20:34 行易软件技术团队 阅读(165) 评论(0) 推荐(0) 编辑

2020年6月22日 #

摘要: content-box:padding和border不被包含在定义的width和height之内。对象的实际宽度等于设置的width值和border、padding之和,即 ( Element width = width + border + padding ).此属性表现为标准模式下的盒模型。bo 阅读全文
posted @ 2020-06-22 11:16 行易软件技术团队 阅读(206) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页