码迷,mamicode.com
首页 >  
搜索关键字:content source    ( 42935个结果
Android实现自定义view---绘制图片
主要原理是:extends view重载onDrow(),需要一bitmap,重载view,在 canvas上画临时bmp,当按下确定的时候按下    画到real_bmp上,其他的跟前面的基本上没有什么区别。    import com.example.test.R; import android.app.Activity; import android.content.Con...
分类:移动开发   时间:2014-05-10 09:23:24    阅读次数:601
网页乱码解决小心得
出现乱码需要检查的项目:数据库编码、文件本身的字符集、html解析的字符集,如若上述项目编码一致仍然出现乱码,查看一下浏览器的编码,如果和设置的不一样说明上述设置有部分未成功,可以尝试使用header()函数再转化一下。FYI:1. header("Content-type: text/html; ...
分类:Web程序   时间:2014-05-08 21:28:22    阅读次数:331
WP 前台或后台显示ShellToast
using Microsoft.Phone.Shell;ShellToast toast = new ShellToast();toast.Title = "程序标题"; toast.Content = "内容"; toast.NavigationUri = new Uri("...
分类:其他好文   时间:2014-05-07 19:29:04    阅读次数:271
Android Animation动画(很详细)
http://www.360doc.com/content/13/0102/22/6541311_257754535.shtml
分类:移动开发   时间:2014-05-07 19:03:30    阅读次数:726
C语言字符串处理函数
函数名: strcpy功 能: 拷贝一个字符串到另一个用 法: char *stpcpy(char *destin, char *source);程序例:#include #include int main(void){ char string[10]; char *str1 = "abcdefgh...
分类:编程语言   时间:2014-05-07 18:01:41    阅读次数:487
linux 和windows系统下同时可用的UML建模工具(umbrello),超强
原文地址:linux 和windows系统下同时可用的UML建模工具(umbrello),超强 作者:zhangjiakouzfOPEN SOURCE 的 UML建模工具 -- umbrello如果你的开发小组既有windows系统下的开发人员(比如客户端软件),又有linux或其他*nix系统下的...
分类:Windows程序   时间:2014-05-07 09:51:46    阅读次数:534
WP 前台或后台显示ShellToast
原文:WP 前台或后台显示ShellToastusing Microsoft.Phone.Shell;ShellToast toast = new ShellToast();toast.Title = "程序标题"; toast.Content = "内容"; toast.NavigationUri...
分类:其他好文   时间:2014-05-07 09:13:23    阅读次数:283
UVALive 6525 Attacking rooks
点击打开链接 6525 - Attacking rooks Chess inspired problems are a common source of exercises in algorithms classes. Starting with the well known 8-queens problem, several generalizations and variatio...
分类:其他好文   时间:2014-05-07 08:51:26    阅读次数:428
[jekyll] 乱码问题invalid byte sequence in GB2312
这里是windows下 使用1.4.3版本时候出现的问题。 问题1  I:\git\orangle.github.io>jekyll serve --watch Configuration file: I:/git/orangle.github.io/_config.yml Source: I:/git/orangle.github.io Destinat...
分类:其他好文   时间:2014-05-07 08:04:31    阅读次数:486
Source Insight完美转换UTF-8 到 GB2312
前言很多人用source insight打开某些源码文件时,汉字显示为一堆乱码。这个问题是因为编码方式不同。记事本和一些编辑器默认编码方式是ANSI,在这种方式下输入汉字,其实就是GB系列的编码方式。不幸的是,广收欢迎的代码查看工具Source insight虽然支持汉字,但是它不支持UTF-8。笔...
分类:其他好文   时间:2014-05-06 11:12:02    阅读次数:556
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!