会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小尹将继承小王的崇拜
博客园
首页
新随笔
联系
订阅
管理
2022年3月4日
数据结构(C语言)strcpy()函数
摘要: #include <stdio.h>#include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */struct stu{
阅读全文
posted @ 2022-03-04 19:41 小尹将接受小王的崇拜
阅读(88)
评论(0)
推荐(0)
2022年2月25日
PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0
摘要: php7.4的安装和配置跟之前没有分别,唯一要注意的一点是它的编译已经从vc++15 变成了vc++16,它的安装包命名也变成了vs16(visualstudio 16,即vs 2019) 直接下载个全的: Visual Studio 2015、2017 和 2019 https://support
阅读全文
posted @ 2022-02-25 16:12 小尹将接受小王的崇拜
阅读(534)
评论(0)
推荐(0)
报错npm ERR! { Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\node_cache\_locks'解决方法
摘要: 一. 报错原因:node目录权限不够(方法可选) 步骤: 1、win + x(治标不治本) ①win+x 打开PowerShell(管理员) ②set-ExecutionPolicy RemoteSigned //设置为打开 ③键入Y或者A,同意 ④执行get-executionpolicy查看是否
阅读全文
posted @ 2022-02-25 16:03 小尹将接受小王的崇拜
阅读(5867)
评论(0)
推荐(1)
公告