创建控制台项目 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace H....
这几天在做数据库的迁移,所以就会涉及到数据库的备份与还原,即从当前数据库中备份出数据库文件,然后将备份文件copy到新服务器并还原。 备份 备份有两种操作方式,一是通过UI操作,另一种是通过sql脚本。 1,通过UI操作方式 数据库上右键,选择Tasks\Back up... 通过UI备份的过程中,...
分类:
数据库 时间:
2015-09-10 19:18:50
阅读次数:
185
http://gruntjs.com/pluginshttp://gruntjs.com/getting-startedhttp://gruntjs.com/configuring-tasks#globbing-patterns1.安装node.js2.cmd 敲命令行: 查看node版本 no.....
分类:
Web程序 时间:
2015-09-10 19:04:20
阅读次数:
177
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace File_Test{ class GetImages...
分类:
其他好文 时间:
2015-09-09 12:53:24
阅读次数:
133
using System;using System.Collections.Generic;using System.Collections;using System.Linq;using System.Text;using System.Threading.Tasks;namespace IEnu...
Problem DescriptionAs we know, Rikka is poor at math. Yuta is worrying about this situation, so he gives Rikka some math tasks to practice. There is o...
分类:
其他好文 时间:
2015-09-08 21:44:07
阅读次数:
192
一个网络应用必须迅速响应网络请求,一般要小于1s,最好是几十微秒,以便为坐在浏览器前面的用户提供一个流畅的体验。这就给不了应用太多的时间来处理工作。有时会是有更多的工作要做而不是有时间来做它。在这种情况下,当用户等待来自服务器的响应时,如果工作花了几秒,几分,几小时而不是立即,也总是OK的。但是用....
分类:
其他好文 时间:
2015-09-07 10:59:24
阅读次数:
149
Splitting big tasks into small tasks is often one of the best ways to solve a problem. Thus, in the next few exercises, we will split each request/met...
分类:
移动开发 时间:
2015-09-04 22:29:05
阅读次数:
197
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;using System.Collection...
Problem DescriptionAs we know, Rikka is poor at math. Yuta is worrying about this situation, so he gives Rikka some math tasks to practice. There is o...
分类:
其他好文 时间:
2015-08-31 23:27:30
阅读次数:
156