参考文档:http://msdn.microsoft.com/en-us/library/9yb4317s.aspx右击工程名,属性,左边一栏选择配置属性,右上角就可以点击配置管理器按钮。单机配置管理器按钮,出现配置管理器对话框,活动解决方案平台下拉框选x64。关闭对话框,应用。ok,完成了。
分类:
编程语言 时间:
2014-05-16 03:50:19
阅读次数:
298
数据库: create database|schema [if not exists]
db_name [character set =] [collate =]; alter database drop {database | schema}
[if exists] db_name;表: ...
分类:
数据库 时间:
2014-05-15 21:22:26
阅读次数:
463
After ASP.NET 3.5 has been installed you need
to modify the web.config file of your MOSS web site with a few Ajax specific
entries. Typically, the web...
分类:
Web程序 时间:
2014-05-15 21:16:22
阅读次数:
528
批量添加用户#!/bin/bashi=1while [ $i -le 20 ]do
useradd stu$i echo "123456" | passwd --stdin stu$i &> /dev/null
i=$(($i+1))done# 删除用户#!/bin/bash# 批...
分类:
其他好文 时间:
2014-05-15 21:11:33
阅读次数:
218
怎样在SharePoint 2010网站中启用匿名访问SharePoint
2010的改动比较大,尤其是相对SharePoint Portal Server 2003来说。本文介绍在SharePoint
2010站点中启用匿名访问的步骤。(1)你要用SharePoint 2010的“管理中心”创建一...
分类:
其他好文 时间:
2014-05-15 21:01:28
阅读次数:
416
如果sql文件过大,会出现mysql out of memory
(NeededXXXbytes),或者"MySQL server has gone away"问题;
另外如果sql文件数据有中文,会出现乱码。解决的问题,修改max_allowed_packet参数,在my.ini或者my.cnf文...
分类:
数据库 时间:
2014-05-15 20:54:05
阅读次数:
395
IF EXISTS ( --判断是否存在合符条件的记录 SELECT TOP ( 1 ) 1 FROM
[DCL].[SecurityUser] WHERE [U...
分类:
数据库 时间:
2014-05-15 20:51:00
阅读次数:
336
由于64位操作系统不支持Microsoft OLE DB Provider for
Jet驱动程序,也不支持更早的Microsoft Access Driver (*.mdb)方式连接。所以用于 Access 和 Excel 数据库的
Microsoft OLE DB Provider for Je...
分类:
数据库 时间:
2014-05-15 20:49:41
阅读次数:
411
Row_number配合over(partition by xx order by xx) 与
Group by 的区别, = order + group?SqlBulkCopyGuidance Automation Toolkit 2010
Reference
分类:
其他好文 时间:
2014-05-15 20:39:55
阅读次数:
249