[root@sa yum.repos.d]# yum repolistThere was a problem importing one of the Python modules required to run yum. The error leading to this problem was:? ?libxml2.so.2: cannot open shared obje
分类:
编程语言 时间:
2018-01-18 11:49:14
阅读次数:
193
一,下载 地址:https://dev.mysql.com/downloads/mysql/ 二,安装 以mysql-5.7.20为例子。 ZIP Archive版是免安装的。只要解压就行了。解压后在文件夹里面创建data文件夹和my.ini文件 my.ini文件内容如下: # For advice ...
分类:
数据库 时间:
2018-01-11 23:51:46
阅读次数:
271
— Built-in Function: int __builtin_ffs (unsigned int x)Returns one plus the index of the least significant 1-bit of x, or if x is zero, returns zero. ...
分类:
其他好文 时间:
2018-01-04 13:09:17
阅读次数:
193
ul ol的list-style-type CSS2 的值: CSS2.1 的值: 取值:disc 点 | circle圆圈 | square正方形 | decimal数字 | decimal-leading-zero 十进制数| lower-roman 小写罗马文字| upper-roman 大写 ...
分类:
其他好文 时间:
2017-12-29 21:03:20
阅读次数:
145
Description You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their ...
分类:
其他好文 时间:
2017-12-20 13:52:43
阅读次数:
202
FFmpeg官网:http://www.ffmpeg.org 官网介绍 FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play ...
分类:
系统相关 时间:
2017-12-12 13:46:13
阅读次数:
337
If a number is palindrome and length of its decimal representation without leading zeros is even, we call it a zcy number. A number is palindrome mean ...
分类:
其他好文 时间:
2017-12-09 00:46:04
阅读次数:
271
AutoLayout概念是苹果自iOS6开始引入的概念。 目前为止,实现自动布局技术选型方面也可以使用xib和storyboard。在开发过程中通常登录、注册等变动可能性较小的视图,我会采用xib开发,其他页面通常会采用Masonry布局。xib和手码各有优势,视情况而定。 关于NSLayoutAt ...
分类:
其他好文 时间:
2017-11-16 18:36:27
阅读次数:
193
题意:http://www.lightoj.com/volume_showproblem.php?problem=1282 n^k = a.bc * 10.0^m;等式两边同时加上log10k*log10(n) = log10(a.bc) + m;m为k * log10(n)的整数部分,log10( ...
分类:
其他好文 时间:
2017-11-09 14:58:44
阅读次数:
138
P2922 [USACO08DEC]秘密消息Secret Message P2922 [USACO08DEC]秘密消息Secret Message P2922 [USACO08DEC]秘密消息Secret Message 题目描述 Bessie is leading the cows in an a ...
分类:
其他好文 时间:
2017-11-07 22:07:41
阅读次数:
192