Wesley13 Wesley13
3年前
jabdp之自定义流程(三)
5、简单流程实例绘制步骤图例:!(http://jabdp.7yxx.com/doc/books/86f94a8a00574ae2892ea2ac5d790ed7.128.png)这是一个简单的流程设计的例子,分为六个步骤,阅读的时候,可以对应着上一节的属性配置的具体说明查看。1、步骤
待兔 待兔
4年前
[DB]PostgreSQL 与 MySQL 相比,优势何在?
PostgreSQL与MySQL相比,优势何在?数据库知乎Pg没有MySQL的各种坑MySQL的各种text字段有不同的限制,要手动区分smalltext,middletext,largetext...Pg没有这个限制,text能支持各种大小.按照SQL标准,做null判断不能用
Wesley13 Wesley13
3年前
mysql的安装和下载
1、MySQL下载后的文件名为:mysql\_installer\_community\_V5.6.21.1\_setup.1418020972.msi,示意图如下: mysql下载地址:链接:https://pan.baidu.com/s/14zpog6if2diU7i20R6k\_hQ提取码:nhgk!(https://oscimg.
Stella981 Stella981
3年前
Django学习笔记(3)
数据库:MySql5.7下载:https://dev.mysql.com/downloads/windows/installer/5.7.htmlpython安装Mysql的驱动pipinstallmysqlclient_当然除此之外还有pymysql等第三方驱动可以使用,在这里用的是mysqlclient。_操
Stella981 Stella981
3年前
CentOS7安装mysql后无法启动服务,提示Unit not found
现象:启动MySQL数据库提示:Failedtostartmysqld.service:Unitnotfound在CentOS7中已经不在支持mysql,就算你已经安装了,CentOS7还是表示很嫌弃。原因:知乎:CentOS7为什么放弃了MySQL,而改使用MariaDB?(https://www.
Wesley13 Wesley13
3年前
mysql主从模式部署
1.下载tar.gz格式的安装包下载地址https://dev.mysql.com/downloads/mysql/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdev.mysql.com%2Fdownloads%2Fmysql%2F)2.解压ta
Stella981 Stella981
3年前
Spring boot自定义parent POM
概述在之前的SpringBoot例子中,我们都会用到这样的parentPOM。<parent<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterparent</artifactId
Wesley13 Wesley13
3年前
IDEA使用JDBC连接MySQL数据库详细教程
一、下载MySQL数据库并进行安装和配置二、下载JDBC下载地址:https://dev.mysql.com/downloads/connector/j/5.1.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdev.mysql.com%2Fdownloads%2Fco
如何自定义选图功能?
1,你可以更改功能板上的各个图标按钮和响应,你可以参考RCDChatViewController文件中的注释。2,根据1提到的注释,加上如下代码(void)pluginBoardView:(RCPluginBoardView)pluginBoardView
自定义长按item弹出菜单
首先需要定义actionclickActionnewMessageItemLongClickAction.Builder().title(getResources().getString(R.string.titlestring)).priority(0)