摘要: //yield return 返回类型必须为 IEnumerable、IEnumerable<T>、IEnumerator 或 IEnumerator<T>。 static IEnumerator<int> yieldTest() //yield return 返回IEnumerator { yie 阅读全文
posted @ 2016-05-10 22:39 zslm___ 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 在相应的文件夹上右键 Tortiusegit->settings->gig 点击 第1个按钮 Edit local .git/config 在打开的文档里 url = http://xx.com/sss.git 里面修改如下 url=http://account:password@xx.com/ss 阅读全文
posted @ 2016-05-10 18:36 zslm___ 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 使用Ibatis总是说未能加载相应的sqlmap.xml,原来是 xml以内容方式,而不是嵌入式方式载入Dll中 阅读全文
posted @ 2016-05-10 17:47 zslm___ 阅读(301) 评论(0) 推荐(0) 编辑