官方文档 InnoDB implements standard row-level locking where there are two types of locks, shared (S) locks and exclusive (X) locks. A shared (S) lock perm ...
分类:
数据库 时间:
2019-05-09 10:50:52
阅读次数:
158
源码安装 zabbix 报错总结 1)报错: configure: error: MySQL library not found 解决办法 # find / -name "mysql_config" /usr/local/mysql/bin/mysql_config # ./configure -- ...
分类:
其他好文 时间:
2019-05-08 21:54:41
阅读次数:
144
1)在项目上右键选中properties,会进入如下界面 (2)然后点击Add Library,进入设置Library的界面 (3)选中JRE System Library进入下一界面就可以设置jdk了 ...
分类:
系统相关 时间:
2019-05-08 14:35:40
阅读次数:
158
配置文件和tp5相比view_replace_str配置参数改成template配置文件的tpl_replace_string配置参数 路径 :\thinkphp\library\think\Template.php中配置 ...
分类:
其他好文 时间:
2019-05-08 10:52:41
阅读次数:
1005
Vue.js 的源码都在 src 目录下,其目录结构如下。 src ├── compiler # 编译相关 ├── core # 核心代码 ├── platforms # 不同平台的支持 ├── server # 服务端渲染 ├── sfc # .vue 文件解析 ├── shared # 共享代码 ...
分类:
Web程序 时间:
2019-05-08 10:51:54
阅读次数:
132
PIL(Python Imaging Library)是一个非常强大的Python库,但是它支持Python2.X, 在Python3中则使用的是Pillow库,它是从PIL中fork出来的一个分支。提供了非常强大的图片处理能力,包括存储、格式转换、图像处理等操作 有时候看到朋友圈的九宫格动态,是不 ...
分类:
编程语言 时间:
2019-05-07 01:04:49
阅读次数:
169
/bin 二进制可执行命令 /dev 设备特殊文件 /etc 系统管理和配置文件 /etc/rc.d 启动的配置文件和脚本 /home 用户主目录的基点,比如用户user的主目录就是/home/user,可以用~user表示 /lib 标准程序设计库,又叫动态链接共享库,作用类似windows里的. ...
分类:
系统相关 时间:
2019-05-06 14:31:09
阅读次数:
155
PIL简介 什么是PIL PIL:是Python Image Library的缩写,图像处理的模块。主要的类包括Image,ImageFont,ImageDraw,ImageFilter PIL的导入 首先需要安装一下pillow包 ? 1 pip install pillow 然后就可以调用PIL ...
分类:
其他好文 时间:
2019-05-03 18:53:53
阅读次数:
154
几乎所有的关于操作系统的内容可以在python 官方文档中找到:https://docs.python.org/3/library/os.html#module-os 其中os.path被单独列出:https://docs.python.org/3/library/os.path.html#modu ...
分类:
编程语言 时间:
2019-05-03 18:03:00
阅读次数:
124