上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页
  2019年4月29日
摘要: 命令: 1. 显示当前登录用户:whoami 2.切换用户:su 用户名 3.新增用:useradd 用户名 4.为用户设置密码:passwd 用户名 阅读全文
posted @ 2019-04-29 23:23 biind 阅读(142) 评论(0) 推荐(0)
  2019年4月28日
摘要: using System; namespace ConsoleAppRedis { class Program { static void Main(string[] args) { //第一种,无登录密码 //var rds = new CSRedis.CSRedisClient("127.0.0... 阅读全文
posted @ 2019-04-28 21:32 biind 阅读(276) 评论(0) 推荐(0)
摘要: 1.cmd 2.cd C:\Program Files\Redis 3.redis-cli.exe -h 127.0.0.1 -a 123456 阅读全文
posted @ 2019-04-28 21:08 biind 阅读(152) 评论(0) 推荐(0)
摘要: 前置:服务器安装redis 1.引用redis 2.使用redis(c#) 一 引用redis (nuget 搜索:CSRedisCore) 二 使用redis(c#) 阅读全文
posted @ 2019-04-28 20:50 biind 阅读(508) 评论(0) 推荐(0)
  2019年4月11日
摘要: 1.注册微信小程序 2.安装小程序开发工具 3.实例(显示微信运动步数) 4.后端处理(c#) 一 注册微信小程序 注册地址:https://mp.weixin.qq.com/cgi-bin/registermidpage?action=index&lang=zh_CN&token= 二 安装小程序 阅读全文
posted @ 2019-04-11 19:44 biind 阅读(5094) 评论(3) 推荐(0)
  2019年4月10日
摘要: 1.下载redis https://github.com/MicrosoftArchive/redis/releases 2.开启redis服务 3.使用redis 4.redis可视化工具 一 开启redis 1.切换到 C:\Program Files\Redis2.redis-server.e 阅读全文
posted @ 2019-04-10 21:42 biind 阅读(187) 评论(0) 推荐(0)
  2019年4月9日
摘要: 1.参考地址:https://docs.microsoft.com/zh-cn/dotnet/csharp/tutorials/exploration/csharp-7?tutorial-step=5 https://docs.microsoft.com/zh-cn/dotnet/csharp/tu 阅读全文
posted @ 2019-04-09 16:27 biind 阅读(246) 评论(0) 推荐(0)
  2019年3月14日
摘要: 1.安装NuGet包 2.配置 3.运行测试 参考博客:https://www.cnblogs.com/yilezhu/p/9241261.html 一 安装NuGet包 包名:Swashbuckle.AspNetCore 二 配置 三 运行测试 阅读全文
posted @ 2019-03-14 21:43 biind 阅读(2323) 评论(0) 推荐(0)
  2019年3月3日
摘要: 参考博客:https://www.cnblogs.com/ricky-wang/p/7003162.html 阅读全文
posted @ 2019-03-03 16:01 biind 阅读(408) 评论(0) 推荐(0)
  2018年11月11日
摘要: 1.TortoiseGit 下载安装 2.语言包下载安装 3.配置语言 一 TortoiseGit 下载安装 官网下载地址:https://download.tortoisegit.org/tgit/2.6.0.0/ 二 语言包下载安装 官网下载地址:https://download.tortois 阅读全文
posted @ 2018-11-11 11:53 biind 阅读(147) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页