1.我使用三层做的,在DAL和BLL中引用System.Web;命名空间2.写三层方法 #region 额外 /// /// 导出Excel和导出Word的方法 /// /// 要导出的数据 /// 导出数据的文档类型 ...
分类:
其他好文 时间:
2015-03-11 17:00:55
阅读次数:
144
使用Xcode6.0模拟器不能在textField里面输入中文,也切换不过来,模拟器也添加了中文键盘,还是不能切换键盘输入中文.
解决办法:选中Xcode →product
→ scheme → Edit scheme
→ run → options
→ application Region 选项改为“中国”然后就可以输入中文了...
分类:
其他好文 时间:
2015-03-10 17:18:03
阅读次数:
1676
vs是我最熟悉的开发环境,但使用做web前端开发时时,碰到一些问题:1.一个文件几万行代码,如何有效的组织代码,才能快速的找到某个模块?2.js代码如何使用#region方式折叠?3.js代码的intellisence有些情况下会失效,痛苦。4.js选择何种类定义,有效的实现信息封装5.如果高效的写...
分类:
编程语言 时间:
2015-03-09 20:36:25
阅读次数:
562
Step 1: Creating a New Fusion Application and Business Components Step 2: Create a Bounded Task Flow Step 3: Build the Task Flow Pages Step 4: Bi...
分类:
其他好文 时间:
2015-03-09 10:39:16
阅读次数:
181
[引入using System.Diagnostics;using Microsoft.Win32;]#region 使用GZip压缩文件,返回bool值/// 要压缩的源文件名/// 压缩后的文件名/// 压缩后的成功类型public static bool GZipFile(string Fil...
分类:
其他好文 时间:
2015-03-09 10:37:38
阅读次数:
222
DescriptionEach year, fall in the North Central region is accompanied by the brilliant colors of the leaves on the trees, followed quickly by the fall...
分类:
其他好文 时间:
2015-03-08 21:24:36
阅读次数:
119
根据当前登录域账号 获取AD用户姓名和所在OU目录 #region 根据当前登录域账号 获取AD用户姓名和所在OU目录 /// /// 根据当前登录域账号 获取AD用户姓名和所在OU目录 返回域用户是否存在 /// /// 要搜索的当...
分类:
其他好文 时间:
2015-03-08 15:41:14
阅读次数:
107
Mooncake is a Chinese bakery product traditionally eaten during the Mid-Autumn Festival. Many types of fillings and crusts can be found in traditional mooncakes according to the region's culture. Now ...
分类:
其他好文 时间:
2015-03-07 18:46:06
阅读次数:
132
工作中写的一个redis缓存服务类 /// /// 缓存服务 /// public class CacheService { #region redis /// /// redis连接池 /// p...
分类:
其他好文 时间:
2015-03-07 13:52:39
阅读次数:
145
网上查了一些关于合计的代码 ,但发现大都都不尽人意,就自己再根据资料改了一下。#region 合计 //调用方法示例 //HeJi heji = null; //heji = new HeJi(label1,dataGridView1...