会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
南柯Dream丶
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
27
下一页
2021年10月31日
node.js处理GET请求
摘要: /* * @Description: 描述 * @Version: 1.0 * @Autor: Nanke_南柯 * @Date: 2021-10-31 13:35:25 * @LastEditors: Nanke_南柯 * @LastEditTime: 2021-10-31 22:43:54 */
阅读全文
posted @ 2021-10-31 13:57 南柯Dream丶
阅读(85)
评论(0)
推荐(0)
2021年10月30日
node.js热重载,包括运行报错解决方法
摘要: 安装:npm install -g hotnode 运行:hotnode xxx.js 不过这东西在我电脑运行有报错 问题所在地址:C:\Users\NanKe\AppData\Roaming\npm\node_modules\hotnode\javascript\hotloader.js 进入编辑
阅读全文
posted @ 2021-10-30 21:54 南柯Dream丶
阅读(173)
评论(0)
推荐(0)
2021年10月29日
vscode编写node.js代码提示
摘要: 在根目录下npm install --save-dev @types/node
阅读全文
posted @ 2021-10-29 09:38 南柯Dream丶
阅读(165)
评论(0)
推荐(0)
2021年10月25日
《数据库原理与应用》课本查询Demo
摘要: 创建数据库/表 /* create database studentCourse */ use studentCourse go create table Student( Sno char(6) Primary Key, Sname nvarchar(20)not null, Ssex nchar
阅读全文
posted @ 2021-10-25 10:16 南柯Dream丶
阅读(308)
评论(0)
推荐(0)
2021年10月24日
Centos镜像国内最全下载地址
摘要: CentOS 官方下载地址:https://www.centos.org/download/Centos国内下载源http://man.linuxde.net/download/CentOShttp://mirrors.btte.net/centos/7/isos/x86_64/http://mir
阅读全文
posted @ 2021-10-24 22:57 南柯Dream丶
阅读(2288)
评论(0)
推荐(0)
2021年10月22日
Git回滚代码到某个commit
摘要: 回退命令: $ git reset --hard HEAD^ 回退到上个版本$ git reset --hard HEAD~3 回退到前3次提交之前,以此类推,回退到n次提交之前$ git reset --hard commit_id 退到/进到 指定commit的sha码 强推到远程: $ git
阅读全文
posted @ 2021-10-22 14:09 南柯Dream丶
阅读(449)
评论(0)
推荐(0)
2021年10月21日
Linux如何配置网络
摘要: 首先这篇文章针对于linux-centos无法访问外网和finallshell无法连接虚拟机的情况 我们看看能不能ping通网络 ping www.baidu.com 如果不行,那你可以继续看以下内容,还有finallyshell也无法连接虚拟机且只有一个127.0.0.1的话: 第一:cd到/et
阅读全文
posted @ 2021-10-21 17:29 南柯Dream丶
阅读(344)
评论(0)
推荐(0)
2021年10月18日
校园网如何实现开机自动认证连接
摘要: 首先声明 本方法只适用于web认证校园网 校园网要交钱就算了 每次认证又花个两分钟时间没了 这两分钟用来撩妹不香吗?? 首先下载《web认证的校园网一键连接通用版》 下载地址:https://www.lanzouw.com/iK3WUvi9pwf 密码:i052 下载后解压 如下图 进入浏览器(最好
阅读全文
posted @ 2021-10-18 23:50 南柯Dream丶
阅读(3149)
评论(0)
推荐(1)
2021年10月15日
创建数据库/表
摘要: /*create database studentCourse*/use studentCoursegocreate table Student( Sno char(6) Primary Key, Sname nvarchar(20)not null, Ssex nchar(1) not null
阅读全文
posted @ 2021-10-15 12:37 南柯Dream丶
阅读(55)
评论(0)
推荐(0)
nodemailer实现发送邮件功能
摘要: 在nodejs项目中,遇到要向某一个邮箱发送邮件时可使用nodemailer,可支持QQ,163,126,Yahoo等等 安装:npm install nodemailer --S /* * @Description: 描述 * @Version: 1.0 * @Autor: Nanke_南柯 *
阅读全文
posted @ 2021-10-15 12:37 南柯Dream丶
阅读(42)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
27
下一页
公告