上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: /////////////////////////////////效果图///////////////////////////////////////////////////// /////////////////////////////////前端代码/////////////////////// 阅读全文
posted @ 2016-09-11 21:01 兴趣就是天赋 阅读(1097) 评论(0) 推荐(0)
摘要: ////////////////////////////效果图////////////////////////////////// /////////////////////////////代码部分//////////////////////////////////using System; using System.Drawing; using System.Collections; u... 阅读全文
posted @ 2016-09-08 21:28 兴趣就是天赋 阅读(2986) 评论(0) 推荐(0)
摘要: ////////////////////////////////////效果图/////////////////////////// ////////////////////////////////////代码////////////////////////////using System; using System.Drawing; using System.Collections; usi... 阅读全文
posted @ 2016-09-08 21:26 兴趣就是天赋 阅读(985) 评论(0) 推荐(0)
摘要: 效果图 一、列表页面 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="List.aspx.cs" Inherits="WebApplication1.Person.PersonList" %> <!DOCTYPE html> <ht 阅读全文
posted @ 2016-02-24 20:24 兴趣就是天赋 阅读(309) 评论(0) 推荐(0)
摘要: 1 public int[] GetNoRepeatArrayy(int arrLength) 2 { 3 int[] array = new int[arrLength]; 4 IList<int> list = new List<int>(); 5 //准备不重复的数据 6 for (int i 阅读全文
posted @ 2016-02-20 18:04 兴趣就是天赋 阅读(1081) 评论(0) 推荐(0)
摘要: 原文出处:丁码农的博客欢迎分享原创到伯乐头条动态应用,是相对于网站静态内容而言,是指以c/c++、php、Java、perl、.net等服务器端语言开发的网络应用软件,比如论坛、网络相册、交友、BLOG等常见应用。动态应用系统通常与数据库系统、缓存系统、分布式存储系统等密不可分。大型动态应用系统平台... 阅读全文
posted @ 2015-07-02 14:30 兴趣就是天赋 阅读(208) 评论(0) 推荐(0)
摘要: function addCookie(name,value,expiresHours){ var cookieString=name+"="+escape(value); //判断是否设置过期时间 if(expiresHours>0){ var da... 阅读全文
posted @ 2015-04-24 11:41 兴趣就是天赋 阅读(190) 评论(0) 推荐(0)
摘要: jquery.validate测试 Firstname E-Mail ... 阅读全文
posted @ 2015-04-10 16:57 兴趣就是天赋 阅读(119) 评论(0) 推荐(0)
摘要: /*分为四步 *//*第1步:创建临时表空间 */create temporary tablespace csxaj_temp tempfile 'D:\oracle\oradata\scpinganka\csxaj_temp.dbf' size 50m autoextend on next... 阅读全文
posted @ 2015-03-06 12:05 兴趣就是天赋 阅读(538) 评论(0) 推荐(0)
摘要: 跨域访问js实现。环境:.net3.5+Jquery+JSON.net因为在跨域实现,所以这里新建网站,这个网站只需要:(1)Customer类publicclassCustomer{publicintUnid {get;set; }publicstringCustomerName {get;set... 阅读全文
posted @ 2015-03-05 09:55 兴趣就是天赋 阅读(157) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 下一页