陈小盈|笔记本
ABOUT
005-数据结构与算法
Problems
HDU
HDU 1000
HDU 1001
POJ
POJ1979
ZOJ
ZOJ1001
007-计算机操作系统
Windows操作
修改用户目录文件夹名
013-VUE 前端开发
001.Vue开发环境搭建
014-常用开发工具
My Plugs
git与github
github不再使用密码验证
github不再使用密码验证
remote: Support for password authentication was removed on August 13, 2021.remote: Please see https://docs.github.com/en/get-started/getting-started- ...
陈小盈
2023-02-12
Vue开发环境搭建
安装node.js环境 使用cnpm代替npm命令 1npm install -g cnpm --registry=https://registry.npm.taobao.org 安装webpack 1cnpm install --save-dev webpack 全局安装vue 3环境 1cn ...
陈小盈
2022-11-12
My Plugs
JetBrainsVS Code 名称 说明 Chinese (Simplified) (简体中文) Language Pack for Visual Studio Code Language pack extension for Chinese (Simplified). Markd ...
陈小盈
2022-11-02
修改用户目录文件夹名
启动内置管理员账号。 1net user administrator /active:yes 用户切换成administrator账号。重启。 修改用户目录文件夹名 打开’计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentV ...
陈小盈
2022-10-16
HDU 1001
Sum Problem Time Limit: 1000/500 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Description Hey, welcome to HDOJ(Hangzhou Dianz ...
陈小盈
2022-07-22
HDU 1000
A + B Problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Description Calculate A + B. Input Each l ...
陈小盈
2022-07-02
A + B Problem
A + B ProblemTime Limit: 2000 ms Memory Limit: 65536 KB Calculate a + b Input The input will consist of a series of pairs of integers a and b,sep ...
陈小盈
2022-06-15
Red and Black
Red and Black Time Limit: 1000MS Memory Limit: 30000K Description There is a rectangular room, covered with square tiles. Each tile is colored eith ...
陈小盈
2022-05-31