原文:C#实现像微信PC版一样的扫码登录功能 现在好些网站都支持扫码登录,感觉上安全了很多,但是本地程序扫码登录的不多,就用C#实现了一下,需要作如下准备 在官网上申请一个企业微信,有条件的话做个企业认证吧,我们的是认证过的,所以账号和本地其他系统的账号是统一的. 在应用中创建一个应用,这个是关键,... ...
分类:
微信 时间:
2020-02-19 05:33:28
阅读次数:
122
前言 话说有一天,产品经理突然找到正在摸鱼的你。 产品:『我们要加一个聚合搜索功能,当用户在我们网站查询一件商品时,我们分别从 A、B、C 三个网站上查询这个信息,然后再把得到的结果返回给用户』 你:『哦,就是写个爬虫,从 3 个网站上抓取数据是吧?』 产品:『呸,爬虫是犯法的,这叫数据分析,怎么样 ...
分类:
编程语言 时间:
2020-02-18 23:21:10
阅读次数:
166
一、现象 使用yum makecache命令时报错 [root@MiWiFi-R3L-srv ~]# yum makecache Loaded plugins: fastestmirror Repository base is listed more than once in the configu ...
分类:
其他好文 时间:
2020-02-18 20:46:16
阅读次数:
204
在安装 react-app-rewired 并且进行了一些相关配置后,发现如果运行就会报 Cannot find module 'react-dev-utils/crossSpawn' 错误,这时候按网上说的删除了node_modules发现还是报错, 这时候删除了package-local.jso ...
分类:
其他好文 时间:
2020-02-18 13:12:43
阅读次数:
468
将之前的CentOS-Base.repo文件里的内容换成如下内容 vi /etc/yum.repos.d/CentOS-Base.repo # CentOS-Base.repo## The mirror system uses the connecting IP address of the cli ...
分类:
其他好文 时间:
2020-02-18 12:57:40
阅读次数:
87
My OS: win10 Install method: jenkins.msi Problem: install gitlab hook failed. Problem description: cannot delete the target files/directory, and you c ...
分类:
其他好文 时间:
2020-02-18 09:57:06
阅读次数:
55
Imagine you have an array like this (note that the array has duplicates, and includes 0 and k): a = [ 4, 64, 200, 42, 56, 22, 1, 64, 0, 161, 200, 0, 4 ...
分类:
其他好文 时间:
2020-02-18 09:14:49
阅读次数:
73
~ 家目录符号 putty无密码登录CentOS https://www.tecmint.com/ssh-passwordless-login-with-putty/ ...
分类:
系统相关 时间:
2020-02-17 21:28:13
阅读次数:
99
webpack的使用 webpack中的代码都是以模块化来进行编写 和gulp的区别: gulp实现自动化压缩js,css,less代码等, webpack是把项目的js,css,less等文件打包成一个或多个,主要用于模块化方案 全局安装 npm install webpack@3.6.0 g 局 ...
分类:
Web程序 时间:
2020-02-17 19:29:53
阅读次数:
79
Administrator@PC201803221826 MINGW64 /f/BI/bi/二期/脚本 (master) $ mkdir ~/.ssh mkdir: cannot create directory ‘/c/Users/Administrator/.ssh’: File exi sts ...
分类:
其他好文 时间:
2020-02-17 17:54:19
阅读次数:
67