摘要: server:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Net;using System.Net.Sockets;namespace net_server{ class Program { static void Main(string[] args) { int get = 0; const int siz... 阅读全文
posted @ 2013-06-25 19:54 南修子 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 标dsadsadsadsadas记 what it's this? this's jQuery,a funtastic javascript tool this's jQuery,a funtastic javascript tool this's jQuery,a funtastic javascript tool ... 阅读全文
posted @ 2013-06-25 14:38 南修子 阅读(295) 评论(0) 推荐(0) 编辑
摘要: jQuery是一个优秀的javascript库。我用的是vs2012自带的 jquery-1.8.2.js这个库,在Scripts这个文件夹下面首先,我们使用jQuery要在head标签内引入jQuery 书上的图片,懒得写了$(document).ready(function(){}看看这句话,这句话的意思是,等dom(document object model文档对象模型)加载完成之后。这句话加载所有jquery代码的外围,就不会出现找不到对象的情况了。 $(document).ready(function(){$("button")... 阅读全文
posted @ 2013-06-25 14:37 南修子 阅读(413) 评论(0) 推荐(0) 编辑