1.昨天帮同事看了一个问题 就是 ie6 下 图片预加载图片显示不出来代码如下 var image =
new Image(); image.src = "xx.jpg"; image.onload = function(){ xxxxx }这样写的问题是
图片缓存的时间 把onload 事件错过....
分类:
其他好文 时间:
2014-05-17 03:31:05
阅读次数:
271
public class BubbleSort{ public static void
main(String[] args){ int[] sortArray = new int[]{5,7,4,2,9,8,3,6};
System.out.println("before sorting ,t.....
分类:
编程语言 时间:
2014-05-13 19:45:04
阅读次数:
366
(原文地址:http://whchen.net/blog/index.php/archives/acm-wsn.html)Arena的格局,是和别处不同的:是用Java做的客户端,可以随时System
Test每场SRM,还可以看到挂掉的数据。喜欢做Coding的人,傍午傍晚闲得蛋疼的时候,每每花7...
分类:
其他好文 时间:
2014-05-13 17:19:21
阅读次数:
190
1,首先添加两个windows窗体项目,一个作为服务端server,一个作为客户端Client
2,然后添加服务端代码,添加命名空间,界面上添加TextBox控件 using System.Net; using System.Net.Sockets;
3,FormLoad方法添加代码 ...
分类:
Web程序 时间:
2014-05-13 17:11:09
阅读次数:
388
Android
init脚本语言的规范语法描述:system/core/init/readme.txt关键字:token:
计算机语言中的一个单词,就跟英文中的单词差不多一人概念.Section:
语句块,相当于C语言中大括号内的一个块。一个Section以Service或On开头的语句块.以Ser...
分类:
移动开发 时间:
2014-05-13 16:41:19
阅读次数:
378
Description
Japan plans to welcome the ACM ICPC World Finals and a lot of roads must be built for the venue. Japan is tall island with N cities on the East coast and M cities on the West coast (M <= ...
分类:
其他好文 时间:
2014-05-13 14:53:40
阅读次数:
189
今天用到图上验证码的功能,在网上找到ThinkPHP的以下代码: Public function verify(){
import('think.Image');
Image::buildImageVerify();
}添加到Controller中,通过地址“http://localhost/index.php/passport/index/verify”来访问,却提示以下错误:Cla...
分类:
Web程序 时间:
2014-05-13 14:43:19
阅读次数:
449
Android开发中我们会经常遇到图片过多或操作不当造成Out
of Memory异常,有时虽然是解决了这个问题但却会影响程序的运行效率,例如:当用户在快速滑动滚动条的过程中,我们程序在仍在艰难的加载服务器端的图片,这样给用户造成了极不好的体验。其实网络上关于图片的异步加载和缓存的讲解很多,但是其实,写一个这方面的程序还是比较麻烦的,要考虑多线程,缓存,内存溢出等很多方面,针对这一广大开发者都...
分类:
移动开发 时间:
2014-05-13 13:36:52
阅读次数:
359
1、使用FileStream读写文件文件头:using System; using
System.Collections.Generic; using System.Text; using System.IO; 读文件核心代码: byte[]
byData = new byte[100]; char...
分类:
其他好文 时间:
2014-05-13 10:57:52
阅读次数:
262
在Android模拟器下,创建个大屏幕的AVD,每次运行都弹出“Unfortunately,
System UI has stopped”!解决方法是:修改AVD下的config.ini中的hw.mainKeys,由no
改为yes!Windows下,其路径在:C:\Users\RaulYang\....
分类:
其他好文 时间:
2014-05-13 09:42:33
阅读次数:
376