今天试图把 deepin 的软件源加到我到 Ubuntu 16.04 中去。 在 deepin wiki 上看到一个 "教程" 。 在 中加上 deepin 的软件源之后,执行 报错: 搜索一番,发现一个办法 再次执行 就不会报错了。 ...
Description As an Android developer, itˇs really not easy to figure out a newer version of two kernels, because Android is updated so frequently and h ...
分类:
移动开发 时间:
2018-05-16 20:50:18
阅读次数:
224
Written by Paul Hudson @twostraws It's very common in iOS to want to create complex objects only when you need them, largely because with limited comp ...
分类:
其他好文 时间:
2018-05-16 12:53:58
阅读次数:
161
A. Pizza, Pizza, Pizza!!! 注意:long long B. Treasure Hunt 注意:第五个样例(aaaaa,n==1)的情况要先处理一下。 感受:还是读题的问题,and the ribbon abcdabc has the beauty of 2 because i ...
分类:
其他好文 时间:
2018-05-15 12:42:35
阅读次数:
182
题目描述: A self-dividing number is a number that is divisible by every digit it contains. For example, 128 is a self-dividing number because 128 % 1 == 0 ...
分类:
其他好文 时间:
2018-05-13 19:04:02
阅读次数:
152
报错时机 使用了mycat,而不是单纯使用了mysql。 报错信息 解决思路 网上搜索一大把解决方法,大同小异,都是flush host等等。 比如 "2013年的cnblogs" 但是,首先做的,应该是检查下是不是用户或者端口粗心写错了。 解决方法 mysql端口3306改为mycat的端口806 ...
分类:
其他好文 时间:
2018-05-13 13:41:50
阅读次数:
162
基于jQuery的Ajaxs使用FormData上传文件要注意两个参数的设定 processData设为false 把processData设为false,让jquery不要对formData做处理,如果processData不设置为false,jquery会把formData转换为字符串。 con ...
分类:
Web程序 时间:
2018-05-12 18:28:34
阅读次数:
244
Imagine you are attending your math lesson at school. Once again, you are bored because your teacher tells things that you already mastered years ago ...
分类:
其他好文 时间:
2018-05-11 23:44:45
阅读次数:
194
UnicodeEncodeError: 'latin-1' codec can't encode character "UnicodeEncodeError:'latin-1' codec can't encode character ..." This is because MySQLdb nor ...
分类:
数据库 时间:
2018-05-10 19:31:53
阅读次数:
219
title: 系统与软件知识 tags: 系统,软件,小书匠 grammar_cjkRuby: true [toc] 一 系统与软件知识结构介绍 1. 系统知识结构 2. 软件 二 硬件系统 1. 单片机 单片机是一种可通过编程控制的微处理器。需要靠外围的数字器件或模拟器件才可发挥其自身的强大功能。 ...
分类:
其他好文 时间:
2018-05-09 23:58:48
阅读次数:
378