1 2 3 4 @section Scripts 5 { 6 7 8 } 9 10 Javascript 1 //独立部署的图片服务器 2 public ActionResult Index() 3 { 4 //if (Request.HttpMethod == ...
分类:
Web程序 时间:
2014-12-30 18:34:58
阅读次数:
1885
Stat2.2x Probability(概率)课程由加州大学伯克利分校(University of California, Berkeley)于2014年在edX平台讲授。PDF笔记下载(Academia.edu)SummaryStandard Error The standard error o...
分类:
其他好文 时间:
2014-12-30 07:03:54
阅读次数:
254
Stat2.2x Probability(概率)课程由加州大学伯克利分校(University of California, Berkeley)于2014年在edX平台讲授。PDF笔记下载(Academia.edu)SummaryLaw of Large Numbers As the number ...
分类:
其他好文 时间:
2014-12-29 10:17:09
阅读次数:
292
#include "stdafx.h"#include using namespace std;#include #include CRITICAL_SECTION cs;//1.测试同一线程两次EnterCriticalSection会不会阻塞//答案:不会/*int _tmain(int arg...
分类:
编程语言 时间:
2014-12-28 11:39:19
阅读次数:
165
.section .data汇编程序中以.开头的名称并不是指令的助记符,不会被翻译成机器指令,而是给汇编器一些特殊指示,称为汇编指示(Assembler Directive)或伪操作(Pseudo-operation),由于它不是真正的指令所以加个“伪”字。.section指示把代码划分成若干个段(...
分类:
其他好文 时间:
2014-12-28 10:23:29
阅读次数:
242
Stat2.2x Probability(概率)课程由加州大学伯克利分校(University of California, Berkeley)于2014年在edX平台讲授。PDF笔记下载(Academia.edu)SummaryIndependent $$P(A\cap B)=P(A)\cdot ...
分类:
其他好文 时间:
2014-12-27 06:40:49
阅读次数:
296
gcc的__attribute__编译属性有很多子项,用于改变作用对象的特性。这里讨论section子项的作用。__attribute__的section子项使用方式为:?1__attribute__((section("section_name")))其作用是将作用的函数或数据放入指定名为"sec...
分类:
其他好文 时间:
2014-12-26 12:57:15
阅读次数:
312
个人原创,转帖请注明来源:cnblogs.com/jailbreaker之前两篇帖子分别讲了mach-o的header区和load command区中的segment,今天继续讲segment中的的setcion,一般在__TEXT和__DATA段中有section。这里注意下命名规范,大写代表se...
分类:
移动开发 时间:
2014-12-26 11:06:46
阅读次数:
291
最近在Ubuntu上安装mysql-server时用命令apt-get install mysql-server出现报错提示:E:Encountered a section with no Package: header, E:Problem withMergeList /var/lib/apt/l...
分类:
其他好文 时间:
2014-12-26 09:33:14
阅读次数:
170
Stat2.2x Probability(概率)课程由加州大学伯克利分校(University of California, Berkeley)于2014年在edX平台讲授。PDF笔记下载(Academia.edu)SummaryBayes Theorem $$P(A_i|B)=\frac{P(B|...
分类:
其他好文 时间:
2014-12-26 06:09:33
阅读次数:
136