摘要:
chrome浏览器是一个简洁快速又精致的浏览器,各种各样的插件极大地提高了工作效率 简洁说明一下google访问助手的安装和使用。 附上chrome浏览器和google访问助手的下载地址 链接:https://pan.baidu.com/s/1LD9pIC_x2lNYMaRyAk5SwA 提取码:7 阅读全文
摘要:
方法一 : 利用组策略关闭win10自动更新的步骤如下:1、按win+R打开“运行”,输入“gpedit.msc”,按下回车。2、找到“计算机配置”→““管理模板”→“Windows 组件”→“Windows 更新”,在右侧找到“配置自动更新”。3、双击“配置自动更新”,选择“已禁用”,点击“确定” 阅读全文
摘要:
JS 代码: <script src="~/Scripts/jquery-1.8.2.min.js"></script> <script> //ajax提交数据 function SubmitStuAnswersAjax(starlist) { $.post("index4", { stu: sta 阅读全文
摘要:
原文作者:小巷而已 【[layui-xtree 3.0]依赖layui form模块 复选框tree插件】 原文链接: https://blog.csdn.net/xianglikai1/article/details/79032278 js 代码 : <link href="layui/css/l 阅读全文
摘要:
从Excel中导出数据: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls 阅读全文
摘要:
jQuery连接: https://pan.baidu.com/s/1Qj948NPMDmcqzcMyKm8nMw 密码:vewr 图片连接: https://pan.baidu.com/s/1Fhaw77EtQxC2Zgc6lY6y7g 密码:jyd1 HTML代码: <!DOCTYPE html 阅读全文
摘要:
简单粗暴 直接进入主题: Html <script src="../js/jquery-2.1.1.min.js"></script> <style> #pic { width: 100px; height: 100px; border-radius: 50%; margin: 20px auto; 阅读全文
摘要:
方法一 :【使用插件】 // 联想功能 stat function cselstreet() { var name = ""; //$("#txtname").keyup(function () { // name = $("#txtname").val(); // alert(name); //} 阅读全文
摘要:
break是跳出一层循环,continue是结束一趟循环 ,return才是结束所有层循环! 如果有多层for循环,break会跳出当前这一层,去执行最外层循环(而不是退出所有层循环);而continue则结束当前次循环(继续)而去执行下次循环,但本层循环没有结束.(注意一层循环和一次循环的区别:一 阅读全文
摘要:
前期准备 : 安装xampp;打开文件E:\xampp\apache\bin\openssl.exe 右键 以管理员身份运行 转载自 https://blog.csdn.net/oldmtn/article/details/52208747 【oldmtn】 1. 基本原理 参考:http://ww 阅读全文