环境 centos 7 dotnet core 2.1.4 错误信息: libgit2-xxxxxxx: cannot open shared object file: No such file or directory 原因: 找不到动态库 libgit2-xxxxxxx.so libgit2-x ...
分类:
其他好文 时间:
2020-01-10 13:01:15
阅读次数:
72
In a real form you'll most likely want to add some 3rd party form controls. For example autocomplete fields, date-time pickers etc. In this lesson we' ...
分类:
其他好文 时间:
2020-01-09 21:07:29
阅读次数:
75
RobotFramework+ride 口述操作 常用快捷键: ctrl+alt+space 联想关键字 ctrl+鼠标悬浮 关键字帮助 切换窗口 ${handles} Get Window Handles #获取窗口句柄 Select Window ${handles}[1] #切换到第二个窗口 ...
分类:
其他好文 时间:
2020-01-09 18:48:07
阅读次数:
125
Keywords KeywordArgumentsDocumentation Add New Sheet newsheetname Creates and appends new Excel worksheet using the new sheet name to the current work ...
分类:
其他好文 时间:
2020-01-09 18:45:58
阅读次数:
74
基本环境要求 环境需求: PHP >= 5.4 Fileinfo Extension Laravel >=5.0 拓展包需求: GD Library (>=2.0) … or … Imagick PHP extension (>=6.5.7) 安装 前提:你已经安装好laravel 项目,且当前在项 ...
分类:
其他好文 时间:
2020-01-09 11:46:47
阅读次数:
105
library frmDll; { Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select ...
“-bash: fork: 无法分配内存”,发现连了好多终端,然后断开了一个终端,然后这边终端可以敲命令了 [root@172.16.31.105 /home/www/test]# free -m total used free shared buffers cachedMem: 15979 802 ...
分类:
系统相关 时间:
2020-01-08 23:05:07
阅读次数:
161
第一种办法: 执行命令:cython test.py 结果:会在同一目录下面生成test.c文件 执行命令: gcc c fPIC I /usr/include/python2.7 test.c 结果: 在同一目录下面生成test.o文件 执行命令: gcc shared test.o c test ...
分类:
编程语言 时间:
2020-01-08 20:51:40
阅读次数:
282
一、配置基础环境: 环境准备: 两台或以上服务器,操作系统Centos 7.2,最小化安装,安装完成之后进行基础配置如下: 1、在mysql数据库服务器修改hosts文件,或公司内部有DNS解析主机名: [root@mysql1 ~]#vim /etc/hosts 127.0.0.1 localho ...
分类:
其他好文 时间:
2020-01-08 12:27:20
阅读次数:
136
关于thinkPHP 5.0-5.1部分版本index.php被修改为首页HTML代码问题,首先这个是thinkPHP的一个bug; 如果网站系统已经被入侵,那么要做以下操作: 1. 在thinkPHP核心类库 \thinkphp\library\think\App.php::module() 添加 ...
分类:
Web程序 时间:
2020-01-08 10:23:56
阅读次数:
104