查看是否安装了MySQL执行命令rpm -qa | grep mysql执行过程[root@localhost ~]# rpm -qa | grep mysqlmysql-community-libs-5.7.19-1.el7.x86_64mysql-community-server-5.7.19- ...
分类:
数据库 时间:
2019-11-28 11:45:11
阅读次数:
78
Django项目搭建 2019.09.25dw 1、潭州提供的虚拟机账号和密码: 普通账号:pyvip密码pythonvip 数据库Root账号:admin密码Root110qwe 命令:cat /etc/motd (查看各种潭州账号) 修改root密码命令:sudo passwd root /et ...
分类:
其他好文 时间:
2019-11-28 11:44:48
阅读次数:
91
需求,标准屏幕上工厂字段隐藏掉。 实现过程: 先找到对应的屏幕 在屏幕PBO的module中写隐式增强 但是module中是不能写隐私增强的,需要在module中的form中创建隐式增强 创建隐式增强 添加代码,激活 ...
分类:
其他好文 时间:
2019-11-28 11:44:16
阅读次数:
107
437. Path Sum III Easy Easy Easy You are given a binary tree in which each node contains an integer value. Find the number of paths that sum to a give ...
分类:
其他好文 时间:
2019-11-28 11:44:00
阅读次数:
62
一、什么是flex布局 Flexible Box 模型,通常被称为 flexbox,是一种一维的布局模型。它给 flexbox 的子元素之间提供了强大的空间分布和对齐能力。 flexbox 是一种一维的布局,是因为一个 flexbox 一次只能处理一个维度上的元素布局,一行或者一列。简单来说,fle ...
分类:
其他好文 时间:
2019-11-28 10:39:30
阅读次数:
55
格式化输出与日期 java 正则表达式一览表 ...
分类:
编程语言 时间:
2019-11-28 10:39:01
阅读次数:
60
Use SM36 to create a job with two steps, step 1 with the BTCLOOP report and step 2 with the report to be debugged. Then release the job. You can then ...
分类:
其他好文 时间:
2019-11-28 10:38:33
阅读次数:
83
浅谈前端发展史 第一阶段 从C/S(client(应用程序) server)() -> B/S (Brower(浏览器) server) 第二阶段: 从静态到动态,从后端到前端 前后端分离 后台:完成数据的分析和业务逻辑编写 前端: 网页制作,js交互效果,数据的交互和绑定 技术栈 javascri ...
分类:
编程语言 时间:
2019-11-28 10:38:11
阅读次数:
84
配置都是正常,最终发现内存使用率高达90%多,加配置后解决问题(升级服务器配置) 加之前是2核4g ,升级配置后 4核8g ...
分类:
数据库 时间:
2019-11-28 10:37:54
阅读次数:
71
php 二维数据排序 排行榜 $rateCount = array(); foreach($groupUsers as $user){ $rateCount[] = $user['rate']; } array_multisort($rateCount,SORT_DESC, $groupUsers)... ...
分类:
编程语言 时间:
2019-11-28 10:37:43
阅读次数:
78
如上,怎么将$title 像$query一样,在函数内部使用? $result = UserMenus::with(['menu'=>function($query){ $query->where('title',$title); }])->where('user_id',$userId)->fir ...
分类:
其他好文 时间:
2019-11-28 10:37:29
阅读次数:
158
原题链接在这里:https://leetcode.com/problems/increasing-subsequences/ 题目: Given an integer array, your task is to find all the different possible increasing ...
分类:
其他好文 时间:
2019-11-28 10:37:13
阅读次数:
63
首先下载字体,解压后将整个wps_symbol_fonts目录拷贝到/usr/share/fonts目录下,然后赋予可读可执行权限。权限设置操作如下:cd /usr/share/fonts/chmod 755 wps_symbol_fontscd /usr/share/fonts/wps_symbo ...
分类:
其他好文 时间:
2019-11-28 10:36:45
阅读次数:
73
前端性能优化可以分为两大类,分别是 页面级别优化:包含了http请求数以及内联脚本位置优化; 代码级别优化:包含DOM操作优化,CSS选择符优化以及图片优化等。 优化的目的 优化的目的在于让页面加载的更快,对用户操作响应更及时,为用户带来更好的用户体验,对于开发者来说优化能够减少页面请求数,能够节省 ...
分类:
其他好文 时间:
2019-11-28 10:36:32
阅读次数:
81
支付宝支付签名方式RSA2生成支付时使用的是支付宝公钥和应用私钥, 而不是应用公钥,支付宝公钥的生成是根据上传应用公钥而变动的, 所以在做回调的时候参数ALIPAY_PUBLIC_KEY也需要传支付宝公钥。 附图: ...
分类:
其他好文 时间:
2019-11-28 10:36:20
阅读次数:
683
009-MySQL循环while、repeat、loop使用 ...
分类:
数据库 时间:
2019-11-28 10:36:04
阅读次数:
124