http://btorpey.github.io/blog/2015/01/02/building-clang/ clang is a great compiler, with a boatload of extremely helpful tools, including static analy ...
分类:
其他好文 时间:
2017-01-25 16:16:30
阅读次数:
284
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> *{ margin:0; padding:0;; } ul,li{ list-style:none; } .roundabou ...
分类:
其他好文 时间:
2017-01-23 19:14:01
阅读次数:
338
本次安装的ekyll为最新的3.3.1版本。 一、预备工作,因位jekyll需要很多软件的支持,所以准备工作要做足。 Ruby (including development headers, v1.9.3 or above for Jekyll 2 and v2 or above for Jekyl ...
分类:
系统相关 时间:
2017-01-21 21:19:30
阅读次数:
361
The Employee table holds all employees including their managers. Every employee has an Id, and there is also a column for the manager Id. Given the Em ...
分类:
其他好文 时间:
2017-01-16 13:08:18
阅读次数:
163
参考页面: http://www.yuanjiaocheng.net/entity/linq-to-entities-projection.html http://www.yuanjiaocheng.net/entity/dbset-class.html http://www.yuanjiaoche ...
先上代码,抽空再补充 reverse_list.cpp: 头文件:init_list.h 初始化文件: init_list.cpp ...
分类:
其他好文 时间:
2016-12-29 07:23:49
阅读次数:
215
使用Git一次性推送所有的分支,之前一般都是单独推送一个分支,现在是多分支操作,可能涉及到多分支推送,得找个办法解决。 ...
分类:
其他好文 时间:
2016-12-22 20:00:05
阅读次数:
189
1、Django请求的生命周期 路由系统 -> 视图函数(获取模板+数据-->渲染) -> 字符串返回给用户 2、路由系统 /index/ -> 函数或类.as_view() /detail/(\d+) -> 函数(参数) 或 类.as_view()(参数) /detail/(?P<nid>\d+) ...
分类:
其他好文 时间:
2016-12-22 11:00:03
阅读次数:
240
Chapter2: Rinda Including 7 parts: "Hello World" the Rinda Way Understanding Tuples and TupleSpaces Callbacks and Observers Security with Rinda Renewi ...
分类:
其他好文 时间:
2016-12-19 00:14:54
阅读次数:
217
托福口语句子之间的关系多种多样,常见的有:并列关系、因果关系、递进关系、转折关系和相互解释关系。 Women could and did play a part in this process of settlement. Iceland, for instance, was uninhabited ...
分类:
其他好文 时间:
2016-12-13 08:17:38
阅读次数:
254