摘要: <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; Height: 170px"> <tr> <td> <table> <tr> <td>请选择参加考人员:</td> </tr> <tr> <td> <div s 阅读全文
posted @ 2017-02-04 14:20 恋之呓 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 文件名: Bll.js * 文件功能描述: 计算两个日期天数差的函数,通用,根据指定的一个日期和相差的天数,获取另外一个日期 * 作 者: liangjw * 创建标示: 2013-06-20 * 邮 箱: liangjw0504@163.com * 版权所有: Copyright (C) 【201 阅读全文
posted @ 2017-01-05 17:20 恋之呓 阅读(2363) 评论(0) 推荐(0) 编辑
摘要: --/第1步**********删除所有表的外键约束*************************/ DECLARE c1 cursor for select 'alter table ['+ object_name(parent_obj) + '] drop constraint ['+nam 阅读全文
posted @ 2016-12-19 14:31 恋之呓 阅读(550) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>货位档案</title> @Scripts.Render("~/bundles/j 阅读全文
posted @ 2016-11-17 17:19 恋之呓 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-11-17 17:18 恋之呓 阅读(783) 评论(0) 推荐(0) 编辑
摘要: <script language="JavaScript"> javascript:window.history.forward(1); </script> 阅读全文
posted @ 2016-11-17 17:17 恋之呓 阅读(123) 评论(0) 推荐(0) 编辑
摘要: AngularJS select中ngOptions用法详解 一、用法 ngOption针对不同类型的数据源有不同的用法,主要体现在数组和对象上。 数组: label for value in array select as label for value in array label group 阅读全文
posted @ 2016-11-15 17:24 恋之呓 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 如果希望保留生产服务器上所做的改动,仅仅并入新配置项, 处理方法如下:git stashgit pullgit stash pop然后可以使用git diff -w +文件名 来确认代码自动合并的情况.反过来,如果希望用代码库中的文件完全覆盖本地工作版本. 方法如下:git reset --hard 阅读全文
posted @ 2016-11-11 17:04 恋之呓 阅读(574) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Web;using Sy 阅读全文
posted @ 2016-11-03 17:24 恋之呓 阅读(427) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO; namespace DBUtility{ p 阅读全文
posted @ 2016-10-18 15:21 恋之呓 阅读(401) 评论(0) 推荐(0) 编辑