今天在腾讯服务器上部署公司的项目,遇到了很多的问题,简直可以用一波未平一波又起来形容。 记录一下,怕自己忘记,顺便也帮助跟我遇到同样问题的人。 项目使用VS2010.MVC3.0开发,服务器的操作系统是Windows server 2008,下面我就讲下不熟的步骤。 1.安装IIS 打开服务器管理器 ...
分类:
其他好文 时间:
2017-03-29 22:07:25
阅读次数:
257
依赖的类 1 /*1 utils.h 2 *# A variety of utility functions. 3 *# 4 *# Some of the functions are duplicates of well known C functions that are not 5 *# sta ...
分类:
编程语言 时间:
2017-03-29 15:44:09
阅读次数:
384
Entity Framework Add and Attach and Entity States Entity Framewokr 新增、附加、实体状态 This topic will cover how to add and attach entities to a context and ho ...
分类:
其他好文 时间:
2017-03-28 00:33:50
阅读次数:
238
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 思路: 由于链表 ...
分类:
其他好文 时间:
2017-03-28 00:29:40
阅读次数:
202
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should preserve the ...
分类:
其他好文 时间:
2017-03-28 00:13:18
阅读次数:
116
-备份数据库时报错[ERROR]/usr/sbin/mysqld:Table‘./daifans/wp_options‘ismarkedascrashedandshouldberepaired-在网上查了文档,说是表损坏,所以WordPress的文章都显示不出来,需要修复,修复前需要备份我备份时也出错了,说是损坏的那个表备份不了的意思,我就用排除废表备..
分类:
数据库 时间:
2017-03-26 22:56:58
阅读次数:
228
val logFile = "./README.md" // Should be some file on your server. val conf = new SparkConf().setAppName("Simple Application").setMaster("local") val ...
分类:
其他好文 时间:
2017-03-26 19:18:26
阅读次数:
175
C. Mahmoud and a Message Mahmoud wrote a message s of length n. He wants to send it as a birthday present to his friend Moaz who likes strings. He wro ...
分类:
其他好文 时间:
2017-03-25 13:18:47
阅读次数:
208
Open & Edit /etc/my.cnf Add skip-grant-tables under [mysqld] Restart Mysql You should be able to login to mysql now using the below command mysql -u r ...
分类:
数据库 时间:
2017-03-23 20:55:51
阅读次数:
183
ZOJ Problem Set - 2676 Network WarsTime Limit: 5 Seconds Memory Limit: 32768 KB Special Judge Network of Byteland consists of n servers, connected by ...
分类:
Web程序 时间:
2017-03-23 19:09:05
阅读次数:
325