码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
ASCII Table and Description
ASCII stands for American Standard Code for Information Interchange. Computers can only understand numbers, so an ASCII code is the numerical represen...
分类:其他好文   时间:2015-11-19 14:35:55    阅读次数:120
CentOS的MySQL报错:Can't connect to MySQL server
原文链接:http://www.centoscn.com/CentosBug/softbug/2015/0622/5709.html问题描述:使用客户端远程登录连接基于CentOS 6.5服务器上的Mysql,报错:Can't connect to MySQL server on 'XXX' (13...
分类:数据库   时间:2015-11-19 12:44:30    阅读次数:146
LeetCode "Range Sum Query - Mutable"
Fenwick tree can do this job.class NumArray { vector in; vector ft; int query(int i) { i += 1; i = min(i, int(ft.size() - 1...
分类:其他好文   时间:2015-11-19 07:04:58    阅读次数:141
LeetCode "Additive Number"
A natural DFS thought. Several pruning tricks can be applied. Please take care of date type(long long).class Solution { bool _check(string a, strin...
分类:其他好文   时间:2015-11-19 07:03:34    阅读次数:128
How to encode picture to H264 use AVFoundation on Mac, not use x264(续 :其中提到的用VideoToolBox硬编码,RTMP推流的开源工程 VideoCore project)
来源:https://github.com/jgh-/VideoCore Code Issues 77 Pull requests 4 Wiki Pulse Graphs SSH clone URLYou can clone with,, or.An audio and video man...
分类:Web程序   时间:2015-11-19 01:49:56    阅读次数:862
hdu-5478 Can you find it(快速幂)
思路:暴力。由于(ak1*n+b1+bk2(n-1)+1)(modC)=0对于任意n为正整数恒成立,那么对于n=1成立可得(ak1+b1+b)(modC)=0;n =2时可得(a2*k1+b1+bk2+1)(modC)=0;那么将n=1时所得的等式*ak1(modC)得(a2*k1+b1+b*ak1...
分类:其他好文   时间:2015-11-19 00:37:49    阅读次数:222
第二百三十天 how can I 坚持
上周日去蟒山摘的松子吗?应该是松子吧,裂开了呢。为啥呢。原来博客园可以上传图片,只是上传起来好费劲啊。今天程哥问给我分的活多不多,我竟然说了句好多,哎。其实很多问题可以用还好来回答,还好,还行,哈哈。睡觉。
分类:其他好文   时间:2015-11-19 00:20:52    阅读次数:106
[LeetCode][JavaScript]Additive Number
Additive NumberAdditive number is a positive integer whose digits can form additive sequence.A valid additive sequence should containat leastthree num...
分类:编程语言   时间:2015-11-18 23:04:05    阅读次数:767
D - 1sting(相当于斐波那契数列,用大数写)
DescriptionYou will be given a string which only contains ‘1’; You can merge two adjacent ‘1’ to be ‘2’, or leave the ‘1’ there. Surly, you may get ma...
分类:其他好文   时间:2015-11-18 22:44:33    阅读次数:203
bianlun
(Debater #4): I think my team member have expressed clearly that Social media can help people to get more and more closer, and I will put my focus on ...
分类:其他好文   时间:2015-11-18 19:40:25    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!