会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
千机楼
这一关很难么?-白凤
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
22
下一页
2023年8月30日
taro的安装
摘要: 如果yarn的安装有问题,可以查看此链接! https://blog.csdn.net/o0way0o/article/details/129913384 npm install -g yarn 安装Taro开发工具@tarojs/cli 使用npm或者yarn全局安装,或者直接使用npx $npm
阅读全文
posted @ 2023-08-30 14:24 千机楼
阅读(128)
评论(0)
推荐(0)
2023年8月13日
uniapp中连接数据库问题
摘要: 教程中的代码 //获取数据库内容 router.get('/api/goods/search', function(req,res,next){ connection.query("select * from goods_search", function (error, results, fiel
阅读全文
posted @ 2023-08-13 08:30 千机楼
阅读(177)
评论(0)
推荐(0)
2023年8月12日
nodejs
摘要: uniapp小程序开发使用的时候,node.js 12.16.3 https://blog.csdn.net/qq_57645591/article/details/126013138 https://nodejs.org/download/release/v12.16.3/ 使用taro的时候,需
阅读全文
posted @ 2023-08-12 19:51 千机楼
阅读(27)
评论(0)
推荐(0)
cnpm搭建数据库
摘要: cnpm install mysql安装数据库
阅读全文
posted @ 2023-08-12 17:33 千机楼
阅读(10)
评论(0)
推荐(0)
2023年8月10日
后端搭建
摘要: 后端搭建 1、全局命令 npm install express-generator -g 2、进入项目目录 express --view=ejs server
阅读全文
posted @ 2023-08-10 19:23 千机楼
阅读(23)
评论(0)
推荐(0)
2023年7月21日
Ngnix的配置
摘要: if ( !-e $request_filename ) { rewrite ^/(.*)$ /index.php/$1 last; } if(!-e $request_filename){ rewrite ^/index.php(.*)$ /index.php?s=/$1 last; rewrit
阅读全文
posted @ 2023-07-21 10:18 千机楼
阅读(15)
评论(0)
推荐(0)
2023年7月19日
composer的安装和配置
摘要: 环境win10 1、先安装phpstudy,安装php7.3.4,设置php的环境变量; 2、下载composer https://getcomposer.org/Composer-Setup.exe 安装composer, 新建一个composer.bat文件,内容为:@php "%~dp0com
阅读全文
posted @ 2023-07-19 23:05 千机楼
阅读(46)
评论(0)
推荐(0)
2022年10月10日
Markdown常用语法汇总
摘要: 一、Markdown简介 Markdown 是一种轻量级标记语言,它允许人们使用易读易写的纯文本格式编写文档。 Markdown 语言在 2004 由约翰·格鲁伯(英语:John Gruber)创建。 Markdown 编写的文档可以导出 HTML 、Word、图像、PDF、Epub 等多种格式的文
阅读全文
posted @ 2022-10-10 23:12 千机楼
阅读(329)
评论(0)
推荐(0)
2022年8月27日
EYOUCMS模板如何打包备份(搬家教程)
摘要: 1,本地备份数据库2,删除install_********目录下的install.lock文件3,再改名install_1540256968 为install4,删除data/runtime所有文件夹5,打包根目录下所有文件,上传空间解压即可安装 归纳一下: 网站源码搬家简略步骤: 1)本地备份数据
阅读全文
posted @ 2022-08-27 09:17 千机楼
阅读(209)
评论(0)
推荐(0)
2022年7月6日
418-421讲 封装入门和细节
摘要: 418-421讲 封装入门和细节
阅读全文
posted @ 2022-07-06 11:02 千机楼
阅读(9)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
22
下一页
公告