1、添加一条数据 insert insert 方法添加数据成功返回添加成功的条数,通常情况返回 1 public function index(){ $data = ['cat'=>'1','title'=>'日系小浪漫与温暖羊毛针织拼接网纱百褶中长收腰连衣裙','price'=>'1598.35' ...
分类:
数据库 时间:
2021-06-24 18:05:18
阅读次数:
0
绕过ip限制 1.enclosed alphanumerics List: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ? ? ? ? ? ? ? ? ? ? ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾ ⑿ ⒀ ⒁ ⒂ ⒃ ⒄ ⒅ ⒆ ⒇ ⒈ ⒉ ⒊ ⒋ ⒌ ⒍ ⒎ ⒏ ⒐ ⒑ ⒒ ⒓ ⒔ ⒕ ⒖ ⒗ ...
分类:
其他好文 时间:
2021-06-24 18:00:02
阅读次数:
0
Web服务器 1、技术讲解 ASP: 微软:国内最早流行的就是ASP; 在HTML中嵌入了VB的脚本,ASP + COM; 维护成本高 C# PHP: PHP开发速度很快,功能强大,跨平台,代码简单 无法承载大访问量的情况(局限性) JSP/Servlet: B/S:浏览和服务器 C/S:客户端和服 ...
分类:
Web程序 时间:
2021-06-24 17:55:39
阅读次数:
0
gitlab本地服务器搭建 1.依赖包安装 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates 执行完成后,邮件配置时选择Internet即可. 2.GitLab安装 2.1官方教程 如果按照 ...
分类:
其他好文 时间:
2021-06-24 17:38:29
阅读次数:
0
jenkins部署vue项目 安装nodejs 配置nodejs的源,去官网查看需要安装的版本和介绍 V8.x: # curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - yum安装node.js yum ins ...
分类:
其他好文 时间:
2021-06-23 17:07:38
阅读次数:
0
报错信息: PHP Warning: Packets out of order. Expected 1 received 56. Packet size=3420216 in /data/bogiang/test/EC/swoole_process.php on line 62 Warning: P ...
分类:
数据库 时间:
2021-06-22 18:19:52
阅读次数:
0
最新教程下载:http://www.armbbs.cn/forum.php?mod=viewthread&tid=98429 第24章 ThreadX GUIX波形控件Line Chart 本章节为大家讲解GUIX波形控件Line Chart的使用,可以方便的用来显示传感器波形数据。 24.1初学者 ...
分类:
其他好文 时间:
2021-06-21 21:13:49
阅读次数:
0
dedecms图集列表中调用单个图集的图片数量。 打开文件/include/common.func.php,在文件中添加函数: /*** 调用图集中图片数量* 鹏程木业网 https://www.360muye.cn/**/function Getimgnum($aid) { global $dsq ...
分类:
其他好文 时间:
2021-06-21 21:07:20
阅读次数:
0
PHP E-mail 注入 首先,请看上一节中的 PHP 代码: <html> <body> <?php if (isset($_REQUEST['email'])) //if "email" is filled out, send email { //send email $email = $_R ...
分类:
Web程序 时间:
2021-06-21 20:45:37
阅读次数:
0
PHP 算数运算符 运算符名称例子结果显示结果 + 加法 $x + $y $x 与 $y 求和 显示结果 - 减法 $x - $y $x 与 $y 的差数 显示结果 * 乘法 $x * $y $x 与 $y 的乘积 显示结果 / 除法 $x / $y $x 与 $y 的商数 显示结果 % 取模 $x ...
分类:
Web程序 时间:
2021-06-21 20:45:21
阅读次数:
0