07 2020 档案

摘要:wxml文件 <view >{{id}}</view> js文件 Page({ data: { id:1 }, /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { wx.request({ url: 'http://localhost:8080/ 阅读全文
posted @ 2020-07-14 13:58 2538 阅读(698) 评论(0) 推荐(0)
摘要:<!-- token使用 --> <form action="2.php" method="POST"><?php $module=mt_rand(100000,999999);?><input type="text" name="sec_name" value=""/><input type="h 阅读全文
posted @ 2020-07-09 15:31 2538 阅读(258) 评论(0) 推荐(0)
摘要:<?php $redis = new Redis();$redis->connect( '127.0.0.1', 6379 )or die( "could net connect redis server" ); $connect = mysql_connect( '127.0.0.1', 'roo 阅读全文
posted @ 2020-07-09 15:29 2538 阅读(589) 评论(0) 推荐(0)
摘要:<?php $redis = new Redis(); $redis->connect('127.0.0.1',6379) or die ("could net connect redis server"); # $query = "select * from test limit 9"; $que 阅读全文
posted @ 2020-07-09 09:50 2538 阅读(202) 评论(0) 推荐(0)