-
微信开发
小程序根目录下的 app.json 文件用来对微信小程序进行全局配置,决定页面文件的路径、窗口表现、设置网络超时时间...
55
-
织梦教程
织梦常用PHP标签 我们在进行织梦仿站时,有些模板是不支持常规标签,但我们可以通过织梦PHP标签来实现我们需要的功...
122
-
织梦教程
织梦DedeCMS模板调用标签常用函数解析 大家都知道,DedeCMS支持[field:senddate function=strftime(%y-%m-%d %H:%M,@me)/]这样的一些用...
164
-
php编程
本文实例讲述了Yii2数据库操作常用方法。分享给大家供大家参考,具体如下: 查询: // find the customers whose primary k...
79
-
服务器架设
命令格式 命令格式: 命令 [-选项] [参数] 例:ls -la /etc 说明:1)个别命令使用不遵循此格式;2)当有多个选项时,...
106
-
服务器架设
三种模式 # 命令模式vim 文件名# 插入模式按a/i/o 进行插入模式按esc 重新进入命令模式# 编辑模式按:(冒号)进入编辑模...
102
-
服务器架设
1.查看linux版本 cat /etc/issue 2.查看内核版本 cat /proc/version 或者使用uname指令 -a, --all print all information, in the following ord...
165
-
php编程
PHP中POST函数: curl_post($url , $data=array(), $header = array()) ?php// post请求function curl_post($url , $data=array(), $header = array()) { $...
120