[TOC] 因数据库入网检测须修改密码级别,在源有的passwordcheck插件上进行二次修改 1.使用方式 替换目录 ../postgresql 11.4/contrib/passwordcheck 下的 passwordcheck.c 编译安装 make && make install pos ...
分类:
数据库 时间:
2019-12-06 19:09:55
阅读次数:
137
一、更新yum源 wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo 二、安装sl命令 yum install -y sl ...
分类:
其他好文 时间:
2019-12-06 14:00:20
阅读次数:
339
一、项目场景: 添加任务并设定任务的执行时间,然后按时间顺序由近到远依次执行。 二、思路: 可以利用redis的有序集合(SortedSet),用时间戳排序实现,大概的流程如下。 三、关键思路&代码段 1. 写入任务 使用任务下一次的执行时间按分钟生成key,将同一分钟待执行的任务放到一个key中, ...
分类:
Web程序 时间:
2019-12-06 12:02:38
阅读次数:
206
1. 首先来看下Android系统的分区: Android系统的分区.jpg Android分区解释.png 安卓系统一般把rom芯片分成7个区,如果再加上内置sd卡这个分区,就是8个: hboot分区 负责启动。 radio分区 负责驱动。 recovery分区 负责恢复。 boot分区 系统内核 ...
分类:
移动开发 时间:
2019-12-06 11:51:21
阅读次数:
95
本文首发于个人博客 "https://kezunlin.me/post/9f24ebb5/" ,欢迎阅读最新内容! csharp key press event tutorial and app.config Guide MainForm TextBox app.config app.config. ...
分类:
移动开发 时间:
2019-12-06 10:04:56
阅读次数:
189
using UnityEngine; using System.Collections; using System.Collections.Generic; public struct SegmentPoint { public Vector3 normal; public Vector3 pos; ...
分类:
编程语言 时间:
2019-12-06 09:16:15
阅读次数:
76
路线1 路线2 路线3 使用方法 1.复制视频地址(支持主流的视频网站,如爱奇艺、优酷、腾讯视频等) 2.粘贴到上面的输入框中,点击解析,选择下方的解析地址,稍等一会儿,即可观看。 3.如果播放失败,请切换解析地址。 ...
分类:
其他好文 时间:
2019-12-06 00:29:23
阅读次数:
140
Excel需要导入的jar包 <!-- 导出excel --> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>3.16</version> </dependency ...
分类:
其他好文 时间:
2019-12-05 22:42:03
阅读次数:
132
题意:HDU1455 给出n个小木棒的长度,他们是又数根长度相同的木棒剪短得来的,问没剪短之前的木棒长度最短是多少. 思路: 见代码:https://www.cnblogs.com/fqfzs/p/9911110.html参考自 1 #include<bits/stdc++.h> 2 using n ...
分类:
其他好文 时间:
2019-12-05 22:28:48
阅读次数:
208
if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME}; end parse("File Header.java") @javax.servlet.annotation.WebServlet(name = "${Ent ...
分类:
其他好文 时间:
2019-12-05 19:13:07
阅读次数:
84