当运行apt-get update后出现如下错误时: E: Some index files failed to download, they have been ignored, or old ones used instead. 解决方案: 1. sudo nano /etc/resolv.conf 2. 在其中加入: ??? name...
分类:
系统相关 时间:
2015-10-08 23:23:13
阅读次数:
307
Follow up for N-Queens problem.Now, instead outputting board configurations, return the total number of distinct solutions.class Solution {public: ...
分类:
其他好文 时间:
2015-10-06 12:56:18
阅读次数:
205
Additionally, if you need more than just the events provided by default, I'd suggest instead attaching aEventTriggerto your game object. This gives us...
分类:
其他好文 时间:
2015-09-30 17:45:34
阅读次数:
4058
触发器(trigger):当有关联操作的时候使用(级联操作),属于ddl关键字。eg:下订单时,创建中的商品数量要减少;退票时,总的票数要增加。 在订单上建立触发器 在订单票上建立触发器 (确定要将触发器建立在哪个表上)after 和 instead of:aft...
分类:
数据库 时间:
2015-09-29 22:04:36
阅读次数:
262
Description:Follow up for N-Queens problem.Now, instead outputting board configurations, return the total number of distinct solutions.n皇后问题:每两个皇后之间不能...
分类:
其他好文 时间:
2015-09-28 23:50:52
阅读次数:
198
因为最近更新的PHP版本,写sql语句,忽然发现不能用了,上网查了一些原因,找到几个方法如下:1.禁止php报错 display_errors = on 改成 display_errors = off2.将PHP中的mysql用PDO或者是mysqli代替就不会发生这种情况了3.php设置报警级别....
分类:
数据库 时间:
2015-09-16 19:51:53
阅读次数:
183
Switching to object-based data storage can often be tough. If you’re trying to start Phonegap or Ionic Framework development and are coming from nativ...
分类:
数据库 时间:
2015-09-14 11:51:42
阅读次数:
364
It is often appropriate to reuse a single object instead of creating a new functionally equivalent object each time it is needed.Reuse can be both fas...
分类:
编程语言 时间:
2015-09-06 14:32:40
阅读次数:
184
在VS2013下如果使用strcpy有时候会报这个错误,解决方法是找到该项目的属性:在预处理定义中添加:_CRT_SECURE_NO_WARNINGS即可
分类:
其他好文 时间:
2015-09-06 12:40:53
阅读次数:
552
[2015-09-06 09:07:32.879] ERROR [6B68DD09CE6FECFE20936CA3C6D560AD:http-bio-8087-exec-8] o.a.s.v.freemarker.FreemarkerResult - Error processing Freemar...
分类:
其他好文 时间:
2015-09-06 09:50:04
阅读次数:
2668