码迷,mamicode.com
首页 >  
搜索关键字:completed    ( 491个结果
Task
Task.Run Func 可以用返回值 new Task(Action) 没有返回值 ContinueWith((task)=>{}); //完成之后在执行 加上 await 会异步等待 task.GetAwaiter().GetResult(); //主线程会挂起等待 await async配合 ...
分类:其他好文   时间:2017-03-26 21:36:07    阅读次数:209
sharepoint 部分site下的库不能显示正常名称,显示为“error”
错误现象:部分site下的库不能显示正常名称,显示为“error”,Navigation的部分也會顯示Feature‘525dc00c-0745-47c0-8073-221c2ec22f0f‘forlisttemplate‘101‘isnotinstalledinthisfarm.Theoperationcouldnotbecompleted.从故障现象分析,是缺少某个模板功能导致的,根据错误?.
分类:其他好文   时间:2017-03-21 20:28:53    阅读次数:135
sharepoint 定制的工作流无法发邮件
使用sharepointdesigner设置当“status”为completed时,给制定的栏目发邮件。测试无法收到邮件。检查发现使用管理账户:mossadmin登陆,该账户没有在exchange中设置邮箱。更换用户测试,可以正常收到邮件。
分类:其他好文   时间:2017-03-21 20:04:46    阅读次数:123
hdu1301 Jungle Roads 最小生成树
The Head Elder of the tropical island of Lagrishan has a problem. A burst of foreign aid money was spent on extra roads between villages some years ag ...
分类:其他好文   时间:2017-03-19 10:57:55    阅读次数:178
MySqlDBHelper
代码: 需要下载一个MySql.Data.dll文件 下载地址:http://pan.baidu.com/s/1b9f2Qq 连接字符串格式:<add name="MySQLConnString" connectionString="server=******; user id=******j; p ...
分类:数据库   时间:2017-03-13 15:01:20    阅读次数:192
castle windsor学习-------Container Events 容器的事件
所有的事件是实现IKernelEvents 接口,已容器的Kernel属性暴露出来 1. AddedAsChildKernel 当前的容器添加子容器或其他容器时触发 2. RemovedAsChildKernel 和上面相反 ComponentModel events 3. Registration ...
分类:Windows程序   时间:2017-03-12 13:17:40    阅读次数:200
Calling a Web API From a .NET Client (C#)
by Mike Wasson+ Download Completed Project This tutorial shows how to call a web API from a .NET application, using System.Net.Http.HttpClient.+ In th ...
分类:Windows程序   时间:2017-03-08 16:21:43    阅读次数:222
软件工程项目第一次作业
I have recently completed a project which was the big job of visual course. As a homework, of course, it is non-routine. It need a plan to finish the ...
分类:其他好文   时间:2017-02-27 22:54:39    阅读次数:237
Software Testing -- Homework 1
Requirements:Briefly describe an error from your past projects that you have recently completed or an error from other projects which impress you most ...
分类:其他好文   时间:2017-02-27 19:22:41    阅读次数:172
#SPM# HW1 for SPM
–Briefly describe a project from your personal life that you have recently completed. State the nature of the project, the initial objectives, and pla ...
分类:其他好文   时间:2017-02-27 19:02:08    阅读次数:224
491条   上一页 1 ... 25 26 27 28 29 ... 50 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!