dal中 返回List 要List<T>=new List<T>; 再返回 返回object 可以返回null jqueryUi的使用 $("#dialog-message").dialog({ modal: true, buttons: { Ok: function () { $(this).di ...
分类:
其他好文 时间:
2017-04-25 00:44:36
阅读次数:
128
新概念英语(1-67)The weekend What are the Johnsons going to do at the weekend? A:Hello. Were you at the butcther's? B:Yes, I was. Were you at the butcther's ...
分类:
其他好文 时间:
2017-04-24 10:09:25
阅读次数:
250
var d = new Date(this.viewDate), year = d.getUTCFullYear(), month = d.getUTCMonth(), dayMonth = d.getUTCDate(), hours = d.getUTCHou... ...
分类:
其他好文 时间:
2017-04-20 21:06:28
阅读次数:
155
注意buildSetting里面,AutoGraphic改成opengl es2,否则魅蓝手机上容易出现1/4屏 一、导入项目 1.到Mob官网下载ShareREC For Unity3D 的SDK包,我这里使用的是ShareREC For Android Unity3d v1.5.2这个版本。 2 ...
分类:
编程语言 时间:
2017-04-18 13:54:00
阅读次数:
739
反引号位 (`) 位于键盘的Tab键的上方、1键的左方。注意与单引号(')位于Enter键的左方的区别。 在Linux中起着命令替换的作用。命令替换是指shell能够将一个命令的标准输出插在一个命令行中任何位置。 如下,shell会执行反引号中的date命令,把结果插入到echo命令显示的内容中。 ...
分类:
系统相关 时间:
2017-04-18 12:42:56
阅读次数:
168
一、说明
也可以点击这里查看此文章
文章目录功能效果可以点击这里查看
视频页面效果可以点击这里查看
粗略实现,有问题可以在下方评论区留言,或者留言板留言
二、文章目录功能1、添加CSS样式
打开the...
分类:
其他好文 时间:
2017-04-18 10:18:30
阅读次数:
289
public class MyDate { private int year,month,day; private static int thisYear; static { thisYear=2012; } public MyDate(int year,int month,int day) { t ...
分类:
其他好文 时间:
2017-04-18 09:58:51
阅读次数:
122
uses dateutils; //判断给定日期的天数 label1.caption := inttostr(DaysInAMonth(yearof(StrToDate(Trim(Edit_riqi.Text))),monthof(StrToDate(Trim(Edit_riqi.Text))) ) ...