摘要: EasyQBlog介绍.NET 8 + Q-Blog 2.0博客模板 + easyweb iframe后台模板 开发的个人博客 演示地址:https://www.baocaige.top 暂不开源,需要滴滴!!! 项目截图 阅读全文
posted @ 2024-11-05 15:12 大番薯没有心 阅读(20) 评论(0) 推荐(0)
摘要: EasyAdmin .NET 8 + easyweb iframe后台模板 搭建的基本权限管理系统 阅读全文
posted @ 2024-10-15 17:14 大番薯没有心 阅读(94) 评论(0) 推荐(0)
摘要: ​ HplusAdmin 介绍 一套ASP.NET WebForm(不用控件) hplus+asp.net+sqlserver 基本权限管理系统 http://hplus.baocaige.top https://gitee.com/LiuCabbage/HplusAdmin 账号 普通账号 账号: 阅读全文
posted @ 2024-03-06 22:41 大番薯没有心 阅读(58) 评论(1) 推荐(1)
摘要: RightControl_Blog 介绍 前台使用燕十三博客前端模板,后台基于RightControl .NET通用角色权限管理系统搭建,已完成。项目地址:http://www.baocaige.top码云地址:https://gitee.com/LiuCabbage/RightControl_Bl 阅读全文
posted @ 2019-07-30 00:22 大番薯没有心 阅读(364) 评论(0) 推荐(0)
摘要: SimpleService 介绍 一个简单的Windows Service定时服务 https://gitee.com/LiuCabbage/SimpleService 使用说明 阅读全文
posted @ 2024-06-30 14:55 大番薯没有心 阅读(25) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalabl 阅读全文
posted @ 2024-03-06 23:36 大番薯没有心 阅读(99) 评论(0) 推荐(0)
摘要: html <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf 阅读全文
posted @ 2023-12-29 15:48 大番薯没有心 阅读(60) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <title>表格斜线</title> <style> html { height: 100%; } body { height: calc(100% - 16px); } .wrap { position: absolute; top: 阅读全文
posted @ 2022-06-22 14:02 大番薯没有心 阅读(504) 评论(0) 推荐(0)
摘要: ​ vs 智能提示的错 不影响生成 仅生成就看不到了 ​ 出现原因:<%=变量%> 出现在 if foreach 等闭合标签下面就会提示错误 解决方法:<%=变量%> 放到闭合标签之前就行 最后补充一点 存在双循环且前面无其他 输出变量值时 也会报这个错(单循环不会) 解决方法 只需在双循环前输出一 阅读全文
posted @ 2022-06-09 11:28 大番薯没有心 阅读(834) 评论(0) 推荐(0)
摘要: js if (document.getElementById("map")) { console.log("存在"); console.log(document.getElementById("map")); } else { console.log("不存在"); console.log(docu 阅读全文
posted @ 2020-09-24 11:29 大番薯没有心 阅读(522) 评论(0) 推荐(0)
摘要: KindEditor官网地址:http://kindeditor.net/about.php 效果图 第一步: 项目添加LitJSON.dll引用 位置:kindeditor/asp.net/bin/LitJSON.dll 第二步: 修改KindEditor上传图片文件一般处理程序的图片位置 项目根 阅读全文
posted @ 2020-08-06 17:28 大番薯没有心 阅读(228) 评论(0) 推荐(0)
摘要: 效果图 scroll_table.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>表格滚动</title> <script src="jquery.min.1.8.3.js" type="text/javascript 阅读全文
posted @ 2020-08-06 15:42 大番薯没有心 阅读(442) 评论(0) 推荐(0)
摘要: 定义和用法 DATEADD() 函数在日期中添加或减去指定的时间间隔 DATEADD(datepart,number,date) DATEDIFF() 函数返回两个日期之间的时间。(注意startdate,enddate给0的话,是和1900-01-01比较的) DATEDIFF(datepart, 阅读全文
posted @ 2020-05-28 15:32 大番薯没有心 阅读(363) 评论(0) 推荐(0)
摘要: FineAdmin.Mvc 介绍 使用ok-admin+ASP.NET MVC搭建的通用权限后台管理系统RightControl后台layui模板不太好看,换成ok-admin v2.0重写一遍。项目地址:http://fineadmin.baocaige.top 技术选型 MVC5 Mysql D 阅读全文
posted @ 2019-12-05 10:59 大番薯没有心 阅读(1056) 评论(0) 推荐(0)
摘要: 问题出现场景:为什么要用 jquery给input赋值,为什么input带有display:none 在做字典查询的时候,查询参数有字典类型的treeSelect 下拉框,treeSelect渲染后,会自动给input加上display:none,(此时input type属性是text)选中后会给 阅读全文
posted @ 2019-11-28 16:49 大番薯没有心 阅读(1328) 评论(0) 推荐(0)
摘要: ASP.NET MVC QQ Connect 介绍 ASP.NET MVC QQ互联接入Demo。 项目地址:https://gitee.com/Liu_Cabbage/ASP.NET-MVC-QQ-Connect 项目说明 因为个人博客要接入QQ互联,也是第一次玩,不熟悉,所以就先写了这个Demo 阅读全文
posted @ 2019-08-13 16:30 大番薯没有心 阅读(318) 评论(0) 推荐(0)
摘要: 一:首先为什么要改为TLS1.2 因为各大浏览器相继发布声明将停止支持 TLS 1.0 和 TLS 1.1 https://www.cnblogs.com/jpush88/p/9846047.html 二:下载windows服务器安全管理工具 IISCrypto 链接: https://pan.ba 阅读全文
posted @ 2019-08-13 16:19 大番薯没有心 阅读(3399) 评论(1) 推荐(1)
摘要: 第一步:下载证书,导入证书到IIS https://help.aliyun.com/knowledge_detail/95502.html 站点绑定https 第二部:安装URL重写模块 rewrite_amd64_zh-CN.msi 链接: https://pan.baidu.com/s/1Kbz 阅读全文
posted @ 2019-08-13 15:45 大番薯没有心 阅读(2174) 评论(0) 推荐(0)
摘要: 打开命令提示符: 执行合并命令: git pull --rebase origin master 最后总结: 1、多为第一次提交代码,本地和码云仓库不一致,README.md文件不在本地代码目录中 2、可以通过如下命令进行代码合并【注:pull=fetch+merge] git pull --reb 阅读全文
posted @ 2019-07-25 12:05 大番薯没有心 阅读(315) 评论(0) 推荐(0)
摘要: 在做博客文章详情的时候,有一个拓展阅读的功能: 想法一:根据当前文章Id,写死两条链接,Id+1,Id-1,但是文章Id可能被删除,Id不连续,不可取。× 想法二:获得当前文章记录的前一条和后一条记录,好像有点难受,要查询两次。查询两次,可行。√ 想法三:直接获取文章表两条随机的记录。一次查询,舒服 阅读全文
posted @ 2019-07-17 16:56 大番薯没有心 阅读(287) 评论(0) 推荐(0)