最近学习数据结构,发现c# 其实和c 的链表的实现差不多的下面是一段可直接运行的代码 1
using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using
System.Threading; 5 ...
分类:
其他好文 时间:
2014-05-16 06:24:02
阅读次数:
663
1 /* HttpRequestTest.cs 2 *
采用C#的WebClinet类下载数据,多线程,但需要在主线程里转成texture。 3 */ 4 using System; 5 using
System.Text; 6 using System.Net; 7 using...
分类:
其他好文 时间:
2014-05-16 05:36:09
阅读次数:
379
text/html;charset=UTF-8 ...
分类:
编程语言 时间:
2014-05-16 04:59:21
阅读次数:
338
import java.util.ArrayList;import
java.util.Calendar;import java.util.List;import java.util.Random;import
java.util.Date;import java.text.DateFormat;i...
分类:
Web程序 时间:
2014-05-15 15:41:06
阅读次数:
413
import java.util.ArrayList;import
java.util.Calendar;import java.util.List;import java.util.Random;import
java.util.Date;import java.text.DateFormat;i...
分类:
Web程序 时间:
2014-05-15 15:29:54
阅读次数:
398
一、设置MyEclipse的字符编码,步骤如下:
1、进入Window--Preferences--General--Workspace,Text file encoding 选项中默认的Default(GBK)选项更改为Other,并将值设为utf-8;
2、进入Window--Preferences--MyEclipse--Files and Editors,将这个选项下面的:ASP ...
分类:
数据库 时间:
2014-05-15 04:18:55
阅读次数:
299
window->preference->General->workspace->Text file encoding->utf-8->Apply->ok
project->clean...
分类:
其他好文 时间:
2014-05-15 03:48:15
阅读次数:
320
使用flash插件上传,可能是很多人选择的方式,但是随之而来的session丢失问题也着实让人头疼swfupload代码如下:<scripttype="text/javascript"src="<?phpechobase_url();?>/static/js/swfupload/swfupload/swfupload.js"></script>
<scripttype="text/ja..
分类:
其他好文 时间:
2014-05-14 17:11:02
阅读次数:
519
右键选择Options...
左栏选项选择Text,右栏Character set 选择GBK,Locale选择zh_CN
选择OK,乱码成功变中文。...
-- 创建数据表,定义存储数据信息表的结构--CREATE TABLE T_Student (name
text, age integer, phoneNo text);--
删除数据表,通常在不需要使用某一个表的时候,才会用到,日常开发中极少会用到此命令--DROP TABLE T_Student...
分类:
移动开发 时间:
2014-05-14 11:20:03
阅读次数:
395