# command with arguments my $proc = Proc::Async.new('whoami'); # subscribe to new output from out and err handles: $proc.stdout.tap(-> $v { print "Use ...
分类:
其他好文 时间:
2018-06-26 11:08:28
阅读次数:
150
难点1: 时候我们需要输出一些不正确的CSS语法或者使用一些 LESS不认识的专有语法. 要输出这样的值我们可以在字符串前加上一个 ~, 例如: 看下面领悟 ...
分类:
其他好文 时间:
2018-06-24 14:03:29
阅读次数:
172
Android初学第79天 16_CameraIntent 代码 Criminalintent SingleFragmentActivity.java ...
分类:
移动开发 时间:
2018-06-22 19:32:58
阅读次数:
191
Android初学第76天 16_CameraIntent 代码 Criminalintent DatePickerFragment.java ...
分类:
移动开发 时间:
2018-06-22 19:31:49
阅读次数:
185
该篇是Unity Shader中HLSL的内置函数,主要是一些数学方面的计算函数。在写Shader的时候可以直接使用。 ...
分类:
编程语言 时间:
2018-06-21 01:28:27
阅读次数:
384
由于参数必须是must be double-null terminated,所以要这么做,不然删除文件夹会失败的 ...
分类:
其他好文 时间:
2018-06-20 21:21:26
阅读次数:
133
一、 一些说明 1. 如果自定义表名,需要在model的Meta类中指定db_table 参数,强烈建议使用小写表名,特别是使用MySQL作为后端数据库时。 # 如果自定义表名不使用小写,后续可能出bug 2. id字段可自动添加的,如果想指定自定义主键,只需在其中一个字段中指定primary_ke ...
分类:
其他好文 时间:
2018-06-20 21:16:58
阅读次数:
151
Back to the Jetson, open a new terminal with CTRL + ALT + T. You can use cuda-l4t.sh to install CUDA 7.0. In this folder, there is also the .deb file ...
分类:
其他好文 时间:
2018-06-19 17:14:51
阅读次数:
556
Android初学第22天 10_FragmentArguments 代码 Crime.java ...
分类:
移动开发 时间:
2018-06-19 00:51:50
阅读次数:
220