- 博客(41)
- 资源 (8)
- 收藏
- 关注
原创 extjs touch ajax 交互,遮罩,提示
Ext.override(Ext.data.Connection, { request: Ext.Function.createSequence(Ext.data.Connection.prototype.request, function () { if (tiger_request_num == 0) { Ext.Viewport.add(
2014-07-04 17:53:55 684
原创 mvc+工程模式 之接口类、工厂类,优化与简化 ,codesmith,动软生等生成之代码简化
1.简化 接口层(通过主键的多少简化),相信 不会那个 傻逼 的系统 里 的表1 -100 主键都会出现吧,就算出现了 也就生成出来就是 把,dal 层的配置简化,工程类简化,idal 类个数简化 (主要用泛型和,表的 主键个数,更具上面规则,修改生成器代码或模板) 1.1 无主键 using System;using System.Collections.Gener
2013-07-25 17:49:17 1115
原创 exitjs 结合 jquery 性能优化 之个人见解
首先 要优化 extjs 就必须了解 ,extjs 的机制,与 jquery 机制的不同。有人说 extjs 比 jquery 垃圾,或者说慢。这他妈的乱放屁,要说。两个 工作机制都不一样。jquery 是基于 dom 的,你要是 用 jquery 编好了程序,然后换做 extjs 去操作 dom 其性能,谁好谁差,还很难说。就说一点,jquery 能像 ,extjs 那样 渲染
2013-07-25 17:01:01 1025
原创 extjs.4.1,4.2,结合 jquery 遮罩层,ajax 请求时 数据遮罩,动态加载 contral
//这里 实现了 extjs 与jquery ajax 请求是 自动 遮罩 页面//功能 二 动态加载注册 contralvar RhisAppPath = "";function InitCon(con, appPath) { InitCons([con], appPath);}/* 显示遮罩层 */function showOverlay() { $("#tiger_
2013-07-25 16:12:21 1594
原创 extjs 我之见解
extjs 的 mvc 模式真的很 nb,如果 刚 开始学习 extjs ,或则 即将 从事 这个 开发,我建议大家不要到 网上 找什么教程,全他妈的,误人子弟。下个 Sencha Architect 结合 官网 api 就 可以学习了。有很多人,都说 用 Sencha Architect 编写 限制了自由,不灵活,我在这里说一下,什么 语言 都有他的 游戏规则,如果提出上
2013-07-25 16:02:43 470
原创 我的 OLAP 分析三
咳 ,又 没有 时间 了 ,总是 不停的 工作 ,好久 没有总结 了,很多 项目 ,以及 项目中得到 的经验 不知道 ,有多少人,像自己一样 重复的研究,要是 前人 能 总结 并 实现 OLAP 该多好呀!!!!!! 我也 没有 时间 总结 了让后人 自己去研究 有的 只是代码 写文章 还真他姐姐 的难很 难表达不求写 了,看来
2012-01-19 15:14:19 319
原创 我 的 OLAP 之 数据 模型 映射(转换)二
多数据 采集 注意 ,类系转换 ,以及展现 解释 中间 就 “纯在”字段 类系 ,名称之转换我的 OLAP 均 以 (最低等级) 维度 值 采集 ,自动 聚合 上级,不采用 预先算出 时间换空间,如果 那样 将 很难 保证 数据 生成的准确性 我 采用 关系化数据 语句 自动 聚合 这里 聚合 时 又要 “狗找” 上级 维度值 这里建立 中间 表 上级维度------最
2012-01-19 15:03:21 382
原创 我的 OLAP (C#)实现 (自制解析核心)
一 我的OLAP 采用星形 方式构建 关键 名词 解释 1.维度 ,分为 维度 名称,维度值,2 维度值,维度值 存在 上下级 关系,而 3维度等级:划分维度值 一个 集合名称(一般,上下级 关系 数据 都 在 不同的 维度等级),维度 等级的 链状 结构 4.指标(关心的数据)5.实体表(装他妈的数据)(实体表主键:更新实体表的依据)6.采集(‘狗找’数据)7
2012-01-19 14:45:45 817
原创 气泡提示孔件!!如图中显示!
using System;using System.Runtime.InteropServices;using System.Windows.Forms;using TigerLeqClassLibrary.Utils.Win32;namespace TigerLeqWindowsControlLibrary.Controls{ public class ImpsBalloon : ID
2008-08-02 11:12:00 1006
原创 textBOX验证控件,自动验证数据正确与否!只需选择你的数据类型
using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Text;using System.Windows.Forms;namespace Tigers_WindowsControlLibrary.W
2008-05-08 17:13:00 3591 1
原创 .net生成日志处理,记录产生,异常的模块,进程号,线程号:
using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Xml; using System.Threading;using System.Windows.Forms;namespace Tigerleq.Log...{
2008-05-08 16:52:00 1668
原创 itextsharp 生成 pdf 文字之显示不出 。不兼容 解决办法
itextsharp 4.5 以前 生成 pdf 绘制文本,一个文档 可以 一个 BeginText() 与 EndText()可以生成文档但是 字体不兼容,要兼容最新 pdf 请在 document.NewPage();及绘制 每一页时 都用 BeginText() 与 EndText() 4.5 以后 跨页 BeginText() 与 EndText() 会报错,说上面的
2013-07-25 18:12:14 1399
原创 C#应用服务器!包括(消息服务器,更新服务器,应用服务器)
using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.ServiceProcess;using System.Runtime.Remoting;using System.Windows.Forms;usin
2008-05-08 17:05:00 2943
原创 ColumnManager
using System;using System.Data;using System.Windows.Forms;using System.ComponentModel;namespace Common...{ public class ColumnManager ...{ private string[] _cname; private
2008-02-28 14:17:00 563
原创 MessageClient
using System;using System.Collections;using System.Windows.Forms;using System.Net;using System.Net.Sockets;using System.IO;using System.Text;namespace Common...{ public class MessageClient : Syst
2008-02-28 14:13:00 623
原创 连接数据库与角色相关简单实现
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.OleDb;using System.Runtime.Serialization;using System.Runtime.Serialization.Formatters.Binary;u
2008-02-28 14:07:00 568
原创 DataGrid中ComboBox列样式控制
using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Windows.Forms;using System.Data;namespace Common...{ public class DataGridComboBoxColumnStyle:
2008-02-28 14:01:00 626
原创 钱币数字转换为中文
public string NumToChs(decimal a_money) ...{ try ...{ string ls_money,ls_chinese="",ls_ZF = "+"; int l_len,l_last,l_bit,l_bit_prior=0,l_loc
2008-02-28 13:50:00 701
原创 DataGrid变色函数类_新(从本质上改属性)
using System;using System.Data;using System.Text;using System.Windows.Forms;using System.ComponentModel;using System.Drawing;using System.IO;using System.Xml;namespace Common...{ DataGrid变色函数类
2008-02-28 13:01:00 431
原创 鼠标移动到dataGrid单元格,类容全部显示
using System;using System.Drawing;using System.Windows.Forms;namespace Common...{ public class ShowAllColumnText ...{ private System.Windows.Forms.DataGrid dg=null; public ShowAl
2008-02-28 13:00:00 555
原创 ping主机查看是否处于连接状态
namespace Common ...{ using System; using System.Net; using System.Net.Sockets; public class Ping ...{ const int SOCKET_ERROR = -1; const int ICMP_ECHO = 8;
2008-02-28 12:54:00 2119
原创 拼音转换
using System;using System.Collections.Generic;using System.Text;namespace StockSell_Operation...{ public class GetSpellFirstChar ...{ private GetSpellFirstChar() ...{ } /**///
2008-02-28 12:45:00 1244 1
原创 常用正则表达式
using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;namespace StockSell_Operation...{ public class ClassStringRegex ...{ publ
2008-02-28 12:42:00 434
原创 CryptoService
using System;using System.ComponentModel;using System.Collections;using System.Diagnostics;using System.IO;using System.Security.Cryptography;using System.Text;namespace Remoting.Common...{ publi
2008-02-28 12:37:00 565
原创 初始化DataGrid.Column
using System;using System.Data;using System.Text;using System.Windows.Forms;using System.ComponentModel;using System.Drawing;using System.IO;using System.Xml;namespace Common{ #region 初始化DataGrid.Col
2008-02-28 12:33:00 556
原创 获得数据表中指定 列的Cell值与参数值 满足比较关系的第一个行号
using System;using System.Collections.Generic;using System.Text;using System.Data;namespace Common...{ public class GetV ...{ public GetV() ...{ } public static string dScodeV
2008-02-28 12:32:00 669
原创 DataGrid变色函数类_新(从本质上改属性)
using System;using System.Data;using System.Text;using System.Windows.Forms;using System.ComponentModel;using System.Drawing;using System.IO;using System.Xml;namespace Common...{ DataGrid变色函数类_新(
2008-02-28 12:30:00 388
原创 DataGrid数据导出到Excel
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Windows.Forms;namespace Common...{ DataGrid数据导出到Excel#region DataGrid数据导出到Excel public class d
2008-02-28 12:28:00 507
原创 gdsg
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.OleDb;using System.Runtime.Serialization;using System.Runtime.Serialization.Formatters.Bi
2008-02-28 12:26:00 442
原创 DataGrid数据另存为
using System;using System.Data;using System.Text;using System.Windows.Forms;using System.ComponentModel;using System.Drawing;using System.IO;using System.Xml;namespace Common...{ DataGrid数据另存为#re
2008-02-28 12:25:00 413
原创 编程民工
由于公司比较照顾我们开发部门的伙计 所以为我们准备了小灶 每天有专门的厨师给我们做饭 吃的当然好拉想想每天的事最快乐的时间就是吃午饭了,由于伙食的改善 胃口也越吃越大,一个个都长"肥"了有一天有一个销售部门的美女在那里指指点点,我还以为哪个看上我了,心里一阵逛喜,想想告别单身,想想都幸福,于是打听下才知道我们开发部门的人都有了错号:酸菜超人:我拉,每天一开口就问大家哪个还要
2007-01-26 14:22:00 658
原创 做为一个程序员必看的文章 看看你做到了吗 王森:程序设计师真情忏悔录
初次看到这篇 王森:程序设计师真情忏悔录 感受真的很深!做为程序员!感觉自己什么都不是了!!!!!!!!!!
2007-01-26 13:07:00 660
原创 我从事的行业的悲哀,无休止的学习,却没有一样精通
1.电力营销系统(syabse ,java,pb,C# 主要从事行业)2.业余月也能捞点钱3 短信互动平台 育软件编写 站架设(java web)其实工作就怎么烦, 户就是无休止的要求 1.为了加快工期 我学习了pb(实现3呈结构太难,但是学习,制作交叉报表,数据压缩,数据操作,开发时间都可以说天下第一) 2.为了好卖软件 我学习了C#(稳
2007-01-26 12:23:00 888 1
原创 jspsmartupload上传
1./** *TigerOnes New Java Files * *Created on 2007-1-8 * */package com.tiger.control;import com.jspsmart.upload.File;import com.jspsmart.upload.SmartUpload;public class UpLoad { // 文件的保存路径 pr
2007-01-09 16:46:00 560
原创 sql总结
一个字 爽 create procedure select_use_module @staff_id varchar(8)asselect distinct rtrim(a.sub_sys_id),rtrim(c.sub_sys_name),rtrim(a.module_id),rtrim(a.module_name),rtrim(isnull(b.if_grant,n)),rtrim(is
2007-01-09 10:50:00 501
飞信2008源代码,C#2005
2008-06-19
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人