最新评论
Re:发布一套web codesmith模板 linjie_830914 2009-10-03 16:47
已经解决了
呵呵
谢谢
Re:发布一套web codesmith模板 linjie_830914 2009-10-03 13:44
我使用他生成程序后
为什么报错啊?
未能加载文件和程序集 ElfinNet.SQLServerDal或他的某一个依赖项,系统找不到指定的文件
请问该怎么解决这个问题
谢谢指导.
linjie_830914@126.com
还是出现:
Path must be a valid file.
An error of type "ArgumentException" occured while attempting to execute this template. To enable Just-In-Time debugging on this template set the "Debug" attribute to "True" in the "CodeTemplate" directive and add a "Debugger.Break()" statement in the template.
re: 教你制做Web实时进度条 谢小妹 2008-11-09 15:26
收藏了,谢谢!!我正需要这个
re: 教你制做Web实时进度条 xnc 2008-08-24 13:53
斑竹:
我在WEB程序中需要用WEB(一个进度条控件),可是我希望他是向上变的,我找了很久网上和VB.NET 控件箱内都是水平变动的 请问你的控件可以垂直变动吗? 我的信箱xingnc@163.com 请方便时给我赐教!!
不错,但还是比较担心数据出错的处理,如客户要求提示哪一行数据出错及将错误数据打印出来,对于这样的需求能做到吗?
re: 教你制做Web实时进度条 charry 2008-02-14 10:39
收藏了
re: 转载: C# 泛型简介 david[匿名] 2007-01-02 10:59
好!!!!!!!!!!!!!!!!!!!!!!!!!!
re: 发布一套web codesmith模板 dejack 2006-12-22 13:25
很好,正找这东西呢。。。。。。。。
感觉不错,不过发现有个问题:生成的Update存储过程里面主ID与非输出参数,但代码里面却声明为OUTPUT参数,能改进下就好了。
re: 推荐一个超级好用的XML编辑器 呆仁 2006-12-16 14:17
@急死我也
是模板有点问题更改以下函数解决。
public CodeTemplate GetCodeTemplate(string TemplateName)
{
//CodeTemplate template=null;
CodeTemplateCompiler compiler = new CodeTemplateCompiler(this.CodeTemplateInfo.DirectoryName+TemplateName);
compiler.CodeTemplateInfo.ToString();
compiler.Compile();
if (compiler.Errors.Count == 0)
{
return compiler.CreateInstance();
}
else
{
System.Text.StringBuilder errorMessage = new System.Text.StringBuilder();
for (int i = 0; i < compiler.Errors.Count; i++)
{
errorMessage.Append(compiler.Errors[i].ToString()).Append("\n");
}
throw new ApplicationException(errorMessage.ToString());
}
return null;
}
re: 几个Postback时常用的javascript方法 Michael.Wang 2006-10-05 11:46
咋没代码下呢?
我运行MyTemplate.cst后也提示“Path must be a valid file“
文件夹路径都没问题的
是不是这个有点问题呀
re: 发布一套web codesmith模板 justicfu[匿名] 2006-08-31 12:44
@zhou
检查你的路径是否有特殊符号,或者被访问的文件夹路径是否有写的权限.
我的运行MyTemplate.cst后为什么会提示“Path must be a valid file”
其它文件都运行正常,请问是为什么?
re: 教你制做Web实时进度条 JusticFu 2006-08-28 21:23
@大森林
我现在只能想到在onbeforeunload事件中处理,这样会弹出确认对话框,要彻底禁止还不清楚,你先试试看下面的代码能不能达到你的要求。
<script language=javascript>
window.onbeforeunload= function(){
if(event.clientX>document.body.clientWidth&&event.clientY<0||event.altKey)
event.returnValue = "";
}
</script>
re: 教你制做Web实时进度条 大森林 2006-08-27 11:15
你的进度条画面,如果用户关闭了怎么办?
能把关闭也屏蔽掉吗?
可以加MSN聊吗?liminlovemama@hotmail.com
re: 发布一套web codesmith模板 JusticFu 2006-08-10 17:36
本人的oracle学得实在不咋的,你可以自己改一改模板文件
另外,如果你能加上oracleDAL数据访问层,希望能发给我一份,谢谢@蓝色蝎子
re: 4775电子书免费链接 RogerWang 2006-07-20 09:15
谢谢楼主了!
re: 教你制做Web实时进度条 天轰穿 2006-06-29 11:59
不错,收藏先!!
re: 发布一套web codesmith模板 JusticFu 2006-06-26 20:56
@gucs
本来就是根据petshop的框架啊!
先看了你帖的图,怎么都觉得像PetShop,然后才简单浏览了你写的文字,呵呵。
re: 推荐一个超级好用的XML编辑器 gucs 2006-06-26 20:22
已经一年多没有使用这个工具了,在上一家公司时,设计的东西要使用XML,同时还要使用XSL,经过试用之后 ,选择了这款软件。前几天刚刚在verycd下载了2006版的,还没有时间仔细用用,不知道字体处理是否还有问题。
re: 推荐一个超级好用的XML编辑器 JusticFu 2006-06-21 21:17
这个是中文破解版的,我装了,很好用。
re: 推荐一个超级好用的XML编辑器 sanni:mylove 2006-06-21 21:13
破解的?