using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace C_编辑基础{ //枚举的意义就是限定变量的取值范围 enum gender{Male,Female,...
分类:
其他好文 时间:
2014-07-22 00:32:36
阅读次数:
172
获取选中的值获取一组radio被选中项的值var item = $('input[@name=items][@checked]').val();获取select被选中项的文本var item = $("select[@name=items] option[@selected]").text();se...
分类:
Web程序 时间:
2014-07-22 00:24:35
阅读次数:
310
本次须要的下载文件已经共享出来网盘地址由于我使用的是黑苹果系统, window我就无视了。开发工具使用 网盘里的 dmg :Sublime Text打开开发工具后在helloworld中找到myState.update=function(){Kiwi.State.prototype.update.c...
分类:
Web程序 时间:
2014-07-22 00:20:36
阅读次数:
225
本例以将 字符串格式的时间转成指定的时间格式显示。第一步、定义一个标签处理程序类,需要集成javax.servlet.jsp.tagext.TagSupport,代码如下:import java.io.IOException;import java.text.SimpleDateFormat;imp...
分类:
Web程序 时间:
2014-07-22 00:18:33
阅读次数:
238
接下来我们来介绍下css字间距,使用css来控制字与字之间距离,也叫css字间距方法。使用到的css样式属性单词text-indent抬头距离,letter-spacing字与字间距。Css字间距、div css字符间距样式实例1、text-indent设置抬头距离css缩进即对,对应div设置cs...
分类:
Web程序 时间:
2014-07-22 00:16:34
阅读次数:
250
在终极的分析中,一切知识都是历史;在抽象的意义下,一切科学都是数学;在理性的基础上,所有的判断都是统计学。 —C.R.劳《统计与真理——怎样运用偶然性》
分类:
其他好文 时间:
2014-07-22 00:11:34
阅读次数:
222
date-utils 前端引用 <script?type="text/javascript"?src="date-utils.min.js"></script> 下载传送门,猛击我 NODEJS服务端项目调用 $?cnpm?install?date-utils
require(‘date-utils‘); nodejs版本要求>0.6 ...
分类:
Web程序 时间:
2014-07-21 23:31:04
阅读次数:
395
在html5中,文本框,也就是input, type为text,或者password,新增了一个属性placeholder,也就是占位符,以下是firefox浏览器下的表现形式,当输入的时候,占位符就会消失。这个属性非常好用,因为有这个必要h...
分类:
其他好文 时间:
2014-07-21 13:19:16
阅读次数:
483
usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
usingSystem.Collections;
namespaceConsoleApplication4
{
classProgram
{
staticvoidMain(string[]args)
{
//值类型成功复制(复制所有的值)
int[]t={1,1..
分类:
其他好文 时间:
2014-07-21 12:46:13
阅读次数:
185
usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
usingSystem.Collections;
namespaceConsoleApplication4
{
classProgram
{
staticvoidMain(string[]args)
{
//Array类是一个抽象类
//元素的类型,数组的大..
分类:
其他好文 时间:
2014-07-21 12:32:14
阅读次数:
162