NetworkError: 404 Not Found - http://xxxxxxxx/xx-font.woff解决方法 asp.net 中会遇到一个@font-face问题: NetworkError: 404 Not Found - http://xxxxxxxx/xx-font.woff修...
分类:
Web程序 时间:
2014-11-23 14:20:37
阅读次数:
178
1.CCAssert(pszFilename != NULL,"Invalid filename for sprite");#前面这个变量(这里是文件名字)是否为空,不为空就弹出后面这句话,CCAssert的用法就是这样子的。2.CCTexture2D *pTexture = CCTextureCa...
分类:
其他好文 时间:
2014-11-23 01:55:09
阅读次数:
196
apache2.4 安装出现如下错误
```
[lzz@localhost httpd-2.4.10]$ ./configure
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e....
分类:
Web程序 时间:
2014-11-23 00:44:13
阅读次数:
255
i found a solution here: http://www.marshut.com/wrrts/repo-release-1-12-4.htmlSorry, I realized today that we didn't upload the newest version of the ...
分类:
其他好文 时间:
2014-11-22 22:59:27
阅读次数:
482
错误信息:InnerException: System.Data.SqlClient.SqlExceptionHResult=-2146232060Message=Invalid column name 'Discriminator'.Invalid column name 'Discriminat...
分类:
其他好文 时间:
2014-11-22 21:22:18
阅读次数:
350
Every $k\times k$ positive matrix $A=(a_{ij})$ can be realised as a Gram matrix, i.e., vectors $x_j$, $1\leq j\leq k$, can be found so that $a_{ij}=\s...
分类:
其他好文 时间:
2014-11-22 17:26:04
阅读次数:
126
Search Insert PositionGiven a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if ...
分类:
其他好文 时间:
2014-11-22 13:17:11
阅读次数:
164
Not so Mobile
Before being an ubiquous communications gadget, a
mobile was just a structure made of strings and wires suspending colourfull things. This kind of mobile is usually found h...
分类:
其他好文 时间:
2014-11-21 23:21:20
阅读次数:
213
报名的错误是:res\drawable-hdpi\new.png:0: error: invalid symbol: 'new'上次代码的连错错误,不能用new 等Java中的关键词来命名。
分类:
其他好文 时间:
2014-11-21 20:28:59
阅读次数:
148
A fast method to determine the number is odd or even:total & 0x1 //true, if total is oddtotal & 0x1 //false, if total is evenProblem StatementThere ar...
分类:
其他好文 时间:
2014-11-21 20:28:27
阅读次数:
151