码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
yum安装mysql步骤及报错ERROR 1045 (28000)
1.centos系统中使用yum工具安装mysql.[root@localhost~]#yuminstall-ymysql2.yuminstall-ymysql后,启动mysql报错如下:ERROR2002(HY000):Can‘tconnecttolocalMySQLserverthroughsocket‘/var/lib/mysql/mysql.sock‘(2)解决办法:缺少组件,安装mysql-server包。3.安装组件mysql..
分类:数据库   时间:2016-03-04 14:42:34    阅读次数:178
Leet Code OJ 27. Remove Element [Difficulty: Easy]
题目: Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn’t matter what you leave beyond the new length.翻译:...
分类:其他好文   时间:2016-03-04 14:36:53    阅读次数:122
对于在Android Studio 的 build.gradle 中的默认applicationId 要不要写呢?
起因 刚完成一个版本的开发。刚上Google play 就有用户反映无法更新应用。错误代码为:Can't install app "****" can' be installed.Try again, and if the problem continues,get help toubleshoot
分类:移动开发   时间:2016-03-04 13:20:01    阅读次数:204
C++获取字符cin,getchar,get,getline的区别
原创作品,转载请注明来源:http://www.cnblogs.com/shrimp-can/p/5241544.html 1.cin>> 1)最常见的是获取输入的一个字符或数字,如 int a,b; cin>>a>>b; 注意:cin>>会自动过滤掉不可见字符(如空格 回车 tab等)。若不想过滤
分类:编程语言   时间:2016-03-04 13:13:01    阅读次数:225
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2
ERROR2002(HY000):Can‘tconnecttolocalMySQLserverthroughsocket‘/var/lib/mysql/mysql.sock‘(2)正如上述所说的问题,缺少mysql.sock文件。解决办法:ln-s/tmp/mysql.sock/var/lib/mysql/mysql.sockk可能部分同学会报错在/var/lib目录下没有mysql目录,若出现如此错误就创建mys..
分类:数据库   时间:2016-03-04 10:36:10    阅读次数:184
第三百三十六天 how can I 坚持
家里断网了,忘交网费了,连的手机网络,也挺好,吃完饭就可以睡觉了。 不知道怎的,昨天和家人聊天,一提对象的事就很容易着急生气,然后就会后悔。。哎,这脾气得改。 确实不知道自己的另一半是啥样,想象不出来,也不知道和谁谈,一切随缘吧。 好烦。早上吃面包喝牛奶好拉肚子,联系两天了。。 天气应用还没搞完,真
分类:其他好文   时间:2016-03-03 22:50:39    阅读次数:206
spring “The matching wildcard is strict, but no declaration can be found for element”报错原因
xsi:schemaLocation=http://www.springframework.org/schema/aop/spring-aop.xsd http://www.springframework.org/schema/aop Spring 配置文件中的顺序颠倒会报如下的错误 The mat...
分类:编程语言   时间:2016-03-03 14:52:43    阅读次数:247
Unity jounal 2016-3-3
1. Project organization: 2.prefab Important part of the project, which seperate and organize the scripts and logic. e.g. A character can be made of mo
分类:编程语言   时间:2016-03-03 12:48:59    阅读次数:167
PAT 1021. Deepest Root (25)
1021. Deepest Root (25) A graph which is connected and acyclic can be considered a tree. The height of the tree depends on the selected root. Now you
分类:其他好文   时间:2016-03-02 22:08:53    阅读次数:229
poj2663 Tri Tiling
Tri TilingTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 5843Accepted: 3128 Description In how many ways can you tile a 3xn rectangle with 2
分类:其他好文   时间:2016-03-02 21:55:27    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!