Script Positioning 脚本位置 The HTML 4 specification indicates that a <script> tag may be placed inside of a <head> or <body> tag in an HTML document and ...
分类:
编程语言 时间:
2016-11-29 17:15:17
阅读次数:
164
1.把C++当成一门新的语言学习; 2.看《Thinking In C++》,不要看《C++变成死相》; 3.看《The C++ Programming Language》和《Inside The C++ Object Model》,不要因为他们很难而我们自己是初学者所以就不看; 4.不要被VC、B ...
分类:
编程语言 时间:
2016-11-21 14:59:58
阅读次数:
331
The nitty-gritty of compile and link functions inside AngularJS directives The nitty-gritty of compile and link functions inside AngularJS directives ...
分类:
其他好文 时间:
2016-11-15 23:27:53
阅读次数:
288
_Time是个4维向量,跟Unity3D中的deltaTime(这是个一维的,数值)不同。 float4 _Time : Time (t/20, t, t*2, t*3), use to animate things inside the shaders。 fixed x= Speed * _Tim ...
分类:
编程语言 时间:
2016-11-12 19:03:01
阅读次数:
357
根据inside君的配置文件整理而来。[mysql]
port=3306
socket=/data/mysql/3306/mysql_3306.sock
default-character-set=utf8
prompt=[\\u@\\h][\\d]>\\_
[mysqld]
#basicsettings#
user=nobody#调整为实际user
sql_mode="STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION,NO_ZE..
分类:
数据库 时间:
2016-11-10 21:46:25
阅读次数:
266
一:执行SQL的方式 1.配置的键值 2.minimal下运行fetch 3.设定hive.fetch.task.conversion=more 4.在more下运行fetch 二:虚拟列 一共三个虚拟咧 INPUT__FILE__NAME: BLOCK__OFFSET__INSIDE__FILE: ...
分类:
其他好文 时间:
2016-11-08 23:18:21
阅读次数:
231
Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1, col1) and lower right corner (row2 ...
分类:
其他好文 时间:
2016-11-08 08:05:08
阅读次数:
140
Given an encoded string, return it's decoded string. The encoding rule is: k[encoded_string], where the encoded_string inside the square brackets is b ...
分类:
其他好文 时间:
2016-10-31 09:11:48
阅读次数:
278
5-0. 一般而言,class 的data member 应该被初始化,并且只在constructor中是在class 的其他member functions 中指定初值。其他任何操作都将破坏封装性质,是class 的维护和修改更加困难。 图片5-0; (1)纯虚拟函数的存在注:编译器不会在扩展de ...
分类:
编程语言 时间:
2016-10-25 02:34:08
阅读次数:
162
2-0. 关键字explicit被引入C++,提供给程序员一种方法,使他们能够制止“单一参数的constructor”被当做一个conversion运算符。 2-1.Default Constructor的建构操作:“default constructor...在需要的时候被编译器产生出来”。关键字 ...
分类:
编程语言 时间:
2016-10-25 02:28:20
阅读次数:
185