摘要:
发现精彩y1017209187买单吧y18803411834登记注册营业执照 y@18803411834中国银行 y18803411834 广发199709工商970905 199709信用卡569569京东金融123690建设银行 258369 广发银行569569 平安569569 谷歌账号密码 阅读全文
摘要:
一、json_decode() 对JSON数据进行解码,转换为PHP变量 语法:json_decode ($json [,$assoc = false [, $depth = 512 [, $options = 0 ]]]) 示例: 浏览器打印出的结果如下: 二、json_encode() 对变量进 阅读全文
摘要:
MySQL字段类型 MySQL支持多种类型,大致可以分为三类:数值、日期/时间和字符串(字符)类型。 数值类型 类型大小范围(有符号)范围(无符号)用途 tinyint 1 字节 (-128,127) (0,255) 小整数值 smallint 2 字节 (-32 768,32 767) (0,65 阅读全文
摘要:
第一招、mysql服务的启动和停止 net stop mysql net start mysql 第二招、登陆mysql 语法如下: mysql -u用户名 -p用户密码 键入命令mysql -uroot -p, 回车后提示你输入密码,输入12345,然后回车即可进入到mysql中了,mysql的提 阅读全文
摘要:
SELECT SUM(字段名)FROM 表名; 阅读全文
摘要:
$redis = new Redis(); $redis->connect('127.0.0.1', 6379); //获取客户端真实ip地址 function get_real_ip(){ static $realip; if(isset($_SERVER)){ if(isset($_SERVER 阅读全文
摘要:
tp5中 Product.php // 多图上传 var arr = ''; layui.use('upload', function() { var $ = layui.jquery, upload = layui.upload; //多图上传 upload.render({ elem: '#te 阅读全文
摘要:
<div class="layui-upload"> <button type="button" class="layui-btn" id="test1">相关照片</button> <div class="layui-upload-list"> <img class="layui-upload-i 阅读全文
摘要:
先把文件夹引到public下 <td> <a title="详情" onclick="member_open('{$data.shidetail}')" href="javascript:;" style=" color: #009688;"> <i class="layui-icon">æ 阅读全文
摘要:
<td class="td-status"> {if condition="$data.state eq 1"} <span class="layui-btn layui-btn-normal layui-btn-mini">启用</span> {else/} <span class="layui- 阅读全文