上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 48 下一页

2016年1月10日

摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;... 阅读全文
posted @ 2016-01-10 11:59 听哥哥的话 阅读(1359) 评论(0) 推荐(0) 编辑

2016年1月8日

摘要: 1.多线程调用界面后台代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;usin... 阅读全文
posted @ 2016-01-08 23:43 听哥哥的话 阅读(642) 评论(0) 推荐(0) 编辑

2016年1月4日

摘要: 1.前台代码公司名称1:新增编辑删除查询导入删除历史数据公司名称2:新增编辑1删除查询导入删除历史数据公司名称3:新增编辑删除查询导入删除历史数据2.后台代码using System;using System.Collections.Generic;using System.Linq;using S... 阅读全文
posted @ 2016-01-04 23:02 听哥哥的话 阅读(7919) 评论(0) 推荐(0) 编辑
摘要: QueryInfo info = new QueryInfo(); info.CustomSQL = @" select column_name, data_type, data_precision, data_scale, ... 阅读全文
posted @ 2016-01-04 23:00 听哥哥的话 阅读(236) 评论(0) 推荐(0) 编辑
摘要: select column_name, data_type, data_precision, data_scale, nvl((select t_s.comments from all_col_comments t_s where t... 阅读全文
posted @ 2016-01-04 22:25 听哥哥的话 阅读(604) 评论(0) 推荐(0) 编辑

2015年12月30日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication5{ class... 阅读全文
posted @ 2015-12-30 16:20 听哥哥的话 阅读(520) 评论(0) 推荐(0) 编辑

2015年12月29日

摘要: 首先oracle严格来说表空间的概念和数据库的概念很像,为了理解的方便我们,可以把表空间就先当成数据库我们在安装oracle的服务端的时候默认会安装一些,默认实例1.建立表空间,现在解释下面语句,创建表空间 物理位置为'C:\app\admin\oradata\NETHRA\NETHRA.DBF'... 阅读全文
posted @ 2015-12-29 22:07 听哥哥的话 阅读(5292) 评论(0) 推荐(0) 编辑
摘要: //一切尽在规律中,认真观察,你会明白更多...using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Conso... 阅读全文
posted @ 2015-12-29 21:44 听哥哥的话 阅读(602) 评论(0) 推荐(1) 编辑

2015年12月26日

摘要: 1.前台代码 搜索词自动完成 请输入关键词 2.后台代码using HraWeb.Common;using Sys... 阅读全文
posted @ 2015-12-26 17:28 听哥哥的话 阅读(615) 评论(0) 推荐(0) 编辑

2015年12月24日

摘要: private void InitGrid(string entityName) { Session["entityName"] = entityName; ArrayList colInfoList = GetTableInfo(List... 阅读全文
posted @ 2015-12-24 15:50 听哥哥的话 阅读(490) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 48 下一页

导航