20078888

技术前线

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2014年7月28日

摘要: 服务器配置第一步:服务器选择;我选的是新浪的http://sae.sina.com.cn/ ,具体如何配置就不用细说了,就相当于租用一台服务器一样第二步:上传代码;共三个件,分别是index.php,oauth2.php,redirectUri.phpindex.php 代码如下:responseM... 阅读全文
posted @ 2014-07-28 14:56 许雪林 阅读(471) 评论(0) 推荐(0)

2014年1月11日

摘要: 小说写作大纲帮助 点击下载小说写作大纲帮助使用中有什么问题,请发邮件 阅读全文
posted @ 2014-01-11 20:41 许雪林 阅读(234) 评论(0) 推荐(0)

2013年4月22日

摘要: 二维码生成源码包含PHP和.net二个版本http://files.cnblogs.com/20078888/phpnetewm.zip 阅读全文
posted @ 2013-04-22 15:04 许雪林 阅读(319) 评论(0) 推荐(0)

2012年8月12日

摘要: 点这里下载.net三层生成器 阅读全文
posted @ 2012-08-12 17:11 许雪林 阅读(177) 评论(0) 推荐(0)

2010年12月8日

摘要: 前台:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--webdiyer:AspNetPagerID="AspNetPager_DataList_show"runat="server"AlwaysShow="True"CustomInfoHTML="正在查看第%CurrentPageIndex%页/共%PageCount%页"CustomInfoSectionWidth="30%"CustomInfoTextAlign="Left"Direct 阅读全文
posted @ 2010-12-08 23:18 许雪林 阅读(408) 评论(2) 推荐(0)

2010年11月15日

摘要: 前台:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<webdiyer:AspNetPagerID="AspNetPager1"runat="server"BackColor="#EEEEEE"CenterCurrentPageButton... 阅读全文
posted @ 2010-11-15 13:12 许雪林 阅读(451) 评论(2) 推荐(0)

2010年5月7日

摘要: using System;using System.Collections.Generic;using System.IO;using System.Text;using Codes;using CodeUtility;using Model;namespace CodeFactory{ public class CodeAccess { #region BLL public static voi... 阅读全文
posted @ 2010-05-07 17:36 许雪林 阅读(289) 评论(0) 推荐(0)

摘要: using Model; using System; using System.Collections; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Runtime.InteropServices;... 阅读全文
posted @ 2010-05-07 17:35 许雪林 阅读(650) 评论(0) 推荐(0)

摘要: using Model;using System;using System.Text;namespace DBUtility{ public class GetSqlString { public static string GetStoreProcedures() { return "select distinct(name) from sysobjects where type='p' "; ... 阅读全文
posted @ 2010-05-07 17:34 许雪林 阅读(263) 评论(0) 推荐(0)

摘要: using System; using System.IO; using System.Reflection; using System.Runtime.Serialization.Formatters.Binary; using System.Xml;namespace DBUtility{ public class CommonHelper { public static object Des... 阅读全文
posted @ 2010-05-07 17:32 许雪林 阅读(582) 评论(0) 推荐(0)