码迷,mamicode.com
首页 >  
搜索关键字:php this self parent    ( 101326个结果
ThinkPHP6.0 数据库表数据添加方式
1、添加一条数据 insert insert 方法添加数据成功返回添加成功的条数,通常情况返回 1 public function index(){ $data = ['cat'=>'1','title'=>'日系小浪漫与温暖羊毛针织拼接网纱百褶中长收腰连衣裙','price'=>'1598.35' ...
分类:数据库   时间:2021-06-24 18:05:18    阅读次数:0
绕过ip限制
绕过ip限制 1.enclosed alphanumerics List: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ? ? ? ? ? ? ? ? ? ? ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾ ⑿ ⒀ ⒁ ⒂ ⒃ ⒄ ⒅ ⒆ ⒇ ⒈ ⒉ ⒊ ⒋ ⒌ ⒍ ⒎ ⒏ ⒐ ⒑ ⒒ ⒓ ⒔ ⒕ ⒖ ⒗ ...
分类:其他好文   时间:2021-06-24 18:00:02    阅读次数:0
2、web服务器
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
unittest测试用例
import timeimport unittestdef my_sum(a, b): a += 1 b += 2 return a + b# 生成测试用例class TestSum(unittest.TestCase): def test_001(self): print(my_sum(1,2)) ...
分类:其他好文   时间:2021-06-24 17:47:34    阅读次数:0
常用的分类json格式
{ "category":[ "id":"1", "isleaf":"0", "isshow":"1", "label":"根结点", "name":"根结点", "orderby":1, "parentid":"0", "children":[ { "id":"1-1 ...
分类:Web程序   时间:2021-06-24 17:37:47    阅读次数:0
Cisco Packet Tracer :PVST Self-detection Experiment
01.STP Configuration Activity 5.2.5: Configuring STP NOTE TO USER: Although you can complete this activity without printed instructions, a PDF version ...
分类:系统相关   时间:2021-06-24 17:37:01    阅读次数:0
httprunner 3.x学习16 - 断言使用正则匹配(assert_regex_match)
前言 httprunner 3.x可以支持正则匹配断言,使用assert_regex_match方法 assert_regex_match assert_regex_match 源码如下 def assert_regex_match( self, jmes_path: Text, expected_ ...
分类:Web程序   时间:2021-06-23 17:08:14    阅读次数:0
MYSQL Packets out of order. Expected 1 received 56. Packet size=3420216错误
报错信息: 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
【STM32F429】第24章 ThreadX GUIX波形控件Line Chart
最新教程下载: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图集列表中调用单个图集的图片数量
dedecms图集列表中调用单个图集的图片数量。 打开文件/include/common.func.php,在文件中添加函数: /*** 调用图集中图片数量* 鹏程木业网 https://www.360muye.cn/**/function Getimgnum($aid) { global $dsq ...
分类:其他好文   时间:2021-06-21 21:07:20    阅读次数:0
101326条   上一页 1 ... 5 6 7 8 9 ... 10133 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!