摘要: using System;using System.Collections.Generic;using System.Reflection;using System.Text;using System.Web.Mvc;namespace System.Web.Mvc{ #region Mvc 分页栏... 阅读全文
posted @ 2015-09-27 11:25 祁临芯 阅读(837) 评论(4) 推荐(1) 编辑
摘要: Window 事件属性针对 window 对象触发的事件(应用到 标签):属性值描述onafterprintscript文档打印之后运行的脚本。onbeforeprintscript文档打印之前运行的脚本。onbeforeunloadscript文档卸载之前运行的脚本。onerrorscript在... 阅读全文
posted @ 2015-09-20 13:02 祁临芯 阅读(187) 评论(0) 推荐(0) 编辑
摘要: /*sql xml 入门: --by jinjazz --http://blog.csdn.net/jinjazz 1、xml: 能认识元素、属性和值 2、xpath: 寻址语言,类似windows目录的查找(没用过dir命令的话就去面壁)... 阅读全文
posted @ 2015-05-13 10:16 祁临芯 阅读(266) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using Maticsoft.DBUtility;using System.Reflection;... 阅读全文
posted @ 2015-05-04 22:05 祁临芯 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: Window事件属性: 属性值描述onafterprintscript文档打印之后运行的脚本。属性发生于用户设置页面打印并且打印对话框已出现之后。onbeforeprintscript文档打印之前运行的脚本。属性在用户已设置页面打印之后立即触发,但是在打印对话框出现之前。onbeforeunload... 阅读全文
posted @ 2014-10-31 14:53 祁临芯 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 最近很闲,就想着学点东西,然后就瞄中了html5,以前只看过很简单的一些,这次是系统的学下,顺便也记录下。废话不多说,开始正题。 稍微介绍下html5,html5是W3C和WHATWG 合作的结果。 html5的规则: 新特性应该基于 HTML、CSS、DOM 以及 JavaScript;... 阅读全文
posted @ 2014-10-30 15:12 祁临芯 阅读(645) 评论(0) 推荐(0) 编辑
摘要: 想起来研究下简单的反射,然后就在网上找了点资料,也找了点代码,大致如下: public static void PrintProperties(T t) { if (t == null) { return; ... 阅读全文
posted @ 2014-10-28 14:54 祁临芯 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 题目大概是这样:小孩玩游戏,手拉手围成一个圈,然后数数.每次数到3的时候这个小孩退出,下一个从1开始再数.试问,如果有500个小孩,最后剩下的小孩是原来的第多少个小孩.开始想的时候觉得很有意思,然后就试着写代码实现。试了几种写法,先发一个比较满意的public class ChildThreeDel... 阅读全文
posted @ 2014-09-12 14:21 祁临芯 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 脚本一: //重置下标(可以修改成自己所需要的脚本) function ReSetBoxOrder() { var q = 0;//下标值 var a = 0;//暂未用到 //循环当前tbody下的所有tr $("#DetailTbod... 阅读全文
posted @ 2014-09-05 10:24 祁临芯 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 很简单的代码,记录下,防止忘记。实现过程和生成验证码相似public void SavePhoneImg(string Phone, string path) { System.Drawing.Bitmap image = new System.Drawing.B... 阅读全文
posted @ 2014-08-20 15:17 祁临芯 阅读(461) 评论(0) 推荐(0) 编辑
友情链接:初心商城