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

2020年1月7日

netcore MVC一些常用

摘要: 渲染页面 @await Html.PartialAsync("_HeaderJs") 部分可以加也可以不加 @RenderSection("Scripts", required: false)@RenderBody() @if (this.Url.ActionContext.RouteData.Values["controller"].ToString() == "Default" &&... 阅读全文

posted @ 2020-01-07 16:55 HOT SUMMER 阅读(317) 评论(0) 推荐(0) 编辑

2020年1月3日

EF配置

摘要: 1.nuget添加Microsoft.EntityFrameworkCore.SqlServer 2. 3.VS执行报错 Add-Migration InitialDB Get-ExecutionPolicy -List Set-ExecutionPolicy RemoteSigned -Scope 阅读全文

posted @ 2020-01-03 11:00 HOT SUMMER 阅读(198) 评论(0) 推荐(0) 编辑

2019年9月22日

pycharm 生成requirements.txt

摘要: 在命令行中输入 1 安装requirements文件中的包 阅读全文

posted @ 2019-09-22 17:45 HOT SUMMER 阅读(4737) 评论(0) 推荐(2) 编辑

2019年8月29日

python 一般处理

摘要: #!/usr/bin/env python# -*- coding:utf-8 -*-# Author:afei# QQ:97259460# date = 2019/8/29s_code1=''s_code2=',1,2,3's1=s_code2.strip(',').split(',')s2=s_code1.strip(',').split(',')print(s1)print(s2)s3 =... 阅读全文

posted @ 2019-08-29 15:23 HOT SUMMER 阅读(141) 评论(0) 推荐(0) 编辑

乱码解决

摘要: 控制面板 >更改日期时间或数字格式 阅读全文

posted @ 2019-08-29 14:13 HOT SUMMER 阅读(134) 评论(0) 推荐(0) 编辑

2019年8月16日

django文章对本项目有用的收集

摘要: 1.在django中使用自定义标签实现分页功能 https://www.cnblogs.com/MnCu8261/p/5943609.html https://www.cnblogs.com/baili-luoyun/p/11075459.html 关于django2.0+Xadmin 后台页面多级 阅读全文

posted @ 2019-08-16 13:42 HOT SUMMER 阅读(169) 评论(0) 推荐(0) 编辑

2019年8月9日

C#Selenium常用语法功能 很好的文章,值得参考收藏

摘要: https://blog.csdn.net/a1003434346/article/details/80257946https://www.jianshu.com/p/310623afcde1https://www.codeproject.com/Questions/1242881/Saving-s 阅读全文

posted @ 2019-08-09 17:43 HOT SUMMER 阅读(247) 评论(0) 推荐(0) 编辑

2019年7月13日

C# selenium 高级

摘要: https://www.cnblogs.com/morang/p/7441091.html https://www.cnblogs.com/tobecrazy/p/4817946.html https://www.cnblogs.com/qixue/p/3977135.html https://ww 阅读全文

posted @ 2019-07-13 11:42 HOT SUMMER 阅读(977) 评论(0) 推荐(0) 编辑

2019年7月11日

隐士等待与显示等待

摘要: public void Login() { try { //1.打开 //隐士等待 //driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(10); // 每... 阅读全文

posted @ 2019-07-11 16:11 HOT SUMMER 阅读(363) 评论(0) 推荐(0) 编辑

2019年7月2日

C# Selenium操作指南,关闭黑色CMD窗口/禁用图片/隐藏浏览器等

摘要: 引用部分:1. 2. 配置部分: https://www.cnblogs.com/NorthAlan/p/5156259.html 不错原文:https://blog.csdn.net/PLA12147111/article/details/92000480 阅读全文

posted @ 2019-07-02 14:34 HOT SUMMER 阅读(1637) 评论(0) 推荐(0) 编辑

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

导航