- 博客(40)
- 收藏
- 关注
转载 jquery 插件开发
本文转自:http://www.cnblogs.com/know/archive/2011/03/13/1982839.html 开发jquery插件有两种方法: jQuery.extend(object)——对jQuery类扩展.为jQuery类添加新的方法,新方法可以理解为静态方法。例如: $.extend({ add:function(a,b...
2012-10-12 18:10:00
168
转载 jetty learn
本文源自:https://github.com/springside/springside4/wiki/Jetty jetty 是servlet容器,是一个嵌入式的servlet容器: 1,可以在eclipse中,通过java代码,直接启动此容器,例如:QuickstartServer.java、ShowcaseService.java package org.springs...
2012-10-08 21:50:00
186
转载 asp.net mvc blog
http://www.arrangeactassert.com/when-to-use-html-renderpartial-and-html-renderaction-in-asp-net-mvc-razor-views/ http://www.em64t.net/2010/12/razor-html-renderpartial-vs-html-partial-html-render...
2012-09-25 12:58:00
166
转载 ActiveReports3.dll and ActiveReports.Viewer3.dll
ActiveReports3.dll and ActiveReports.Viewer3.dllhttp://www.devexpress.com/Support/Center/p/Q303032.aspxhttp://www.devexpress.com/Support/Center/p/Q140564.aspx转载于:https://www.cnblogs.com/you...
2012-09-24 23:24:00
239
转载 Entity Framework in WinForms 转载
http://www.codeproject.com/Articles/221931/Entity-Framework-in-WinForms转载于:https://www.cnblogs.com/yougyoum/archive/2012/09/20/2694665.html
2012-09-20 09:16:00
85
转载 dataset.tables.add(datatable)注意
使用dataset.tables.add(datatable)时,其中的datatable,在被添加前,不能属于任何一个其他的dataset,否则就会触发异常; 也就是说,一个datatable,要么不属于任何dataset,要么只能属于唯一 一个dataset。转载于:https://www.cnblogs.com/yougyoum/archive/2012/09/19/2694...
2012-09-19 20:39:00
906
转载 Help with GridRouteValues() and a custom template
http://www.telerik.com/community/forums/aspnet-mvc/grid/help-with-gridroutevalues-and-a-custom-template.aspx GridRouteValues, AllowHtml http://www.telerik.com/community/forums/aspnet-mvc/genera...
2012-09-18 23:14:00
76
转载 Using the Telerik Extensions in ASP.NET MVC4 Today - A First Look
转载: http://blogs.telerik.com/blogs/posts/12-03-08/using-the-telerik-extensions-in-asp-net-mvc4-today---a-first-look.aspx 参考官方blog: http://blogs.telerik.com/aspnetmvcteam/posts.aspx It’s an ex...
2012-09-18 09:20:00
331
转载 How to: Manually Register DevExpress Extensions to Start Using Them in an MVC Web Application
下面文章讲述了,如何手动注册编译好的 dev extention mvc dll 参考:http://documentation.devexpress.com/#AspNet/CustomDocument8163 Using in Razor Views http://documentation.devexpress.com/#AspNet/CustomDocument9944...
2012-09-17 21:44:00
88
转载 telerik mvc 资料
http://www.cnblogs.com/daizhj/archive/2009/09/09/1562966.html 官方说明 http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/introduction Kendo UI for ASP.NET MVC VSExtensions ht...
2012-09-17 15:58:00
116
转载 telerik GetCurrentTheme错误 解决办法
“/”应用程序中的服务器错误。行 9: .Add("telerik." + Html.GetCurrentTheme() + ".css")参考文章:http://www.telerik.com/community/forums/aspnet-mvc/grid/problem-in-applying-css.aspxhttp://ww...
2012-09-17 11:45:00
105
转载 telerik demo
http://demos.telerik.com/aspnet-mvc转载于:https://www.cnblogs.com/yougyoum/archive/2012/09/17/2688377.html
2012-09-17 10:57:00
154
转载 Windows PowerShell 2.0 XP 下载地址
http://www.microsoft.com/zh-cn/download/details.aspx?id=16818 概述 Windows Management Framework Core 程序包提供了适用于 IT 专业人员的已更新管理功能。本程序包包括以下组件:Windows PowerShell 2.0 和 Windows Remote Management (Wi...
2012-09-17 08:46:00
1951
转载 TelerikMvcExtensions
Install-Package TelerikMvcExtensions http://www.telerik.com/community/forums/aspnet-mvc/installer-vs-extensions/tag-telerik-not-recognized-but-the-project-builds.aspx http://www.telerik.com/...
2012-09-16 22:10:00
155
转载 Visual Studio 2012 Color Theme Editor
vs2012默认的颜色主题(color theme)只有灰色和黑色两种,有没有办法将主题改为其他的? 答案是:有 方法是:打开vs2012——>工具(T)——>扩展和更新(U),然后选择联机(如下图) 就可以看到visual studio 2012 color theme editor,如果没有见到这个,也可以在搜索框中输入visual studio 2012 c...
2012-09-15 10:44:00
378
转载 Quick View of ASP.NET MVC 3 Razor View Engine
转载:http://techbrij.com/565/quick-view-of-asp-net-mvc-3-razor-view-engine File Extension .cshtml for c# and vbhtml for vb.net _(underscore) Files that cannot be shown by direct requests...
2012-09-14 15:18:00
136
转载 Rendering html for navigation using MVC 3 Razor
转载 http://community.composite.net/Blog/2011/01/24/Rendering-html-for-navigation-using-MVC-3-Razor http://techbrij.com/981/role-based-menu-asp-net-mvc razor 介绍 http://techbrij.com/565/quick...
2012-09-14 14:57:00
77
转载 java cms with ibatis spring
http://sourceforge.net/projects/geinuke/ taobao’s datasource http://code.taobao.org/p/tddl-dynamic-datasource/wiki/index/ http://rdc.taobao.com/team/jm/archives/1645 http://rdc.taobao.com/tea...
2012-09-14 13:21:00
66
转载 一个生成java实体类的 c#工具
http://files.cnblogs.com/likestone/EntityClassGenerator2.rar转载于:https://www.cnblogs.com/yougyoum/archive/2012/09/13/2682789.html
2012-09-13 09:24:00
198
转载 C#中方法的默认访问级别
C# 方法默认访问级别 : private C# 类默认访问级别 : internal转载于:https://www.cnblogs.com/yougyoum/archive/2012/09/12/2682403.html
2012-09-12 21:13:00
423
转载 number sequence获取方法
journalNum = NumberSeq::newGetNum(ProdParameters::numRefProdJournalId()); static NumberSequenceReference numRefProdJournalId() { return NumberSeqReference::findRefe...
2012-09-12 15:16:00
100
转载 asp.net mvc membership使用自己的新建数据库
1,首先在命令行执行 aspnet_regsql,生成自己的数据库,具体如下: 1) 2) 3) 4) 之后,根据向导执行完成,就可以见到自己创建的数据库了。 2,修改web.config文件中的链接字符串 <connectionStrings> <!--add name="Appli...
2012-09-12 15:06:00
190
转载 AX 开发6
Ledger相关资料 There are two methods to consider when posting transactions to the ledger: 1. Use the LedgerVoucher class and sub-classes, which is the more direct and controllable route...
2012-09-11 14:20:00
187
转载 difference between Date Expected and Date Physical
Date Expected and Date Physical are different in concept wise but the values may or may not be same. Date Expected will be generally Shipment date in case of sales order and delivery date in cas...
2012-09-11 12:18:00
113
转载 发票过账中与 ledger相关的class
涉及到的相关class为: ledgerVoucherObject,ledgerVoucher,ledgerVoucherTransObject , 其关系如下: ledgerVoucher.addVoucher(ledgerVoucherObject); ledgerVoucherTransObject ledgerVoucher.addTrans(ledgerVouch...
2012-09-10 16:55:00
109
转载 route debug reference
http://www.cnblogs.com/dingji/archive/2012/05/18/2506587.html转载于:https://www.cnblogs.com/yougyoum/archive/2012/09/10/2678400.html
2012-09-10 10:49:00
104
转载 ASP.NET MVC 相关资料
书:ASP.NET MVC Framework Unleashed http://static.ishare.down.sina.com.cn/11167696.pdf?ssig=cGzgAdBCk1&Expires=1347292800&KID=sina,ishare&ip=1347163556,58.249.118.&fn=ASP.NET+MVC+F...
2012-09-09 13:09:00
140
转载 mybatis vs hibernate
http://stackoverflow.com/questions/6612460/for-a-new-project-using-spring-with-jdbctemplates-ibatis-mybatis-or-hibernate http://stackoverflow.com/questions/716532/hibernate-ibatis-jee-or-other-j...
2012-09-03 13:34:00
79
转载 禁用数据源 ax
datasourceAllowEdit(boolean _b){ DictTable dt = new DictTable(tablenum(JaxDisassembleTable)); int i; ; for(i=1; i<=dt.fieldCnt() ;i++ ) { if (dt.fieldCnt2Id...
2012-08-31 17:42:00
74
转载 asp.net mvc view 的supper 类
在asp.net mvc中,如果是使用的Razor-based views,那么view的父类可以是: System.Web.Mvc.WebViewPage or System.Web.Mvc.WebViewPage<T>, 其中泛型WebViewPage<T> 的父类是WebViewPage ,继承关系如下: public class WebViewPa...
2012-08-31 15:20:00
107
转载 C#中的自定义控件
C#中的自定义控件 分类: c#程序设计2011-12-16 18:58 1352人阅读 评论(0) 收藏 举报 该文摘自:http://download.youkuaiyun.com/detail/yysyangyangyangshan/4163509 一般来说,自定义控件可以分成三种类型。 1、自定义控件,这是完全需要自己设计,开发的新的控件,一般继承自Control,重写OnPai...
2012-08-31 12:56:00
90
转载 C#继承基本控件实现自定义控件
转帖自:http://www.cnblogs.com/greatverve/archive/2012/04/25/2354519.html 自定义控件分三类: 1.复合控件:基本控件组合而成。继承自UserControl 2.扩展控件:继承基本控件,扩展一些属性与事件。比如继承Button 3.自定义控件:直接继承自Control 今天把扩展控件简单入门。...
2012-08-31 12:55:00
542
转载 演练:使用 Visual C# 从 Windows 窗体控件继承
摘自 微软官方文档 使用 Visual C# 2005 可以通过继承创建功能强大的自定义控件。 通过继承,可以创建不仅保留了标准 Windows 窗体控件的所有内在功能,而且还包含自定义功能的控件。 在本演练中,您将创建一个名为 ValueButton 的简单继承控件。此按钮将继承标准 Windows 窗体 Button 控件的功能, 并将公开一个名为 ButtonValue 的...
2012-08-31 12:55:00
236
转载 ASP.NET MVC control的action 如何找到对应的view
1,在control的action方法中,返回view(),例如: public ActionResult Create(){ return View();} 2,如何找到对应的view? When this method is called(即 View();方法) with no arguments, the framework infersthat...
2012-08-31 12:24:00
283
转载 ASP.NET MVC 4 book
http://ishare.iask.sina.com.cn/f/25382636.html转载于:https://www.cnblogs.com/yougyoum/archive/2012/08/31/2665167.html
2012-08-31 12:09:00
60
转载 Razor引擎学习 参考网址
http://blog.youkuaiyun.com/netatomy/article/details/6143314 http://www.cnblogs.com/dragon_mail/archive/2011/06/30/2094884.html http://www.cnblogs.com/luluping/archive/2011/04/20.html http://blog.csd...
2012-08-30 23:07:00
77
转载 Html 标签用法简要记录
此文摘自:http://www.w3school.com.cn/tags/tag_fieldset.asp 1, fieldset 元素可将表单内的相关元素分组。 例如: <form> <fieldset> <legend>health information</legend> height: <in...
2012-08-30 21:44:00
74
转载 ASP.NET MVC 使用 datatable
在asp.net mvc 中使用datatable方法: 1,首先在 control 中加入action 方法: public ActionResult ListCountryInfo(string id){ string sql = "select * from country_info"; dsTest.country_infoDataTable dt = n...
2012-08-30 10:58:00
611
转载 java 牛人的blog
JAVA牛人的BLOG列表 兔八哥的BLOG: 不错的J2EE方面的东西 一亩三分地: java东东的blog James Gosling: on the Java Road: JAVA的老爸 Bruce Eckel: JAVA编程思想无人不知无人不晓 spring live: spring框架 raibledesigns: Appfuse作者 透...
2012-07-27 11:26:00
83
转载 销售发票 过账时候调用的class 以及 方法执行的顺序
转载于:https://www.cnblogs.com/yougyoum/archive/2012/07/27/2611426.html
2012-07-27 11:14:00
71
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人