码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
python编码遇过的问题
曾经出现过这样的问题UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 0: ordinal not in range(128)是因为对str进行编码UnicodeEncodeError: 'ascii' code...
分类:编程语言   时间:2015-12-23 17:53:22    阅读次数:215
Leetcode: Paint House II
There are a row of n houses, each house can be painted with one of the k colors. The cost of painting each house with a certain color is different. Yo...
分类:其他好文   时间:2015-12-23 14:30:27    阅读次数:393
WeakHashMap学习(一) —— Difference between HashMap and WeakHashMap
WeakHashMapis an implementation ofMapinterface where the memory of the value object can be reclaimed by Grabage Collector if the corresponding key is ...
分类:其他好文   时间:2015-12-23 12:34:53    阅读次数:148
mysql配置主从时报错及处理
1、报错信息如下:Last_SQL_Error:Error‘Can‘tdropdatabase‘oldboy‘;databasedoesn‘texist‘onquery.Defaultdatabase:‘oldboy‘.Query:‘dropdatabaseoldboy‘Replicate_Ignore_Server_Ids:Master_Server_Id:11rowinset(0.00sec)解决处理过程:mysql>stopslave;QueryOK,0rowsaff..
分类:数据库   时间:2015-12-23 02:09:37    阅读次数:208
PostgreSQL and bloat
Thebucardoproject has released itsnagios plugins for PostgreSQLand we can extract from them this nice view in order to check for table and indexbloati...
分类:数据库   时间:2015-12-23 00:29:16    阅读次数:386
mysql闪退或者can not connect 127.0.0.1
MYSQL 无安装文件 exe执行时闪退mysql闪退或者can not connect 127.0.0.1APP 百款主流机型兼容性免费测 »Mysql 官网上下载的Mysql但是没有发现安装程序。据说是直接解压就可以使用但是执行\bin 目录下的EXE程序时执行窗口会出现闪退的情况。。求解//安...
分类:数据库   时间:2015-12-22 19:29:24    阅读次数:167
[随笔]How can I learn to program?
黑客与画家:硅谷创业之父paul graham关于回答‘How can I learn to program’How can I learn to program?Find a friend who knows how to program. Get them to set you up with ...
分类:其他好文   时间:2015-12-22 13:09:40    阅读次数:158
PHP连接数据库错误:Can't connect to MySQL server on '127.0.0.1' (13)2003
学习PHP中的。今天学习php连接数据库,代码如下:<?php $link=mysql_connect("127.0.0.1","root","123456"); if($link){ echo‘数据源连接成功‘; } else{ echo"数据库连接失败,请检查帐户密码".mysql_error().mysql_errno(); } ?>本地测试正常可以访问php/var/www/html/..
分类:数据库   时间:2015-12-22 06:48:42    阅读次数:1203
Leetcode: Group Shifted Strings
Given a string, we can "shift" each of its letter to its successive letter, for example: "abc" -> "bcd". We can keep "shifting" which forms the sequen...
分类:其他好文   时间:2015-12-22 06:26:37    阅读次数:175
【WIN10】WIN2D——繪製文字
先看下截圖:做了幾個效果:普通、倒影、陰影、歌詞。普通效果代碼:private void normal_Draw(Microsoft.Graphics.Canvas.UI.Xaml.CanvasControl sender, Microsoft.Graphics.Canvas.UI.Xaml.Can...
分类:Windows程序   时间:2015-12-21 21:42:08    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!