Loading [MathJax]/jax/element/mml/optable/BasicLatin.js

文章分类 -  PHP

摘要:nodejs安装用宝塔的直接安装应用pm2,然后自动就安装好了nodejs和npm 查看版本 node -v npm -v 接下来就直接安装puppeteer 安装cnpm,以使用淘宝镜像(用npm直接安装puppeteer会报错...) npm install -g cnpm --registry 阅读全文
posted @ 2021-04-30 22:10 xiaohe520 阅读(1293) 评论(0) 推荐(0) 编辑
摘要:有时候看到不同的程序员写不同的代码,但是逻辑和最终的效果都一样,但是速度上不知道哪个更快! 本次测评 电脑笔记本I5-7200U芯片!结果仅供参考! 二话不说先上代码: 1 <?php 2 3 // echo StartTime."<br>"; 4 // echo microtime(); 5 阅读全文
posted @ 2020-07-13 22:43 xiaohe520 阅读(488) 评论(0) 推荐(0) 编辑
摘要:页码图: siyuCMS的页码标签: {$page|raw} 显示出来的html代码是: <ul class="pagination"> <li class="disabled"><span>«</span></li> <li class="active"><span>1</span></li> < 阅读全文
posted @ 2020-05-18 09:49 xiaohe520 阅读(170) 评论(4) 推荐(0) 编辑
摘要:思路是先连接数据库 然后读取判读修改,基于框架 <?php namespace app\index\Controller; use think\Db; use think\Controller; class Dbb extends Controller { //方法:index public fun 阅读全文
posted @ 2020-01-14 17:30 xiaohe520 阅读(189) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-12-10 15:12 xiaohe520 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-12-08 20:06 xiaohe520 阅读(1) 评论(0) 推荐(0) 编辑
摘要:1 - 2 {title}- 3 where(['name'=>'style'])->select();foreach(a as key=>val){if(val==list['sytle']){echo(key+1);}?> 4 5 val){if(val['tag_name']==list['sytle']){echo($key+2);} echo(... 阅读全文
posted @ 2019-09-29 16:48 xiaohe520 阅读(253) 评论(1) 推荐(0) 编辑
摘要:获取当前域名 或者网站: 阅读全文
posted @ 2019-09-12 10:33 xiaohe520 阅读(272) 评论(0) 推荐(0) 编辑
摘要:常用外链js 需要登录或不需要登录的: 前端跳转连接(用户): 多语言: 其他: 阅读全文
posted @ 2019-09-12 09:08 xiaohe520 阅读(1580) 评论(0) 推荐(0) 编辑
摘要:直接上代码: 阅读全文
posted @ 2019-09-11 14:58 xiaohe520 阅读(206) 评论(0) 推荐(0) 编辑
摘要:代码如下: 阅读全文
posted @ 2019-08-13 08:17 xiaohe520 阅读(216) 评论(0) 推荐(0) 编辑
摘要:QQ496631085 阅读全文
posted @ 2019-08-07 21:17 xiaohe520 阅读(75) 评论(1) 推荐(0) 编辑
摘要:配合简单的jquery代码如下: 阅读全文
posted @ 2019-07-31 19:29 xiaohe520 阅读(447) 评论(0) 推荐(0) 编辑
摘要:获取配置文件和发送: 阅读全文
posted @ 2019-07-22 14:51 xiaohe520 阅读(108) 评论(0) 推荐(0) 编辑
摘要:手册地址:http://www.jb51.net/shouce/jquery1.82/ jQuery是一个快速、简洁的JavaScript框架,是继Prototype之后又一个优秀的JavaScript代码库(或JavaScript框架)。jQuery设计的宗旨是“write Less,Do Mor 阅读全文
posted @ 2018-04-04 09:50 xiaohe520 阅读(126) 评论(0) 推荐(0) 编辑
摘要:onecontentdata = mysqld_select("select * from zz_content as t1 left join zz_content_ext as t2 on t1.id=t2.content_id where id = "._GP['id']); //查询一条类目数据 //在HTML里面使用 //删除 (表不需要跟前缀,... 阅读全文
posted @ 2018-03-19 15:12 xiaohe520 阅读(193) 评论(0) 推荐(0) 编辑
摘要:更改UTF-8的整理(解决中文显示问号) 批量更改 UTF-8的整理 阅读全文
posted @ 2017-10-22 14:44 xiaohe520 阅读(139) 评论(0) 推荐(0) 编辑
摘要:1 header('Location: /dj/name.php'); //跳转到那个页面 1 sq_all = "SELECT gonghao FROM biaoming where name='name'"; 2 conn_all = mysqli_connect(dbhost, dbuser, dbpass);//一 连接数据库 3 mysqli_se... 阅读全文
posted @ 2017-10-20 20:56 xiaohe520 阅读(171) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示