JS/JQ自动加载
放在哪都能加载,一般是 要放在指定执行标签的 后面 js window.onload = function () { var h1 = document.getElementById('h1'); console.log(h1); } jq 1标准入口 $(document).ready(function(){ $('#h1').css('color','
放在哪都能加载,一般是 要放在指定执行标签的 后面 js window.onload = function () { var h1 = document.getElementById('h1'); console.log(h1); } jq 1标准入口 $(document).ready(function(){ $('#h1').css('color','
文件的插入 file_put_contents('./1.txt','123');//直接覆盖 file_put_contents('./1.txt','ABC123',FILE_APPEND);//后部追加 file_put_contents('./1.txt','最',FILE_BINARY);//直接覆盖 file_put_contents("log.
array_push 后部添加 array_push 将一个多个单元压入数组的末尾 一般用索引数组插入 参1: 被插入的数组 参2: 要插入的单元 返回值:一个新的数组长度 array_push($arr1,'hh','aa','zz');//索引数组,键值由数组中最大键值决定 array_unshift 前部添加 array_unshift//头部添加 参
#1293 - Incorrect table definition; there can be only one TIMESTAMP column with C 原因 在navicat中,'刷新当前时间戳'选项只能设置一个,或者不设置,不能同时设置2个及以上 原因是当你给一个timestamp设置为on updatecurrent_timestamp的时候
字节 1个汉字3字节 1个字母1字节 1个数字1字节 表格 行颜色bgcolor 列颜色backgrpund-color