二进制类型
包括BINARY、VARBINARY、BIT、TINYBLOB、BLOB、MEDIUMBLOB、LONGBLOB
BINARY(M)类型,保存的是字节而不是字符,没有字符集限制,字节数为M,允许长度为0~M的定长二进制字符串。不足最大指定长度的空间由“\0”补全,查询时也要包含"\0",不然查找不到。进行比较时是按字节进行比较,而不是按字符(char),按字节比较比字符简单快速,...
分类:
数据库 时间:
2015-04-30 18:15:14
阅读次数:
151
网址:https://leetcode.com/problems/palindrome-number/
题意:
判断int数是不是回文.
解法:
先遍历一遍,得到数值位数.
再前后判断是不是回文
注意不能是负数.
代码:
https://github.com/LiLane/leetcode/blob/master/c%2B%2B/009-PalindromeNumber-20150...
分类:
其他好文 时间:
2015-04-30 12:36:59
阅读次数:
126
一、题目简介 一元一次方程求解二、源码的github链接https://github.com/jixin1995/ceshi1/blob/master/texthttps://github.com/jixin1995/ceshi1/blob/master/text1三、所设计的模块测试用例、测试结果...
分类:
其他好文 时间:
2015-04-30 00:46:38
阅读次数:
131
一、题目简介通过用户输入年份和月份,然后在控制台显示该年该月的日历。二、源码的github链接。https://github.com/zhangxinn/test/blob/master/PrintCalendar三、所设计的模块测试用例、测试结果截图首先新建一个项目叫JUnit_Test,我们编写...
分类:
系统相关 时间:
2015-04-29 23:23:00
阅读次数:
211
https://github.com/zhangxue520/EnglishGame/blob/master/EnglishGame《程序设计实践I》题目:打字训练测试软件学校:齐鲁工业大学学院:信息学院班级:计科(高职)13-1学号:201303014033姓名:_张波涛2015年04月28日实践...
分类:
其他好文 时间:
2015-04-29 23:07:19
阅读次数:
200
项目地址:https://github.com/wandoulabs/codis中文说明文档:https://github.com/wandoulabs/codis/blob/master/doc/tutorial_zh.md参考地址:http://0xffff.me/blog/2014/11/11/codis-de-she-ji-yu-shi-xian-part-2/http://www.cnblogs.com/xuanzhi201111/p/4425194.htmlhtt..
分类:
其他好文 时间:
2015-04-29 07:27:17
阅读次数:
1340
python代码示例:https://github.com/sendcloud2013/sendcloud_docs/blob/master/sources/downloads/code/python.mdcurl示例:https://github.com/sendcloud2013/sendcloud_docs/blob/master/sources/downloads/code/curl.md
分类:
编程语言 时间:
2015-04-28 19:03:39
阅读次数:
442
https://github.com/jzjaerui/Individual-Project/blob/master/TestSushu1《程序设计实践I》题目: 判断素数 学校:齐鲁工业大学 学院:信息学院 班级:计科(高职)13-1 学号:201303014034 姓名:郑丁鹏 2015 年 4...
分类:
其他好文 时间:
2015-04-28 15:43:17
阅读次数:
174
https://github.com/tengjuan/Individual-Project/blob/master/CalculatorTest编写一个Calculator类,这是一个能够简单实现加减乘除、平方、开方的计算器类,然后对这些功能进行单元测试。package andycpp; impo...
分类:
其他好文 时间:
2015-04-27 12:34:20
阅读次数:
118
组员1:王文政201303011159作业网址 :https://github.com/1246251747/3/blob/master/jjj.txt心得:1. 申请github账号 。 例如:名字:ss,邮箱:xxxx;2. 在git-scm.com上下载Git ;3. 下载完成后打开git B...
分类:
其他好文 时间:
2015-04-25 22:26:49
阅读次数:
192