最新要闻
- 焦点热讯:2023首批版号出炉!米哈游双端大作《崩坏:星穹铁道》获批
- 讯息:特斯拉股价大跌!马斯克甩锅:未来可能跌得更狠
- 新动态:靠“车震”充电?宝马最新专利整活
- 世界观点:官方回应2000元帐篷房像45元招待所属实:游客称被气晕过去 双方已谅解
- 全球热讯:宏碁推出Nitro XV5 4K显示器:可超频至200Hz高刷
- 环球热点!湖北襄阳五分钟内连发两次地震:无破坏性 官方科普地震如何逃生
- 手机硬件光追 为啥一直是PPT?
- 世界快资讯丨骁龙888站起来了!小米11系列MIUI 14稳定版就绪:流畅度暴增
- 简讯:《三体》电视剧第五集惊现《GTA》地图 网友:梦幻联动、双厨狂喜
- 滴滴回来了!但没有掌声
- 车主注意!今日起 全国严查酒驾醉驾
- 环球新消息丨剧毒蓝环章鱼再现 网友:山姆超市买的、没吃直接给扔了
- 今晚油价下调!春节出行加满一箱油将少花八元
- 全球今热点:日系车后期果然省钱!丰田10年维保花费4万元 美国车最低
- 环球短讯!25年经验资深机长驾驶 3D还原尼泊尔客机坠机过程:让人后怕
- 当前报道:三星Galaxy Book 3 Pro 360笔记本来了:12核i7 还有3K触摸屏
广告
手机
iphone11大小尺寸是多少?苹果iPhone11和iPhone13的区别是什么?
警方通报辅警执法直播中被撞飞:犯罪嫌疑人已投案
- iphone11大小尺寸是多少?苹果iPhone11和iPhone13的区别是什么?
- 警方通报辅警执法直播中被撞飞:犯罪嫌疑人已投案
- 男子被关545天申国赔:获赔18万多 驳回精神抚慰金
- 3天内26名本土感染者,辽宁确诊人数已超安徽
- 广西柳州一男子因纠纷杀害三人后自首
- 洱海坠机4名机组人员被批准为烈士 数千干部群众悼念
家电
当前头条:node-sass安装问题
(资料图)
前情
最近在开发一个小程序项目,为了开发速度,部分页面使用原有H5,但原有H5需要对小程序做一定兼容适配,发现原有H5项目是个很古老项目。
坑位
在项目启动前,需要执行npm install安装项目依赖,但是卡在node-sass一直安装不成功
控制台报错如下:
> node-sass@3.13.1 install E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass> node scripts/install.jsDownloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.nodeCannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node": HTTP error 404 Not FoundHint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g. export HTTP_PROXY=http://example.com:1234or configure npm proxy via npm config set proxy http://example.com:8080> node-sass@4.14.1 install E:\work\code\mall-order\node_modules\node-sass> node scripts/install.jsCached binary found at C:\Users\xiewu1\AppData\Roaming\npm-cache\node-sass\4.14.1\win32-x64-57_binding.node> core-js@2.6.12 postinstall E:\work\code\mall-order\node_modules\core-js> node -e "try{require("./postinstall")}catch(e){}"Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: > https://opencollective.com/core-js > https://www.patreon.com/zloirock Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)> node-sass@3.13.1 postinstall E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass> node scripts/build.jsBuilding: D:\software\nvm\nodejs\node.exe E:\work\code\mall-order\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=gyp info it worked if it ends with okgyp verb cli [ "D:\\software\\nvm\\nodejs\\node.exe",gyp verb cli "E:\\work\\code\\mall-order\\node_modules\\node-gyp\\bin\\node-gyp.js",gyp verb cli "rebuild",gyp verb cli "--verbose",gyp verb cli "--libsass_ext=",gyp verb cli "--libsass_cflags=",gyp verb cli "--libsass_ldflags=",gyp verb cli "--libsass_library=" ]gyp info using node-gyp@3.8.0gyp info using node@8.11.4 | win32 | x64gyp verb command rebuild []gyp verb command clean []gyp verb clean removing "build" directorygyp verb command configure []gyp verb check python checking for Python executable "python2" in the PATHgyp verb `which` succeeded python2 C:\Python27\python2.EXEgyp verb check python version `C:\Python27\python2.EXE -c "import sys; print "2.7.11gyp verb check python version .%s.%s" % sys.version_info[:3];"` returned: %jgyp verb get node dir no --target version specified, falling back to host node version: 8.11.4gyp verb command install [ "8.11.4" ]gyp verb install input version string "8.11.4"gyp verb install installing version: 8.11.4gyp verb install --ensure was passed, so won"t reinstall if already installedgyp verb install version is already installed, need to check "installVersion"gyp verb got "installVersion" 9gyp verb needs "installVersion" 9gyp verb install version is goodgyp verb get node dir target node version installed: 8.11.4gyp verb build dir attempting to create "build" dir: E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\buildgyp verb build dir "build" dir needed to be created? E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\buildgyp verb find vs2017 Found installation at: C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildToolsgyp verb find vs2017 - Found Microsoft.VisualStudio.Component.VC.Tools.x86.x64gyp verb find vs2017 - Found Microsoft.VisualStudio.VC.MSBuild.Basegyp verb find vs2017 - Missing a Windows SDK (Microsoft.VisualStudio.Component.Windows10SDK.* or Microsoft.VisualStudio.Component.Windows81SDK)gyp verb find vs2017 - Some required components are missing, not using this installationgyp verb Not using VS2017: No usable installation of VS2017 foundgyp verb build/config.gypi creating config filegyp verb build/config.gypi writing out config file: E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\build\config.gypigyp verb config.gypi checking for gypi file: E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\config.gypigyp verb common.gypi checking for gypi file: E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\common.gypigyp verb gyp gyp format was not specified; forcing "msvs"gyp info spawn C:\Python27\python2.EXEgyp info spawn args [ "E:\\work\\code\\mall-order\\node_modules\\node-gyp\\gyp\\gyp_main.py",gyp info spawn args "binding.gyp",gyp info spawn args "-f",gyp info spawn args "msvs",gyp info spawn args "-G",gyp info spawn args "msvs_version=auto",gyp info spawn args "-I",gyp info spawn args "E:\\work\\code\\mall-order\\node_modules\\gulp-sass\\node_modules\\node-sass\\build\\config.gypi",gyp info spawn args "-I",gyp info spawn args "E:\\work\\code\\mall-order\\node_modules\\node-gyp\\addon.gypi",gyp info spawn args "-I",gyp info spawn args "C:\\Users\\xiewu1\\.node-gyp\\8.11.4\\include\\node\\common.gypi",gyp info spawn args "-Dlibrary=shared_library",gyp info spawn args "-Dvisibility=default",gyp info spawn args "-Dnode_root_dir=C:\\Users\\xiewu1\\.node-gyp\\8.11.4",gyp info spawn args "-Dnode_gyp_dir=E:\\work\\code\\mall-order\\node_modules\\node-gyp",gyp info spawn args "-Dnode_lib_file=C:\\Users\\xiewu1\\.node-gyp\\8.11.4\\<(target_arch)\\node.lib",gyp info spawn args "-Dmodule_root_dir=E:\\work\\code\\mall-order\\node_modules\\gulp-sass\\node_modules\\node-sass",gyp info spawn args "-Dnode_engine=v8",gyp info spawn args "--depth=.",gyp info spawn args "--no-parallel",gyp info spawn args "--generator-output",gyp info spawn args "E:\\work\\code\\mall-order\\node_modules\\gulp-sass\\node_modules\\node-sass\\build",gyp info spawn args "-Goutput_dir=." ]gyp verb command build []gyp verb build type Releasegyp verb architecture x64gyp verb node dev dir C:\Users\xiewu1\.node-gyp\8.11.4gyp verb found first Solution file build/binding.slngyp verb could not find "msbuild.exe" in PATH - finding location in registry gyp info spawn C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exegyp info spawn args [ "build/binding.sln",gyp info spawn args "/nologo",gyp info spawn args "/p:Configuration=Release;Platform=x64" ]在此解决方案中一次生成一个项目。若要启用并行生成,请添加“/m”开关。生成启动时间为 2023/1/17 18:06:29。节点 1 上的项目“E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\build\binding.sln”(默认目标)。ValidateSolutionConfiguration: 正在生成解决方案配置“Release|x64”。MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”。要解决此问题,1) 安装 .NET Framework 2.0 SDK;2) 安装 Microsoft Visual Studio 2005;或 3) 如果将该组件安装到了其他位置,请将其位置添加到系统路径中。 [E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\build\binding.sln]已完成生成项目“E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\build\binding.sln”(默认目标)的操作 - 失败。生成失败。“E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\build\binding.sln”(默认目标) (1) ->(_src_\libsass 目标) -> MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”。要解决此问题,1) 安装 .NET Framework 2.0 SDK;2) 安装 Microsoft Visual Studio 2005;或 3) 如果将该组件安装到了其他位置,请将 其位置添加到系统路径中。 [E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\build\binding.sln] 0 个警告 1 个错误已用时间 00:00:00.84gyp ERR! build error gyp ERR! stack Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit code: 1gyp ERR! stack at ChildProcess.onExit (E:\work\code\mall-order\node_modules\node-gyp\lib\build.js:262:23)gyp ERR! stack at emitTwo (events.js:126:13)gyp ERR! stack at ChildProcess.emit (events.js:214:7)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)gyp ERR! System Windows_NT 10.0.19044gyp ERR! command "D:\\software\\nvm\\nodejs\\node.exe" "E:\\work\\code\\mall-order\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="gyp ERR! cwd E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sassgyp ERR! node -v v8.11.4gyp ERR! node-gyp -v v3.8.0gyp ERR! not oknpm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules\chokidar\node_modules\fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\watchpack\node_modules\chokidar\node_modules\fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})npm WARN sass-loader@6.0.7 requires a peer of webpack@^2.0.0 || ^3.0.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself.npm WARN ws@8.2.3 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.npm WARN ws@8.2.3 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.npm WARN order@1.1.0 No repository field.npm WARN order@1.1.0 No license field.npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! node-sass@3.13.1 postinstall: `node scripts/build.js`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the node-sass@3.13.1 postinstall script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:npm ERR! C:\Users\xiewu1\AppData\Roaming\npm-cache\_logs\2023-01-17T10_06_51_657Z-debug.logPS E:\work\code\mall-order> npm inpm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.> node-sass@3.13.1 install E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass> node scripts/install.jsDownloading binary from https://npm.taobao.org/mirrors/node-sass//v3.13.1/win32-x64-57_binding.nodeCannot download "https://npm.taobao.org/mirrors/node-sass//v3.13.1/win32-x64-57_binding.node": HTTP error 404 Not FoundHint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g. export HTTP_PROXY=http://example.com:1234or configure npm proxy via npm config set proxy http://example.com:8080> node-sass@3.13.1 postinstall E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass> node scripts/build.jsBuilding: D:\software\nvm\nodejs\node.exe E:\work\code\mall-order\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=gyp info it worked if it ends with okgyp verb cli [ "D:\\software\\nvm\\nodejs\\node.exe",gyp verb cli "E:\\work\\code\\mall-order\\node_modules\\node-gyp\\bin\\node-gyp.js",gyp verb cli "rebuild",gyp verb cli "--verbose",gyp verb cli "--libsass_ext=",gyp verb cli "--libsass_cflags=",gyp verb cli "--libsass_ldflags=",gyp verb cli "--libsass_library=" ]gyp info using node-gyp@3.8.0gyp info using node@8.11.4 | win32 | x64gyp verb command rebuild []gyp verb command clean []gyp verb clean removing "build" directorygyp verb command configure []gyp verb check python checking for Python executable "python2" in the PATHgyp verb `which` succeeded python2 C:\Python27\python2.EXEgyp verb check python version `C:\Python27\python2.EXE -c "import sys; print "2.7.11gyp verb check python version .%s.%s" % sys.version_info[:3];"` returned: %jgyp verb get node dir no --target version specified, falling back to host node version: 8.11.4gyp verb command install [ "8.11.4" ]gyp verb install input version string "8.11.4"gyp verb install installing version: 8.11.4gyp verb install --ensure was passed, so won"t reinstall if already installedgyp verb install version is already installed, need to check "installVersion"gyp verb got "installVersion" 9gyp verb needs "installVersion" 9gyp verb install version is goodgyp verb get node dir target node version installed: 8.11.4gyp verb build dir attempting to create "build" dir: E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\buildgyp verb build dir "build" dir needed to be created? E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\buildgyp verb find vs2017 Found installation at: C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildToolsgyp verb find vs2017 - Found Microsoft.VisualStudio.Component.VC.Tools.x86.x64gyp verb find vs2017 - Found Microsoft.VisualStudio.VC.MSBuild.Basegyp verb find vs2017 - Missing a Windows SDK (Microsoft.VisualStudio.Component.Windows10SDK.* or Microsoft.VisualStudio.Component.Windows81SDK)gyp verb find vs2017 - Some required components are missing, not using this installationgyp verb Not using VS2017: No usable installation of VS2017 foundgyp verb build/config.gypi creating config filegyp verb build/config.gypi writing out config file: E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\build\config.gypigyp verb config.gypi checking for gypi file: E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\config.gypigyp verb common.gypi checking for gypi file: E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\common.gypigyp verb gyp gyp format was not specified; forcing "msvs"gyp info spawn C:\Python27\python2.EXEgyp info spawn args [ "E:\\work\\code\\mall-order\\node_modules\\node-gyp\\gyp\\gyp_main.py",gyp info spawn args "binding.gyp",gyp info spawn args "-f",gyp info spawn args "msvs",gyp info spawn args "-G",gyp info spawn args "msvs_version=auto",gyp info spawn args "-I",gyp info spawn args "E:\\work\\code\\mall-order\\node_modules\\gulp-sass\\node_modules\\node-sass\\build\\config.gypi",gyp info spawn args "-I",gyp info spawn args "E:\\work\\code\\mall-order\\node_modules\\node-gyp\\addon.gypi",gyp info spawn args "-I",gyp info spawn args "C:\\Users\\xiewu1\\.node-gyp\\8.11.4\\include\\node\\common.gypi",gyp info spawn args "-Dlibrary=shared_library",gyp info spawn args "-Dvisibility=default",gyp info spawn args "-Dnode_root_dir=C:\\Users\\xiewu1\\.node-gyp\\8.11.4",gyp info spawn args "-Dnode_gyp_dir=E:\\work\\code\\mall-order\\node_modules\\node-gyp",gyp info spawn args "-Dnode_lib_file=C:\\Users\\xiewu1\\.node-gyp\\8.11.4\\<(target_arch)\\node.lib",gyp info spawn args "-Dmodule_root_dir=E:\\work\\code\\mall-order\\node_modules\\gulp-sass\\node_modules\\node-sass",gyp info spawn args "-Dnode_engine=v8",gyp info spawn args "--depth=.",gyp info spawn args "--no-parallel",gyp info spawn args "--generator-output",gyp info spawn args "E:\\work\\code\\mall-order\\node_modules\\gulp-sass\\node_modules\\node-sass\\build",gyp info spawn args "-Goutput_dir=." ]gyp verb command build []gyp verb build type Releasegyp verb architecture x64gyp verb node dev dir C:\Users\xiewu1\.node-gyp\8.11.4gyp verb found first Solution file build/binding.slngyp verb could not find "msbuild.exe" in PATH - finding location in registry gyp info spawn C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exegyp info spawn args [ "build/binding.sln",gyp info spawn args "/nologo",gyp info spawn args "/p:Configuration=Release;Platform=x64" ]在此解决方案中一次生成一个项目。若要启用并行生成,请添加“/m”开关。生成启动时间为 2023/1/17 18:14:17。节点 1 上的项目“E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\build\binding.sln”(默认目标)。ValidateSolutionConfiguration: 正在生成解决方案配置“Release|x64”。MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”。要解决此问题,1) 安装 .NET Framework 2.0 SDK;2) 安装 Microsoft Visual Studio 2005;或 3) 如果将该组件安装到了其他位置,请将其位置添加到系统路径中。 [E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\build\binding.sln]已完成生成项目“E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\build\binding.sln”(默认目标)的操作 - 失败。生成失败。“E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\build\binding.sln”(默认目标) (1) ->(_src_\libsass 目标) -> MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”。要解决此问题,1) 安装 .NET Framework 2.0 SDK;2) 安装 Microsoft Visual Studio 2005;或 3) 如果将该组件安装到了其他位置,请将 其位置添加到系统路径中。 [E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sass\build\binding.sln] 0 个警告 1 个错误已用时间 00:00:00.91gyp ERR! build error gyp ERR! stack Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit code: 1gyp ERR! stack at ChildProcess.onExit (E:\work\code\mall-order\node_modules\node-gyp\lib\build.js:262:23)gyp ERR! stack at emitTwo (events.js:126:13)gyp ERR! stack at ChildProcess.emit (events.js:214:7)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)gyp ERR! System Windows_NT 10.0.19044gyp ERR! command "D:\\software\\nvm\\nodejs\\node.exe" "E:\\work\\code\\mall-order\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="gyp ERR! cwd E:\work\code\mall-order\node_modules\gulp-sass\node_modules\node-sassgyp ERR! node -v v8.11.4gyp ERR! node-gyp -v v3.8.0gyp ERR! not ok
Why?
从错误提示看,需要你去安装.NET Framework 2.0 SDK,我也去做了,但是没一点鸟用,但是我们注意日志的最前面有一句话:
Cannot download "https://npm.taobao.org/mirrors/node-sass//v3.13.1/win32-x64-57_binding.node",可以推断node-sass安装失败的原因是网络限制导致无法下载.node文件
解决方案
方案1:
STEP 1:手动下载此文件,再到此网页下Releases · sass/node-sass (github.com)下载指定版本的win32-x64-57_binding.node文件到本地
STEP 2:设置环境变量:SASS_BINARY_PATH,值为你存放下载文件的路径
STEP 3:再执行npm install,安装node-sass的时候就会直接使用本地的win32-x64-57_binding.node,不会去远程拉取了。
方案2:
如果项目有修改的可能,可以把node-sass换成dart-sass
当前头条:node-sass安装问题
焦点热讯:2023首批版号出炉!米哈游双端大作《崩坏:星穹铁道》获批
讯息:特斯拉股价大跌!马斯克甩锅:未来可能跌得更狠
新动态:靠“车震”充电?宝马最新专利整活
世界观点:官方回应2000元帐篷房像45元招待所属实:游客称被气晕过去 双方已谅解
全球热讯:宏碁推出Nitro XV5 4K显示器:可超频至200Hz高刷
今日最新!LeetCode刷题:343. 整数拆分的完全背包写法解析
焦点报道:AcWing. 1073 树的中心
环球热点!湖北襄阳五分钟内连发两次地震:无破坏性 官方科普地震如何逃生
每日资讯:VScode和cmake的组合拳
手机硬件光追 为啥一直是PPT?
世界快资讯丨骁龙888站起来了!小米11系列MIUI 14稳定版就绪:流畅度暴增
简讯:《三体》电视剧第五集惊现《GTA》地图 网友:梦幻联动、双厨狂喜
滴滴回来了!但没有掌声
车主注意!今日起 全国严查酒驾醉驾
【天天报资讯】计算机基础 数据类型 流程控制 字符编码 文件操作
【新视野】ARP欺骗攻击:利用driftnet截获图片数据流
环球新消息丨剧毒蓝环章鱼再现 网友:山姆超市买的、没吃直接给扔了
今晚油价下调!春节出行加满一箱油将少花八元
全球今热点:日系车后期果然省钱!丰田10年维保花费4万元 美国车最低
环球短讯!25年经验资深机长驾驶 3D还原尼泊尔客机坠机过程:让人后怕
当前报道:三星Galaxy Book 3 Pro 360笔记本来了:12核i7 还有3K触摸屏
环球焦点!portswigger 靶场之 XSS 篇(上)
每日快播:JavaWeb开发中在服务器常用命令集锦
今日热文:学习笔记——Spring管理第三方bean;Spring中Bean的作用域;Spring中Bean的生命周期;Spring中bean的后置处理器;Sp
程序员同事每天准点下班,原来是用了这6个开发工具
【NAS使用心得】使用Synology Photos管理照片
【环球新要闻】70多岁大爷开40万极氪001买菜 直言此前开的奔驰真是垃圾
万茜吐槽自己游戏手法不行!网友发现本人玩的是《剑网3》
网易云音乐TV版发福利!150小时电视端会员听歌时长免费领
赵长江:腾势D9时速120km轮胎被磕到、车身稳如泰山
iPhone印度造:要跟我们平分蛋糕!
个人使用 sudo 方法
环球视讯!iOS APP上架流程(详细)
焦点观察:聚焦技术与体验极致提升,阿里云视频云连续5年领跑!
还在用 Excel 和 SQL?火山引擎 VeDI 这款产品帮你更快处理数据
AI偷偷写70多篇新闻:数月后才被人发现
今日报丨与网易延长半年合作失败 内幕曝光:分手一事错怪暴雪了?
贾跃亭下周回国?FF发春节“回家”海报:或暗示将落地中国
【新要闻】不到3年狂揽1.41万亿元?抖音怎么做到的?
【天天热闻】特效太炸!《王者荣耀》李信新皮肤公布 碾压一念神魔
JNPF流程审批加签功能讲解
14年合作结束!暴雪网易彻底谈崩 玩家不满:暴雪甩锅被识破
紧跟特斯拉、问界!小鹏汽车宣布降价:14.89万元起
3000次超长寿命国产闪存 致态512GB SSD到手229元
资讯:印度男子得子后去尼泊尔还愿:不幸遭遇空难
马斯克曾大赞中国工人能工作到凌晨3点 特斯拉德国工人不干了
世界快讯:温州一奔驰越线撞击比亚迪 比亚迪调转180度 车头都快没了
环球速读:魔兽国服1月24日关服!暴雪称已提议延期半年 网易拒绝
图书管理系统
天天最新:Educational Codeforces Round 14
每日速读!“抠书式”还原的剧版《三体》获赞!动画版已扑街:豆瓣跌至4.6分
领券还送牙刷!三金西瓜霜牙膏狂促:6支到手23.7元
129元 小米米家保温壶上架:1.8L大容量、6小时保温75℃
国产良心!《光明记忆:无限》推出第三人称模式:女主新皮肤来了
00后女生熬夜关灯玩手机后眼部囊肿:专家科普
luckysheet踩坑记录
使用管控平台管理redis集群
当前视讯!在WPF程序中,使用Freetype显示字体
追光动画十年集大成之作!电影《长安三万里》预告曝光
AI换脸小视频泛滥网络 日本人出手:用AI检测真伪
全球快资讯丨知名经济学家:特斯拉不可能成为苹果那样的赚钱机器
热点!90后女生开比亚迪环游中国:总花费2.3万元 油费+电费还不到3千
每日消息!《流浪地球2》“人类股骨”预告发布:AI技术修复李雪健老师声音
什么是整理书包?整理书包的心得体会
计算机能力是什么意思?计算机能力一般怎么填写?
大量元素是什么意思?大量元素和微量元素有哪些?
管理报表包括哪些?管理报表和财务报表的区别有哪些?
什么是地理位置图?地理位置图用什么软件?
怎么用烤箱烤饼干?用烤箱烤饼干的做法是什么?
焦点热文:冰蝎V4.0流量分析到攻防检测
剑灵武神塔怎么进?剑灵武神塔20层苏向阳怎么打?
安卓手机相册在哪个文件夹?安卓手机相册怎么加密?
appsync是什么意思?如何安装appsync?
安卓系统怎么升级?安卓系统和鸿蒙系统哪个好?
全球热议:微软智能语音大升级:方言念古诗无压力
每日热门:特斯拉、华为问界大降价!李想:他们都得对比理想L8
环球今头条!俩小孩小区内5次放火引燃SUV 专家:熊孩子闯祸家长需兜底
每日时讯!机械硬盘大溃败:去年出货量近乎腰斩
大众、长安“缝合怪”?换代天籁消费者不买账 跌出B级车前十榜
世界热消息:学习笔记——Spring底层IOC实现;Spring依赖注入数值问题;Spring依赖注入方式
速读:FlinkSQL 时间类型转化使用小结
焦点播报:国产科幻巨制!《流浪地球2》预售票房突破4000万
微速讯:动画扑街、电视剧成神 《三体》电影版最新进展公布
嫦娥五号科研成果!中国科学家精确测定月球年龄:20.3亿年
世界快报:迪士尼联名!美特斯邦威羽绒服大促 原价500多现1百多到手
画面震撼!五菱小汽车排队“坐”火车去墨西哥
天天百事通!LibreOJ L6210 「美团 CodeM 决赛」tree
读编程与类型系统笔记09_泛型数据结构
热头条丨17岁少女晒爸爸500元买的奢侈包包遭群讽 含泪反击 结局暖心
天天热资讯!2023年我国新能源汽车销量可达950万辆:全球第一没跑 电池便宜到发指
“U盘之父”朗科房东不好当:腾讯租的15层大楼突然全退了
今日最新!1%超级富豪拿走全球三分之二新财富:穷人越来越多 专家称应财富重分配
全球消息!曾被网友戏称“候机大棚” 佛山机场花2000万改造完成
【新视野】降价后 特斯拉订单数环比涨500%!马斯克赢麻了
盗版阿凡达2合法后!Intel、微软、NV等低调回俄罗斯 身体诚实
环球信息:联想小新Pro 2023魔改140W快充 搭载新一代聚能电池有多强?
滚动:要么卸载、要么盗版!视频平台赚钱只能靠“割韭菜”:你无力反抗?
2个大厂 100亿级 超大流量 红包 架构方案 (史上最全)
VUEX 的使用学习二: state