Windows安装chocolatey
1、安装巧克力 # powershell 管理员执行 iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
1、安装巧克力 # powershell 管理员执行 iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
Scoop安装使用Windows下的软件安装工具。类似centos下的yum,乌班图下的apt。官方的github地址是:https://github.com/lukesampson/scoop安装必须条件Windows 7 SP1+ / Windows Server 2008+PowerShell 版本大于5 NET Framework 版本大于4.5(一般windows10电脑都满足)安装打
Windows版MySQL数据库安装新电脑要装一个mysql,网上找的教程有点乱,写一个备用。下载mysql官网下载地址:https://downloads.mysql.com/archives/community/可以选择版本最新版,历史版本都有。我下载是64位5.7.34。下面两个选择上面的那个zip压缩包。安装1、直接解压缩刚刚的压缩包2、根目录新建ini文件[mysql]# 设置mysql
插件激活方式测试的版本是2021.1.2其他版本请自测。下载JB系列软件,直接选择试用30天。打开菜单:File->Settings->Plugins->上方齿轮设置⚙->Manage Plugin Resp->增加插件源https://plugins.zhile.io然后保存后在插件市场MarketPlace搜索IDE Eval Reset,下载安装。当软件试用时间
CREATE TABLE person_info( id INT NOT NULL auto_increment, name VARCHAR(100) NOT NULL, birthday DATE NOT NULL, phone_number CHAR(11) NOT NULL,
1、版本5.0.52、配置文件提前创建好需要的目录# Redis configuration file example.## Note that in order to read the configuration file, Redis must be# started with the file path as first argument:## ./redis-server /path/to