通过VS2010进行服务器数据库和本地数据库比较架构(都是sql server 2008 R2)时,弹出“text lines should be not null”错误,如下图:解决方法:在Visual Studio 2010安装包/或者镜像中找到下面三个文件,重新安装即可,如下图:
分类:
其他好文 时间:
2015-04-23 13:13:29
阅读次数:
112
'.' Matches any single character.'*' Matches zero or more of the preceding element.The matching should cover the entire input string (not partial).The...
分类:
其他好文 时间:
2015-04-22 20:34:04
阅读次数:
122
1、直接用sql*plus直接连数据库 用SQL*Plus 连接数据库的时候,出现一个对话框,要求填入用户名、密码、主机字符串信息。前两者不用说,自己会填对的,但是这个主机字符串好象没见过呀,其实这里的这个字符串就是我门在安装oracle的时候自动生成,它是配置的数据库连接服务名,与数据库系统标识符...
分类:
数据库 时间:
2015-04-22 20:16:33
阅读次数:
205
http://stackoverflow.com/questions/20087804/should-have-subtitle-controller-already-set-mediaplayer-error-android/20149754#20149754
分类:
移动开发 时间:
2015-04-22 20:15:40
阅读次数:
1207
昨天后端程序在读取数据库信息时候,日志报相关数据表不能读取和写入数据,进入MySQL数据库发现Table‘./wordpress/wp_posts’ismarkedas
crashedandshouldberepaired错误,因为qqtexas中有数据表被损坏了,所以读取不了数据:#mysql-uroot-p
Enterpassword:
mysql>useqqte..
分类:
数据库 时间:
2015-04-22 15:59:01
阅读次数:
269
1. Don't bring up your co-worker's salary.
不要拿同事的薪水来说事。
First of all, you may not have all your facts right, and bringing up your colleague's salary will put your manager into an uncomfortable position. What you should do is compare what you're making to t...
分类:
其他好文 时间:
2015-04-22 13:54:36
阅读次数:
193
英文缩写DIP(Dependence Inversion Principle)原始定义:High level modules should not depend upon low level modules. Both should depend upon abstractions. Abstractions should not depend upon details. Details shou...
分类:
其他好文 时间:
2015-04-22 00:36:44
阅读次数:
190
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.AC代码如下:Li...
分类:
其他好文 时间:
2015-04-22 00:18:37
阅读次数:
132
题目:
Implement regular expression matching with support for '.' and '*'.
'.' Matches any single character.
'*' Matches zero or more of the preceding element.
The matching should cover the entire...
分类:
其他好文 时间:
2015-04-21 22:49:16
阅读次数:
168
这篇文章来源于Quroa的一个问答《What are some time-saving tips that every Linux user should know?》—— Linux用户有哪些应该知道的提高效率的技巧。我觉得挺好的,总结得比较好,把其转过来,并加了一些自己的理解。 首先,我想告诉大...
分类:
系统相关 时间:
2015-04-21 20:14:54
阅读次数:
219