摘要: http://www.jeasyui.com/download/list.php 下载版本1.5.2的easyui中文API,可在CSDN网站http://download.csdn.net/download/tkk_lcm/9932078下载,不过需要有CSND账号和1个积分才行。 阅读全文
posted @ 2017-08-13 21:34 田坤坤 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 1、系统功能类 AT:计划在计算机上运行的命令和程序。ATTRIB:显示或更改文件属性。BREAK:设置或清除扩展式 CTRL+C 检查。CACLS:显示或修改文件的访问控制列表(ACLs)。CALL:从另一个批处理程序调用这一个。CD:显示当前目录的名称或将其更改。CHCP:显示或设置活动代码页数 阅读全文
posted @ 2017-08-13 14:37 田坤坤 阅读(465) 评论(0) 推荐(0) 编辑
摘要: cmd是command的缩写.即命令提示符(CMD),是在OS / 2 , Windows CE与Windows NT平台为基础的操作系统(包括Windows 2000和XP中, Vista中,和Server 2003 )下的“MS-DOS 方式”。中文版Windows XP 中的命令提示符进一步提 阅读全文
posted @ 2017-08-13 14:33 田坤坤 阅读(759) 评论(0) 推荐(0) 编辑
摘要: 链接来自:http://blog.csdn.net/u010081689/article/details/50728854 阅读全文
posted @ 2017-08-11 08:55 田坤坤 阅读(817) 评论(0) 推荐(0) 编辑
摘要: http://book.51cto.com/art/201108/285995.htm 阅读全文
posted @ 2017-08-10 14:47 田坤坤 阅读(746) 评论(0) 推荐(0) 编辑
摘要: 参考:http://blog.sina.com.cn/s/blog_55e55fcb0100o5de.html 阅读全文
posted @ 2017-08-10 13:34 田坤坤 阅读(443) 评论(0) 推荐(0) 编辑
摘要: @局部变量 @@ 系统级变量 # 本地临时表 ## 全局临时表 阅读全文
posted @ 2017-08-10 09:34 田坤坤 阅读(2191) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 计算传入的时间距离今天的时间差 /// </summary> /// <param name="dt"></param> /// <param name="yy"></param> /// <param name="mm"></param> /// <param 阅读全文
posted @ 2017-08-09 10:09 田坤坤 阅读(716) 评论(0) 推荐(0) 编辑
摘要: <!--[if !IE]><!--> 除IE外都可识别 <!--<![endif]--><!--[if IE]> 所有的IE可识别 <![endif]--><!--[if IE 6]> 仅IE6可识别 <![endif]--><!--[if lt IE 6]> IE6以及IE6以下版本可识别 <![ 阅读全文
posted @ 2017-08-09 09:02 田坤坤 阅读(418) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web; /// <summary>/// 页面请求Hepler/// </summary>public class HttpHelper{ // 阅读全文
posted @ 2017-08-09 08:58 田坤坤 阅读(1328) 评论(0) 推荐(0) 编辑