码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
记一次项目部署中遇到的问题
今天在腾讯服务器上部署公司的项目,遇到了很多的问题,简直可以用一波未平一波又起来形容。 记录一下,怕自己忘记,顺便也帮助跟我遇到同样问题的人。 项目使用VS2010.MVC3.0开发,服务器的操作系统是Windows server 2008,下面我就讲下不熟的步骤。 1.安装IIS 打开服务器管理器 ...
分类:其他好文   时间:2017-03-29 22:07:25    阅读次数:257
C语言ini格式配置文件的读写
依赖的类 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学习(一) - Entity Framework Add and Attach and Entity States
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
[leetcode-21-Merge Two Sorted Lists]
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
86. Partition List
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
【mysql】 is marked as crashed and should be repaired
-备份数据库时报错[ERROR]/usr/sbin/mysqld:Table‘./daifans/wp_options‘ismarkedascrashedandshouldberepaired-在网上查了文档,说是表损坏,所以WordPress的文章都显示不出来,需要修复,修复前需要备份我备份时也出错了,说是损坏的那个表备份不了的意思,我就用排除废表备..
分类:数据库   时间:2017-03-26 22:56:58    阅读次数:228
spark1.统计句子中特定内容
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
Codeforces Round #396 (Div. 2) C. Mahmoud and a Message DP
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
新装mysql数据库登陆不上去(账号密码正确)
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 2676 Network Wars[01分数规划]
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!