用户操作
[即时聊天] [发私信] [加为好友]
ddeeID:ddee_luozaiqian
13140次访问,排名9172,好友0人,关注者11人。
ddee_luozaiqian的文章
原创 56 篇
翻译 0 篇
转载 3 篇
评论 25 篇
ddee的公告
书到用时方恨少,是非经过不知难
--陆游   

2008-5-12之后重新启动 博客园 的更新,谢谢关注。
最近评论
okvee:我也遇到一个老火问题
开始是用jquery.ajaxcontent做的,每次都要加载一个属性。
后来改用jquery.history,那个属性就不行了。
冰儿-丫丫:请问你之前的修改是怎么进行的?我试了一下改变编码格式好像是不行的。
algcfx:Wow gold
游客:用jdbc
foxiang:金樽清酒斗十千,玉盘珍羞直万钱。
停杯投箸不能食,拔剑四顾心茫然。
欲渡黄河冰塞川,将登太行雪满山。
闲来垂钓碧溪上,忽复乘舟梦日边。
行路难,行路难,多歧路,今安在?
长风破浪会有时,直挂云帆济沧海。
文章分类
收藏
    相册
    my
    .NET
    castle
    nvelocity
    velocity
    CAD
    CAD世界
    明经通道
    晓东CAD空间
    Web
    ajaxian
    javascript toolbox
    lightbox
    prototype
    prototype-window
    rico
    script.aculo.us
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    原创 cc.net1.0.1与.net2.0冲突的问题收藏

    新一篇: 解决jquery.history失效的问题 | 旧一篇: 年终总结

     今天将cc.net的版本换回了1.0.1,发现了几个问题,在1.1中cc.net已经可以将merge标签等直接放在task中,但是1.0还是必须放在publishers中;同时不知道怎么的1.0对于ccservice不支持更改ccnet.config的路径,虽然它开放了配置项的;最郁闷的一个问题就是换回来了之后才发现,dashboard不能启动了,总是报datatime.ticks超出界限了,在cc.net的文档中对该问题有描述:
    I get the following error in the web dashboard: "Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks"
    You will get this error if your CCNet server is running under the .NET 2.0 framework, whereas the webdashboard or CCTray is running under version 1.x. This is a problem using .NET remoting across different versions of the .NET framework. You can fix this by ensuring that you are using the same version of the .NET framework for the CCNet components (CCTray, the CruiseControl.NET Server, and the Web Dashboard) on all machines.

    If you have multiple versions of the .NET framework installed, you can select the version of the framework used by the web dashboard as follows:

    Open IIS
    Right click the CCnet Virtual Directory (typically ccnet)
    Select Properties
    Select ASP.Net
    Select The desired version of the .NET runtime from the drop down

    但是我发现我本机对于cc.net是将其配置为asp.net1.1的,真是有点郁闷,之后我想这肯定和2.0兼容性有关,但是我的机器又需要2.0做开发不能卸载。这是我将ccnet站点独立了一个应用池,问题还是依旧,我想毕竟是远程交互的,两边的版本不一致,序列化的内容肯定出错了,所以修改了ccservice.exe.config和web.config的内容,添加上了配置节:
    <startup>
        <supportedRuntime version="v1.1.4322" />
    </startup>
    在修改了web.config后,重新启动服务和iis,一切ok^_^

    发表于 @ 2007年01月10日 20:50:00|评论(loading...)|编辑

    新一篇: 解决jquery.history失效的问题 | 旧一篇: 年终总结

    评论

    #ddee_luozaiqian 发表于2007-01-10 20:51:09  IP:
    自己帮顶一下
    发表评论  


    登录
    Csdn Blog version 3.1a
    Copyright © ddee