10 2023 档案
摘要:public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; string action = context.Request.Params["action"]; //str
阅读全文
摘要:换行 <br /> 空格   隐藏元素 display: none style="z-index: 997; display: none;" 插入头部或脚部员数 <iframe src="foot.html" height="100px" width="100%" frameborder="
阅读全文
摘要:// 得到查询的参数 function queryParams(params) { var temp = { //这里的键的名字和控制器的变量名必须一直,这边改动,控制器也需要改成一样的 action: "query", //查询方式 rows: params.limit, //每页显示数量 pag
阅读全文
摘要:Handler.ashx 1.是什么? 2.运行 点运行,能在网页中出现结果
阅读全文
摘要:Command数据库命令对象,需要取得将要执行的SQL语句。 例:cmd.ExecuteScalar() 1. ExecuteNonQuery 主要执行对数据库的更改,返回受影响的行数。 2. ExecuteReader 主要执行对数据库的读取(只读) 3.ExecuteScalar 主要执行查询,
阅读全文
摘要:页面跳转: <button onclick="window.location.href='http://150.17.232.115/menu/my_menu.aspx'" type="button" id="add">登 录</button> location.href='index.html'
阅读全文
摘要:<button> 跳转页面(html):<button onclick="window.location.href='../routeEdit/index.html'" type="button" id="add">登录</button> 执行动作(asp):<asp:Button runat="s
阅读全文
摘要:截全图 谷歌浏览器 F12>>>>Ctrl+Shift+P>>>>screenshot>>>选截取完整尺寸的屏幕截屏
阅读全文
摘要:https://www.jq22.com/
阅读全文
摘要:1. https://www.hipdf.com/zh-tw/
阅读全文
摘要:1. 在线文字转声音 https://ttsmaker.cn/
阅读全文
摘要:1. Snipaste 是一个简单但强大的贴图工具,同时也可以执行截屏、标注等功能。 Snipaste - 截图 + 贴图
阅读全文
摘要:1. 选择数据,右键。 任务 生成脚本 2. 选择具体的数据库对象 3. 输入要保存的路径,点击高级。 4. 在高级脚本编写选项中,选择架构和数据
阅读全文
摘要:方法1 OK 1.1写在<body>中 <div class="form-group"> <label for="inputPassword3" class="col-sm-2 control-label">部品番号</label> <div class="col-sm-10"> <input ty
阅读全文