笨小孩做开发

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 32 下一页

2015年9月23日

摘要: 2012-06-05 /// /// 获取本地IP地址信息 /// void GetAddressIP() { ///获取本地的IP地址 string AddressIP = string.Empty; foreach (IPAddress ... 阅读全文
posted @ 2015-09-23 10:05 笨小孩做开发 阅读(209) 评论(0) 推荐(0) 编辑

2015年9月22日

摘要: --> --> 阅读全文
posted @ 2015-09-22 11:41 笨小孩做开发 阅读(883) 评论(0) 推荐(0) 编辑

摘要: using IBatisNet.Common.Utilities;using IBatisNet.DataMapper;using IBatisNet.DataMapper.Configuration;using System;using System.Collections.Generic;usi... 阅读全文
posted @ 2015-09-22 11:38 笨小孩做开发 阅读(177) 评论(0) 推荐(0) 编辑

摘要: --> --> --> --> --> ... 阅读全文
posted @ 2015-09-22 11:37 笨小孩做开发 阅读(259) 评论(0) 推荐(0) 编辑

2015年9月8日

摘要: ---------------------------------------------后台处理----------------------------------------------------------------------------... 阅读全文
posted @ 2015-09-08 12:51 笨小孩做开发 阅读(518) 评论(0) 推荐(0) 编辑

2015年8月27日

摘要: public class BusinessFactory { private static BusinessFactory instance = null; private static readonly object syncObj = new object(); /// /// 业务逻辑创建... 阅读全文
posted @ 2015-08-27 14:03 笨小孩做开发 阅读(408) 评论(0) 推荐(0) 编辑

摘要: public class Singleton{ private static Singleton _instance = null; private Singleton(){} public static Singleton CreateInstance() { ... 阅读全文
posted @ 2015-08-27 13:56 笨小孩做开发 阅读(227) 评论(0) 推荐(0) 编辑

2015年8月26日

摘要: 使用jquery实现图片预加载提高页面加载速度和用户体我们在做网站的时候经常会遇到这样的问题:一个页面有大量的图片导致页面加载速度缓慢,经常会出现一个白页用户体验很不好。那么如何解决这个问题 呢?首先我们会想到的是提高服务器性能,使用静态缓存等手段来加快图片的加载速度,这的确是个好方法,不过有时候我... 阅读全文
posted @ 2015-08-26 18:47 笨小孩做开发 阅读(639) 评论(0) 推荐(0) 编辑

2015年7月29日

摘要: insert into hr.job_historyselect * from hr.job_history as of timestamp to_timestamp('2007-07-23 10:20:00', 'yyyy-mm-dd hh24:mi:ss'); 阅读全文
posted @ 2015-07-29 16:10 笨小孩做开发 阅读(144) 评论(0) 推荐(0) 编辑

2015年7月1日

摘要: 环境变量设置(在Sqlplus中执行)create or replace directory filepath as 'D:\ORACLEBACKUP';备份脚本:expdp system/123456@orcl directory=filepath dumpfile=UBSCORLUSER2015... 阅读全文
posted @ 2015-07-01 15:59 笨小孩做开发 阅读(301) 评论(0) 推荐(0) 编辑

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 32 下一页