Kendo UI for jQuery R1 2020 SP1试用版下载 Kendo UI目前最新提供Kendo UI for jQuery、Kendo UI for Angular、Kendo UI Support for React和Kendo UI Support for Vue四个控件。Ke ...
分类:
Web程序 时间:
2020-03-27 10:35:22
阅读次数:
83
一,阿里云ECS的centos环境 1,执行systemd-detect-virt [root@yjweb ~]# systemd-detect-virt kvm 说明阿里云的ecs是在一个kvm环境中运行 2,看dmidecode的system信息也行 [root@yjweb ~]# dmidec ...
分类:
其他好文 时间:
2020-03-26 13:53:32
阅读次数:
148
https://www.cnblogs.com/xiujin/p/11477419.html 1.安装相应的编译工具 在root用户下(不要用普通用户,麻烦),全部复制粘贴过去,一次性安装即可. 2.下载安装包 3.解压 4.创建编译安装目录 5.安装 "what does enable optim ...
分类:
编程语言 时间:
2020-03-26 12:15:46
阅读次数:
79
1、pow 幂运算(math.h) pow(2,n);//2^n 2、sqrt 开方运算 (math.h) sqrt(n) //开方 x*x = n,返回x https://support.office.com/zh-cn/article/SQRT-%E5%87%BD%E6%95%B0-654975 ...
分类:
编程语言 时间:
2020-03-26 10:53:53
阅读次数:
104
本文主要解决CitrixXenDesktop环境中,如果存在同一个用户使用多种类型的虚拟桌面或虚拟App的时候,个人配置文件的隔离和保存问题。
分类:
其他好文 时间:
2020-03-26 10:53:21
阅读次数:
113
1.前置环境yum -y groupinstall 'X Window System'2.桌面安装 yum -y groupinstall 'Desktop' 3.语言包yum -y groupinstall "Chinese Support"4.中文套件编辑/etc/sysconfig/i18n, ...
分类:
其他好文 时间:
2020-03-25 12:09:21
阅读次数:
87
git remote add origin https://xxxxxx #添加远程仓库 git fetch origin master #将远程仓库的最新的内容拉取到本地 然后出现了如下问题: 思路: 进入到本地仓库目录下的.git 文件夹下,打开 config 文件发现原来我的 远程仓库的URL ...
分类:
Web程序 时间:
2020-03-25 09:12:23
阅读次数:
86
Frequently Asked Questions — Circus 0.15.0 documentation https://circus.readthedocs.io/en/latest/faq/#whycircussockets Here is a list of frequently as ...
分类:
其他好文 时间:
2020-03-25 01:32:25
阅读次数:
78
连接的错误无非几点:身份验证失败、没有权限访问、用户不存在(目前遇到) 关于身份验证失败: Client does not support authentication protocol requested by server; consider upgrading MySQL client; 上方 ...
分类:
数据库 时间:
2020-03-24 15:51:13
阅读次数:
90
# 上线华为云服务器部署(弹性云服务器ECS) >环境配置: > ubuntu 18.04 > Python 3.6.8(python3.7亦可) > nginx version: nginx/1.14.0 (Ubuntu) ## 1. 购买华为云服务器 文档 https://support.hua ...
分类:
编程语言 时间:
2020-03-24 11:08:15
阅读次数:
92