mysql数据库安装yuminstallmariadb-server.86_64-y关闭数据库接口(为了安全)vim/etc/my.cnfsymbolic-links=1配置mysql安全机制mysql_secure_installation(一路回车输密码^_^)登陆mysql关键命令:(其余请大家根据需要百度一下啦~^.^)mysql-uroot-p密码SHOWDATABASES;(显..
分类:
数据库 时间:
2016-11-29 11:47:40
阅读次数:
267
Flatify分页:<ul uib-pagination total-items="siteCount" items-per-page="1" max-size="10" boundary-links="true" rotate="false" previous-text="<" next-text ...
分类:
其他好文 时间:
2016-11-26 17:40:19
阅读次数:
169
Skip links are an extremely helpful navigation pattern for keyboard and screen reader users, since they let you skip past sections of content. Learn h ...
分类:
Web程序 时间:
2016-11-22 17:00:56
阅读次数:
234
一、简介 二、教程 三、其他 1)A list of open source C++ libraries http://en.cppreference.com/w/cpp/links/libs 2)C/C++ 开源库及示例代码 https://github.com/programthink/open... ...
分类:
编程语言 时间:
2016-11-15 01:04:30
阅读次数:
158
原文:http://www.mamicode.com/info-detail-517085.html No.1、run-sequence 作用:让gulp任务,可以相互独立,解除任务间的依赖,增强task复用 Links: https://www.npmjs.com/package/run-sequ ...
分类:
其他好文 时间:
2016-11-11 11:41:13
阅读次数:
204
My last column in Datatable is link, but only work on the first page, whenever I changed the page number or number shown on page the links were not wo ...
分类:
编程语言 时间:
2016-11-10 07:43:00
阅读次数:
152
修改mysql配置文件 my.cnf ,内容如下: [mysqld]datadir=/data/mysql/datasocket=/var/lib/mysql/mysql.sockuser=mysql# Disabling symbolic-links is recommended to preve ...
分类:
数据库 时间:
2016-11-08 19:30:42
阅读次数:
167
Internet Feature Controls (B..C) Updated: July 2012 This article describes feature controls with names that begin with the letters B or C. For links t ...
分类:
Web程序 时间:
2016-11-07 07:43:24
阅读次数:
320
之前,用标准C++写过读取文件夹。现在用QT重写代码,顺便看了下QT如何实现,还是相当简单的。主要用到QDir,详细文档可见这里 A program that lists all the files in the current directory (excluding symbolic links ...
分类:
其他好文 时间:
2016-10-28 03:25:21
阅读次数:
398
前言 我们会经常遇到这样的场景,需要拼接多行字符串,在字符串中动态插入一些数据以达到业务的需求。但是js中并没有标准的多行编辑的函数,于是聪明的程序员们便脑洞大开,书写出许多有趣的方法。 1 2 3 4 5 <div class="links"> <a href="http://qianlongo. ...
分类:
Web程序 时间:
2016-10-26 06:56:57
阅读次数:
218