码迷,mamicode.com
首页 >  
搜索关键字:from www.texturepack    ( 57817个结果
POJ 3525 二分+半平面交
Most Distant Point from the Sea Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 3812   Accepted: 1779   Special Judge Description The main land of Japan ca...
分类:其他好文   时间:2014-05-12 14:48:41    阅读次数:438
python将文本转化成gif图片阅读
这是python吧的一个帖子(http://tieba.baidu.com/p/3030737423),具体的就是,导入txt文档,然后就会生成像一个gif的界面,文字不断的更换,用这种方法看文档,如图: 代码: # -*- coding: utf-8 -* #------------------------------------- import pygame from pygame...
分类:编程语言   时间:2014-05-12 14:44:34    阅读次数:492
Leetcode | Distinct Subsequences
Given a string S and a string T, count the number of distinct subsequences of T in S.A subsequence of a string is a new string which is formed from th...
分类:其他好文   时间:2014-05-12 09:37:51    阅读次数:287
图片资源的类型设定(部分)
Alpha from Grayscale: 依据灰度产生alpha通道。勾选则将依据图像自身的灰度值产生一个alpha通道。Wrap Mode: 循环模式。控制纹理平铺时得样式,有两种选择: Repeat:重复。默认选项,选择后纹理将以重复平铺的方式映射在游戏对象上。 Clamp:夹钳/截断。选.....
分类:其他好文   时间:2014-05-12 08:46:34    阅读次数:247
查询博客中相同文章类别总共有多少文章
查询博客中相同文章类别总共有多少文章  T_Content 博客表 T_ContentType 博客类别表 string sql = "select  (select  count(*) from T_Content where FTypeId=T.FID) as num from T_ContentType AS T"...
分类:其他好文   时间:2014-05-12 07:00:52    阅读次数:294
mysql 得到重复的记录
select devicetoken from client_user group by devicetoken having count(devicetoken)>1
分类:数据库   时间:2014-05-12 02:16:42    阅读次数:273
leetcode第一刷_Remove Duplicates from Sorted Array II
水题。 我之前说过包含至多几个至少几个的问题都比较难,这个题可是让我大脸了。至多可以重复一次,那就重复次数多于两次再计算重复,否则的话像普通的数据一样直接按照重复次数前移就可以了嘛。不过说归说,这种inspace的思想还是有些用处的,数组这种实现方式致命的缺点就是删除或者添加中间的元素代价太大,因为不好把握数据的最终位置。这个题是一种情况,合并两个排序好的数组也是一个例子。 class Sol...
分类:其他好文   时间:2014-05-11 14:54:49    阅读次数:248
Entity中Lazy Load的属性序列化JSON时报错
The server encountered an internal error that prevented it from fulfilling this request.org.springframework.http.converter.HttpMessageNotWritableExcep...
分类:Web程序   时间:2014-05-11 04:32:24    阅读次数:1292
在服务器上远程链接另一台服务器的数据库的方法how to connet the database from the other host
iwangzheng.com16:57 [root@a02.cmsapi]$ mysql -u-p -h10.103.xx.xxWelcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 57...
分类:数据库   时间:2014-05-10 20:57:56    阅读次数:441
MDK调试错误
Undefined symbol assert_failed (referred from dma.o).链接过程中出现assert_param函数未定义的错误解决方法: 在Options->C/C++->preprocessor Symboles有Define:项中输入USE_STDPER...
分类:其他好文   时间:2014-05-10 20:41:56    阅读次数:465
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!