摘要: 下载链接:https://www.lfd.uci.edu/~gohlke/pythonlibs/#python-ldap 注意选择合适的版本,用的python3.6 x64系统, 下载python_ldap-3.3.1-cp36-cp36m-win_amd64.whl pip install pyl 阅读全文
posted @ 2021-06-02 20:21 叨叨勋 阅读(866) 评论(0) 推荐(0) 编辑
摘要: 基于医药知识图谱的智能问答系统(django+apache-jena-fuseki) https://github.com/YeYzheng/KGQA-Based-On-medicine SQL 审核查询平台(django+inception+goinception) https://github. 阅读全文
posted @ 2021-06-02 20:07 叨叨勋 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1、在键盘上按Win+R键(也可以在开始菜单右键然后选择运行),在运行的输入框里面输入"gpedit.msc"命令、然后点击确定 2、在“计算机组策略”中依次展开 计算机配置-->管理模板 >windows组件 >然后在右边的菜单中选择远程桌面服务;双击打开 3、在远程桌面服务界面中;双击打开“远程 阅读全文
posted @ 2021-06-02 19:54 叨叨勋 阅读(2566) 评论(0) 推荐(0) 编辑
摘要: 一、windows server 2016零售版永久激活码 1、Windows Server 2016数据中心版零售版 Windows Server 2016 Datacenter Retail: [Key]:6CNGG-BJP34-H923Y-6DMWR-37BMF [Key]:HHRN4-BW4 阅读全文
posted @ 2021-06-02 19:46 叨叨勋 阅读(25844) 评论(0) 推荐(0) 编辑
摘要: 具体步骤如下: 方法一:关闭云计算 1.点击任务栏左下角的小娜图标,在搜索框输入”区域和语言设置“,然后点击搜索到的选项【区域和语言设置】系统设置; 2.在打开的界面的【区域和语言】右侧,点击【中文】后再点击显示出来的【选项】; 3.在打开界面下拉到最底部,点击【键盘】组的【微软拼音】选项,然后再点 阅读全文
posted @ 2021-05-26 14:33 叨叨勋 阅读(542) 评论(0) 推荐(0) 编辑
摘要: Cannot Copy and Paste via RDP Sometimes the clipboard does not work in a Remote Desktop session if we actively use remote connections to workstations, 阅读全文
posted @ 2021-05-26 09:41 叨叨勋 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Windows includes the Remote Desktop component that you can use to connect to a remote computer and work with it as with your local computer. Using Rem 阅读全文
posted @ 2021-05-21 10:51 叨叨勋 阅读(78) 评论(0) 推荐(0) 编辑
摘要: linux挂载windows服务器共享盘 yum install nfs-common yum install samba-client mkdir -p /opt/test_mysql mount -t cifs -o username=域账号,password=域账号密码 //共享服务器IP/共 阅读全文
posted @ 2021-05-18 17:22 叨叨勋 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 压缩 tar –cvf jpg.tar *.jpg //将目录里所有jpg文件打包成tar.jpg tar –czf jpg.tar.gz *.jpg //将目录里所有jpg文件打包成jpg.tar后,并且将其用gzip压缩,生成一个gzip压缩过的包,命名为jpg.tar.gz tar –cjf 阅读全文
posted @ 2021-05-18 17:17 叨叨勋 阅读(598) 评论(0) 推荐(0) 编辑
摘要: (1)首先访问 docker-compose 的 GitHub 版本发布页面: https://github.com/docker/compose/releases (2)由于服务器是 CentOS 系统,则下载 Linux 版本的 Compose: (3)将下载下来的“docker-compose 阅读全文
posted @ 2021-05-18 17:14 叨叨勋 阅读(545) 评论(0) 推荐(0) 编辑