摘要: 转载自:Android高手进阶教程(二十三)之---Android中的日历读写操作!!! - Android_Tutor的专栏 - CSDN博客 大家好,好久没有更新blog了,今天给大家分享一下Android中一些自带日历的操作方法,这里主要用到了ContentProiver的知识.如果大家不明白ContentProvider建议先查一下资料,知道它是干什么的。这样更容易下面的例子. 好了废话... 阅读全文
posted @ 2011-02-24 15:03 古韵古风 阅读(1547) 评论(0) 推荐(0) 编辑
摘要: 说明:T卡升级只适合原来已经是双系统软件升级为双系统软件的情况硬启只有WM可以,谷歌下面没有硬启,有问题可以直接卡刷。硬启方法:长按开机键,双启动界面时,按绿色键(左起第一个键)选择进入WM,在机器屏幕还是黑屏时立即长按第1个绿色拨号+第2个键(即1+2),这时会出现硬启的等待选择界面,要想硬启,就再按第2个键就开始恢复出厂了。双系统的WM系统T卡升级:1、把软件包中的flash.bin拷贝到T卡... 阅读全文
posted @ 2010-12-07 16:47 古韵古风 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 目前MTK 6516方案出的几款机器是A1系列,红钻王系列,HD2电容和电阻,G7,后续会有的G6,只要是WM系统,已测试可以用的卡刷方法如下:1.卡无论大小,不用格式化,卡上有文件也没事,在上面建一个文件update2.复制ROM文件flash到刚才的文件夹下面。(不是这个名称的要改一下)3.关机,按属于你机器的卡刷方法。卡刷方法目前已知的有:1.A1、A1-、A1++、红钻王、安钻、:拨号键+... 阅读全文
posted @ 2010-12-07 16:44 古韵古风 阅读(854) 评论(0) 推荐(0) 编辑
摘要: 1.在使用javascript之前保证页面已经载入:$(document).ready(function(){}); $(function(){}); script type="text/javascript" language="javascript" $(document).ready(function () { alert("this is a test"); }); //另外一种简短... 阅读全文
posted @ 2010-12-07 11:37 古韵古风 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 1.收藏夹小图标:如果你将本站加入收藏夹,可以看到在收藏夹网址之前的 IE 图标变成了本站特别的图标。要实现这样效果很简单,首先制作一个 16×16 的 icon 图标,命名为 favicon.ico,放在根目录下。然后将下面的代码嵌入 head 区: link rel=”icon” href=”/favicon.ico” type=”image/x-icon” / link rel=”s... 阅读全文
posted @ 2010-12-07 11:36 古韵古风 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 在使用Graphics.DrawImage()时,图片会有背景色,怎么样可以是图片透明,可以使用如下方法: Image image; Graphics gx; Bitmap bmp=new Bitmap(image); Color color=bmp.GetPixel(0,0); ImageAttributes imgAttr=new ImageAttributes(); imgAttr.SetC... 阅读全文
posted @ 2010-12-07 11:35 古韵古风 阅读(217) 评论(0) 推荐(0) 编辑
摘要: Introduction This article shows how you can implement a smooth list box that allows intuitive, friction affected, scrolling of the list items. By friction based, I mean that the user can apply a dragg... 阅读全文
posted @ 2010-12-07 11:34 古韵古风 阅读(254) 评论(0) 推荐(0) 编辑
摘要: The .NET Compact Framework supports transparency, but with only one transparency color. The SetColorKey(Color, Color) method must have the same color specified for the low color and high color range. ... 阅读全文
posted @ 2010-12-07 11:31 古韵古风 阅读(246) 评论(0) 推荐(0) 编辑
摘要: [This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.] You can add colorful and pleasing graphics to your application by displ... 阅读全文
posted @ 2010-12-07 11:30 古韵古风 阅读(350) 评论(0) 推荐(0) 编辑
摘要: Alex Yakhnin IntelliProg, Inc. March 2003 Applies to: Microsoft® .NET Compact Framework Microsoft® Visual Studio® .NET 2003 Summary: Learn how to create a .NET Compact Framework-based image button. (1... 阅读全文
posted @ 2010-12-07 11:29 古韵古风 阅读(960) 评论(0) 推荐(0) 编辑