delphi working with big data databases in Cassandra, Couchbase and MongoDB ...
分类:
数据库 时间:
2020-11-30 16:01:01
阅读次数:
11
问题一Tablexxismarkedascrashedandlast(automatic?)repairfailed有开发找到我,说数据库坏了,连不上数据库,看了下MySQL的错误日志,报错如下:Error:Table‘./db_name/table_name‘ismarkedascrashedandlast(automatic?)repairfailed修复1、先停止MySQL:servicem
分类:
数据库 时间:
2020-11-27 11:41:55
阅读次数:
15
html 代码 <div class="data_bodey"> <div class="index_nav" > <ul style="height: 30px; margin-bottom: 0px;"> <li class="l_left total_chose_fr nav_active"> ...
分类:
Web程序 时间:
2020-11-27 11:40:13
阅读次数:
14
1.卸载python(防止未卸载干净) rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps #强制删除已安装程序及其关联 whereis python|xargs rm -frv #删除所有残余文件 #xargs,允许你对输出执行其他某些命 ...
分类:
其他好文 时间:
2020-11-27 11:39:37
阅读次数:
9
一)编写ini文件,用button实现加载界面 cl_animationWin={ type="window" x=0 y=0 w=1024 h=600 style="cl_normalwin" flags={ window_splash } ... cl_picLoadingButton={ ty ...
分类:
其他好文 时间:
2020-11-27 10:52:54
阅读次数:
6
I use phpstudy to set a php+Mysql+Apache environment for the sqli-labs. The first step is to download the sqli-labs-master.zip from the official websi ...
分类:
数据库 时间:
2020-11-26 15:15:20
阅读次数:
14
#2.1 基本情况 ##组长博客链接: 组长博客 ##答辩总结 alpha冲刺完成了前面的大部分页面,还剩下最后一个页面还没有完成,这次冲刺团队磨合得挺好,因为考试也比较多,所以这次冲刺有出现一部分人准备考试,另一部分人来进行冲刺,总体而言大家表现都很好 ##全组讨论的照片 ##评估贡献比例 工作流 ...
分类:
其他好文 时间:
2020-11-26 14:41:33
阅读次数:
6
1. 安装Nginx $ vim /etc/yum.repos.d/nginx.repo [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/7/$basearch/ gpgcheck=0 en ...
分类:
其他好文 时间:
2020-11-26 14:41:22
阅读次数:
5
WHERE子句之In、Like语句 本篇将介绍WHERE子句里面的两个语法:In语法和Like语法 where子句之In语法 where子句之like语法 where子句之in语法: where子句之in语法的作用:允许在where子句中规定过个值 语法: select column_name fr ...
分类:
其他好文 时间:
2020-11-26 14:19:56
阅读次数:
2
创建: 2020/11/21 完成: 2020/11/21, 注: 省略ArrayList java.util.* TODO: 补充ArrayList https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html 简介 动态数组 ...
分类:
编程语言 时间:
2020-11-25 12:45:46
阅读次数:
9