1、error: macro names must be identifiers YourProject_prefix.pch 原因: 因为你弄脏了预处理器宏,在它处于的时候修改了它 解决方法: Configiration选择All Configirations,清空它 然后分别重新定义你的De.....
分类:
其他好文 时间:
2014-07-10 14:17:59
阅读次数:
146
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project ERP: Compilation failure[ERROR] Unabl...
分类:
其他好文 时间:
2014-07-10 11:12:26
阅读次数:
230
目的:解决数据库服务器名称未知的情况。错误:在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: SQL 网络接口, error:26- 定位指定的服务器/实例...
分类:
数据库 时间:
2014-07-10 10:41:48
阅读次数:
244
百度了好久,没找到解决问题确切的答案,我也知道肯定是权限的问题,当然,经过一番尝试之后,终于解决了,解决之道如下(个人方法,可以一试):
1、找到你的配置文件所在的文件夹,我的是 E:\源码\ASP.NET\DtCms10Beta2
2、右键,点击属性,切换到“安全”选项卡上,将 IIS-IUSRS 用户组添加到安全列表中,并按需求赋予其权限(我赋予了修改的权限),更改后如下图:
...
分类:
其他好文 时间:
2014-06-28 09:21:18
阅读次数:
474
今天不知道什么情况(怀疑是内核版本升级后),电脑不能识别 U盘了,所有 U盘插入都没有反应(不是U盘的问题)
我的系统 ubuntu 12.04 ,内核版本 3.2.0-60-generic-pae
不管是 fdisk -l /dev/sd* , 还是 lsusb 都看不到U盘,这个时候 lsmod 下看看有没有 usb-storage scsi_mod...
分类:
其他好文 时间:
2014-06-28 07:36:54
阅读次数:
346
今天在编译安装MySQL的时候出现报错,报错信息如下[root@localhostmysql]#servicemysqlstartStartingMySQL..ERROR!TheserverquitwithoutupdatingPIDfile(/var/lib/mysql/localhost.localdomain.pid)查看报错日志信息如下:14062711:31:43[ERROR]Fatalerror:Can‘topenandlockpri..
分类:
数据库 时间:
2014-06-28 06:34:58
阅读次数:
345
今天同事按照官方网站上的方法安装varnish,遇到一个问题,如下:执行rpm--nosignature-ihttps://repo.varnish-cache.org/redhat/varnish-3.0.el5.rpm提示error:skippinghttps://repo.varnish-cache.org/redhat/varnish-3.0.el5.rpm-transferfailed-Unknownorunexpectederror报..
分类:
其他好文 时间:
2014-06-28 06:24:32
阅读次数:
344
我勒个去,上午刚搞好MySQL的编译安装,玛德一重启计算机然后重启服务又报错:[root@localhostmysql-5.5.13]#/usr/local/mysql/scripts/mysql_install_db--user=mysqlFATALERROR:Couldnotfind./bin/my_print_defaultsIfyoucompiledfromsource,youneedtorun‘makeinstall‘tocopyt..
分类:
其他好文 时间:
2014-06-28 06:21:53
阅读次数:
313
unity中的astar寻路类会时不时报这个ArrayTypeMismatchException类型转换Error,Pathfinding.Serialization.AstarSerializer.DeserializeEditorSettingsInJsonSerializer.csline787ithave"reader.PopulateObject(refgraphEditors[i]);"用下面的几句替换上面的一句:GraphEditorB..
分类:
其他好文 时间:
2014-06-28 00:34:14
阅读次数:
246
Gem::Ext::BuildError:ERROR:Failedtobuildgemnativeextension./home/chenwei/.rvm/rubies/ruby-1.9.3-p547/bin/rubyextconf.rbcheckingforruby/thread.h...nocheckingforrb_thread_blocking_region()...yescheckingforrb_wait_for_single_fd()...yescheckingforrb_hash_dup()...
分类:
其他好文 时间:
2014-06-28 00:32:22
阅读次数:
296